Hi All
I have a problem with some text justification on my site. I'm by no means a coder (delete, move etc. is my limit).
The problem I have is similar to Flash (though I have my Flash working on all/most browers - thanks to the forum). The issue I have now is in IE8 the text on my pages (in the blue section) is center justified but just notice in Firefox it is left justified. The page all runs from tpl_main_page file with header disable (template and they way it was set up - bit of a pain to be honest) heres the bit of code which relates to the text issue -
<td width="15"><img src="<? echo DIR_WS_TEMPLATE; ?>images/top05.gif" alt="" width="15" height="65" /></td>
<td width="15"><img src="<? echo DIR_WS_TEMPLATE; ?>images/safe1.gif" alt="" width="66" height="65" /></td>
<td bgcolor="#1F82A2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="140%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="50" class="txt_content01" align="center">Safety Tested, Passed & Approved to British Standard BS-7409:1996 & BS EN-1888:2003 *** Patent Pending Design *** Designed and Manufactured in South Wales, U.K.</td>
</tr>
<tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
</table></td>
I had the problem in IE8 but found by increasing the table width percentage from 100% to 140% adjusted the position of the text -
oh and the site address is www.babywheeleasy.com - if you view in IE then FF yu should see what I'm trying to say - in a very long winded manner.
Any ideas
Thanks Alex



