Hello
We have recently uploaded two new sites, both of which appear fine in firefox. However when viewed in internet explorer (version 8) the layout stretches if the text exceeds two lines on product sections. For example please view following page in firefox and explorer:
http://www.dartdentalshop.co.uk/acat..._Products.html
This is okay though when the product descriptions are shorter than two lines under the pictures:
http://www.dartdentalshop.co.uk/acat...ntal_Care.html
Any help really appreciated! The original layouts were created in dreamweaver using tables. The main content width is 910px. I am using actinic 8 btw...
I am using a specific layout for the small product images and text underneath which I created in design view:
<actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20!=%20%22%22">
<a name="<actinic:variable name='FragmentAnchor' />"></a>
</actinic:block>
<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td width="100%" valign="top" align="center">
<actinic:variable name="FragmentImage" />
<b><actinic:variable encoding="actinic" name="FragmentTitle" /></b>
<br />
<actinic:variable formatting="font(Color|ff6600),bold" encoding="actinic" name="FragmentText" />
</td>
</tr>
</table>
We have recently uploaded two new sites, both of which appear fine in firefox. However when viewed in internet explorer (version 8) the layout stretches if the text exceeds two lines on product sections. For example please view following page in firefox and explorer:
http://www.dartdentalshop.co.uk/acat..._Products.html
This is okay though when the product descriptions are shorter than two lines under the pictures:
http://www.dartdentalshop.co.uk/acat...ntal_Care.html
Any help really appreciated! The original layouts were created in dreamweaver using tables. The main content width is 910px. I am using actinic 8 btw...
I am using a specific layout for the small product images and text underneath which I created in design view:
<actinic:block if="%3cactinic%3avariable%20name%3d%22FragmentAnchor%22%20%2f%3e%20!=%20%22%22">
<a name="<actinic:variable name='FragmentAnchor' />"></a>
</actinic:block>
<table width="100%" cellspacing="0" cellpadding="10" border="0">
<tr>
<td width="100%" valign="top" align="center">
<actinic:variable name="FragmentImage" />
<b><actinic:variable encoding="actinic" name="FragmentTitle" /></b>
<br />
<actinic:variable formatting="font(Color|ff6600),bold" encoding="actinic" name="FragmentText" />
</td>
</tr>
</table>
Comment