PDA

View Full Version : Banner unaligned in Explorer


danielc2384
04-22-2008, 02:02 AM
For some reason my banner on dollhousetvforum.com is unaligned on explorer but fine on firefox.

Anyone know whatthe problem may be.

Here is the code in the header:

<a name="top"></a>

<table width=775 height=100% cellspacing="0" cellpadding="0" border="0" align="center" valign=top>
<tr>
<td align=center width=5 height=100%

</td>

<td align=center valign=top width=765>

<table cellspacing="0" cellpadding="0" border="0" align="center" valign=top width=100% height=100%>
<tr>
<td align=center valign=top height=188 width=100%


<table width="100%" height=188 cellspacing="0" cellpadding="0" border="0"

align="center" valign=top>
<tr>

<td align=left valign=top height=188 width=183>

<br />
<center>
<td align="$stylevar[center]"><a href="http://www.dollhousetvforum.com"> <img src=images/voodoo/misc/logo.jpg></a></td>
</center>

</td>

<td align=right width=100% valign=top height=188 align=right>

</td>
</tr>
</table>

</td>
</tr>

<tr>
<td width=100% height=100% align=center valign=top bgcolor=#000000>

<table width=100% height=100% align=center valign=top border=0 cellpadding=0 cellspacing=0>
<td align=center width=100% height=100% valign=top>

<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Lynne
04-22-2008, 02:36 AM
Maybe it has to do with that <br /> in the first cell of the logo table.

danielc2384
04-22-2008, 02:51 AM
Maybe it has to do with that <br /> in the first cell of the logo table.

Yep I think it was. Thanks :) works ok now. Only problem is in explorer there is a small gap and in firefox its closed up. Any idea how I can get rid of that gap?

Lynne
04-22-2008, 03:27 AM
Maybe post a link or a picture?

Could be a space in a table cell. Maybe you would do well to post a background color for the table if that is the problem. I really can't tell without an image.