Yamba
04-11-2006, 05:01 PM
I am editing my template for Fusion news but the problem is how it is displayed in IE and Firefox. It displays fine in firefox but below is the URL to a screen shot of how it's displaying in IE
http://www.habbostyle.net/images/newstemplate.bmp
As you can see they are not appearing aligned correctly can anyone tell how to sort this below is the code to help!
<div align="left" style="width: 149; height: 98">
<center>
<table width="410" border="0" cellspacing="0" cellpadding="2" bgcolor="#dcdcdc" style="border-collapse: collapse" bordercolor="#111111" align="left">
<tr>
<td bgcolor="#AE2425" colspan="2">
<p><font face="Verdana" size="2" color="#FFFFFF"><b>{subject} -</b> </font><i>
<font face="Verdana" size="1" color="#FFFFFF">Posted by: {user} On: {date}</font></i></p>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2">
<font size="1" face="Verdana"><i>{shortnews}</i><br><br>
</font>
<p><font size="1" face="Verdana">{fullnews}</font></p>
</td>
</tr>
</table>
</center>
</div>
http://www.habbostyle.net/images/newstemplate.bmp
As you can see they are not appearing aligned correctly can anyone tell how to sort this below is the code to help!
<div align="left" style="width: 149; height: 98">
<center>
<table width="410" border="0" cellspacing="0" cellpadding="2" bgcolor="#dcdcdc" style="border-collapse: collapse" bordercolor="#111111" align="left">
<tr>
<td bgcolor="#AE2425" colspan="2">
<p><font face="Verdana" size="2" color="#FFFFFF"><b>{subject} -</b> </font><i>
<font face="Verdana" size="1" color="#FFFFFF">Posted by: {user} On: {date}</font></i></p>
</td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2">
<font size="1" face="Verdana"><i>{shortnews}</i><br><br>
</font>
<p><font size="1" face="Verdana">{fullnews}</font></p>
</td>
</tr>
</table>
</center>
</div>