Could someone have a quick look at this site please:
http://www.hangit-pc.com/acatalog/
the words in the description are cut-off on the right hand side, e.g. second line 'only 83mm thick fro' (should be 'from).
I've had real problems with getting this right. I just cannot see how this table is built, so I manually fixed the width of the cells in Act_ProductLine. However this is more of a hack and I wish I knew how this table is being built.
For example I discovered that there is a big border (like cellpadding) around the image and text.
I have spent quite a bit of time experimenting with these files to no avail:
Act_Primary
Act_ProductLine
Act_ProductSeparator
I suppose my first question is - how is the cell that holds the image controlled?
I see it in Act_ProductLine but it doesn't make sense:
<td valign="TOP" align="LEFT" width="170">
NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
</td>
I added the width="170" to force it into line.
Can anyone help?
http://www.hangit-pc.com/acatalog/
the words in the description are cut-off on the right hand side, e.g. second line 'only 83mm thick fro' (should be 'from).
I've had real problems with getting this right. I just cannot see how this table is built, so I manually fixed the width of the cells in Act_ProductLine. However this is more of a hack and I wish I knew how this table is being built.
For example I discovered that there is a big border (like cellpadding) around the image and text.
I have spent quite a bit of time experimenting with these files to no avail:
Act_Primary
Act_ProductLine
Act_ProductSeparator
I suppose my first question is - how is the cell that holds the image controlled?
I see it in Act_ProductLine but it doesn't make sense:
<td valign="TOP" align="LEFT" width="170">
NETQUOTEVAR:TEMPLATEBEGINXML NETQUOTEVAR:PRODUCTIMAGE
</td>
I added the width="170" to force it into line.
Can anyone help?
Comment