Html Tables on product pages
Hi , I've done this before and it worked, Not quite sure why it's not working now,
I inserted the following code into a product page :
<table border="1"bordercolor="#91219E">
<tr>
<th>Dimensions</th>
<th>160H x 81W x 48Dcm</th>
</tr>
<tr>
<td>Suitable for</td>
<td>from the age of 3 years</td>
</tr>
</table>
This table works when i tested it to see the look of it , When i "Preview" it it shows the table,
But when i publish it, The table disappears,
Any clues please,
Re: Html Tables on product pages
Not without seeing it live.
Answer all of the questions above the "reply" box so we have more info on your situation.
And just to be picky, you're misusing the table. It is marginally "tabular" information, but the top row are not headings, the left column elements are most like headings.
Re: Html Tables on product pages
This is it "Live" http://bit.ly/WggqCl Thanks for the info on the table , I'll adjust that ,,
Re: Html Tables on product pages
The problem is caused by the CSS rule at the top of stylesheet.css that begins: html,body,div,span, etc.
Re: Html Tables on product pages
Thanks Stevesh, I thought there may be an underlying problem, i'll see if i can get someone to adjust that , Thanks