You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I have used some xhtml tag in description at product. This comming correct in some of the page but no in best selling, product index en some other also... . In the cat. is it ok.
Thanks
fdr
Offline
Do you have a link where we could see the problem? Using xhtml in product descriptions should work correctly on any page that contains a product description.
Offline
http://fdr-elektro.be/khxc/index.php?ap … wdk1f3a788
at best sellers
Offline
Using double breaks rather than the paragraph tag is not proper XHTML. You should at least close the one before entering the new. You need to use proper XHTML or the program may write the invalid tags which get displayed by the browser.
Offline
But the tags i have used are correct ??
Double breaks ??
Thanks
Offline
grcauto wrote:
Using double breaks rather than the paragraph tag is not proper XHTML. You should at least close the one before entering the new. You need to use proper XHTML or the program may write the invalid tags which get displayed by the browser.
Line breaks in html are expressed <br /> or sometimes <br>
Paragraphs in html are expressed <p>
I think grcauto was suggesting you clean up your html to avoid unintended consequences :-)
A great source for html, php and other Cheat Sheets is http://www.ilovejackdaniels.com/cheat-sheets/
George
Offline
Using double breaks (line breaks) <br><br> is invalid XHTML. This works fine for HTML which is much more relaxed. XHTMLYou never start a new tag without closing the old one first and you must close them in the order thay were opened. So your code would be <br></br><br></br> This would be seen as OK for the 'Transitional' but not for strict which needs to be a single tag <br />. This is a self closing line break, but you need content for it to work, therefore <br /><br /> would not be valid for XHTML strict 1.0.
go and do some reading. You'll catch on in short order.
Offline
I have gif it a try <br></br><br></br> in Short Product Description* but the result is <br></br><br></br> is seems that xhtml is not working at Short Product Description* ?? Even wihte <br /> the result is <br /> ??
Best regards
FDR
Last edited by fdr100 (04-04-2007 07:06:54)
Offline
That is correct. XHMTL is not currently supported in the short description field. It has been asked for and may be on the wish list.
Offline
nick posted code to enable xhtml in short description fields... search for threads started by me and you'll find it. problem is, when search results produce product short descriptions, it doesn't display them in xhtml and thus displays the code....
Offline
Not sure if this is the right category to submit this question but couldn't find one using the keywords "webpage integration" for CCP6. I am building a php website and want to know how and where the information is to learn about having the cart be integrated with the existing web page template i have setup. In other words I want to have my own header and footer and side bar with custom images and make the categories links that I have created bring up the cart products into the main page area etc.... I will pay to have someone do it or walk me through it.
Offline