View Single Post
Old 05-14-2004, 06:17 AM   #2 (permalink)
Anonymous
 
Title: Member
Join Date: Jan 2004
Posts: 80
Rep Power: 5 Anonymous is on a distinguished road
Re: slight crossbrowser incompatibility

[code:1:367a8c0f01]<tr>
<td colspan="4" width="890" height="129" background="templates/ClanzDarkness/images/top.jpg">
<table width="100% height="129" cellpadding="0" cellspacing="0" border="0">
<td align="right" valign="bottom" width="100%" height="129"><img border="0" src="templates/ClanzDarkness/images/tus.jpg"></td>
</table>
</td>
</tr>
[/code:1:367a8c0f01]



I just changed it to


[code:1:367a8c0f01]<tr>
<td colspan="4" width="100%" height="129" background="templates/ClanzDarkness/images/top.jpg" align="right">
<img border="0" src="templates/ClanzDarkness/images/tus.jpg">
</td>
</tr>[/code:1:367a8c0f01]


And now it looks how i want it too, it appears as if you made it like that intentional but i jsut perfer it like that thats how it already looks in some other browsers anyways...

Just curious, whats the point in having a table inside of a table cell? in some cases i might see the point but in this case doesnt seem necisary....

Great theme though, suits my needs perfectly
Anonymous is offline   Reply With Quote