In IE I get some strange codes in a part of my site http://ilovevintage.nl/?p=p_12&sName=Q's
Something like : <!--[if !supportLists]--> <!--[endif]-->
what does it meen and how can i let it dissapear?
I got the FCKeditor in my system
marik
2006-05-04 11:03
Nobody know?
~Nick
2006-05-04 16:35
Have you used Word to build a part of the page? Word generates a lot of extra html when it's used to generate html.
I suggest that you edit the page again in the FCKeditor and select the first tool-icon in the FCK editor which shows page html source.
Then simply remove these ugly artifacts.
Alternatively add a space before every "[" and a space after every "]", for instance <!--[if !supportLists]--> should be changed to <!-- [if !supportLists] -->