Jump to content

HTML in Product Description


Recommended Posts

Hi,

I want to use an HTML formatted tables in Product Description and I am tryin to add the HTML through the 'Source Code' button.

The Table have CSS rules in a separate css file and I am trying to get the CSS specs through a

<link rel=stylesheet href="http://www.site.com/file.css" type="text/css" media=screen> instruction.

Still, the 'Source Code' window keeps stripping the link rel tag out.

What do you suggest for keeping the entire HTML code in Product Description?

thanks!

Link to comment
Share on other sites

I have had something similar on CMS pages if I code an img link into the page it seems to strip out the image name. I've noticed that turning HTMLPurifier off seems to resolve this. You may want to try this - Preferences->Use HTMLPurifier Library.

 

Another way may be to include your styling information in Modules->Theme Editor->Custom Code. Then just apply classes or ids to your html.

 

Cheers

Edited by prestatent (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...