Kryptronic Software Support Forum

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.

#1 03-24-2007 17:44:15

fdr100
Member
Registered: 03-24-2007
Posts: 39

xhtml tag not working in all pages?

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

 

#2 03-25-2007 17:03:03

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: xhtml tag not working in all pages?

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

 

#3 03-27-2007 08:21:08

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: xhtml tag not working in all pages?

Offline

 

#4 03-27-2007 10:23:15

grcauto
Member
From: Bloomsburg, PA
Registered: 09-11-2006
Posts: 128
Website

Re: xhtml tag not working in all pages?

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

 

#5 03-27-2007 15:54:26

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: xhtml tag not working in all pages?

But the tags i have used are correct ??

Double breaks ??

Thanks

Offline

 

#6 03-27-2007 16:30:41

MenFly2
Member
From: Maryland
Registered: 01-26-2007
Posts: 75
Website

Re: xhtml tag not working in all pages?

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


Apparel honoring women's achievments in aviation.
http://WomenFly.com
The Women Fly Resource Center. Information about women aviators.
http://WomenAviators.org

Offline

 

#7 03-27-2007 17:21:54

grcauto
Member
From: Bloomsburg, PA
Registered: 09-11-2006
Posts: 128
Website

Re: xhtml tag not working in all pages?

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

 

#8 04-04-2007 07:02:47

fdr100
Member
Registered: 03-24-2007
Posts: 39

Re: xhtml tag not working in all pages?

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

 

#9 04-04-2007 07:04:38

Dave
Member
Registered: 07-05-2003
Posts: 11233

Re: xhtml tag not working in all pages?

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

 

#10 04-04-2007 09:36:04

GoBrushless.com
Member
Registered: 06-29-2005
Posts: 431

Re: xhtml tag not working in all pages?

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.... hmm

Offline

 

#11 04-12-2007 15:04:48

kgillespie
Member
From: Sandy, Oregon
Registered: 06-10-2004
Posts: 164
Website

Re: xhtml tag not working in all pages?

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

 

Board footer