View Single Post
04-05-2005, 02:20 PM
#1
ChrisIsBored is offline ChrisIsBored
Status: I'm new around here
Join date: Mar 2005
Location:
Expertise:
Software:
 
Posts: 3
iTrader: 0 / 0%
 

ChrisIsBored is on a distinguished road

  Old  Help fix my tables (IE vs FireFox)

I have a bit of a problem with my tables showing differently between IE and Mozilla. A space is popping between my images in Internet Explorer 6.0 and i'm not too certain why. Any help is appreciated... this is how it looks:




And this is the code, simplified a bit by renaming images:

Code:
<table cellpadding="0" cellspacing="0" marginwidth="0" marginheight="0" width="175">
<tr><IMG SRC="img_nametwo.gif" WIDTH="175" HEIGHT="15"></tr>
<tr>
	<td>
	<table border="0" cellspacing="0" cellpadding="0" width="175">
	<tr><td width="100%">

				<table border="0" background="middle.gif" cellspacing="5" cellpadding="3" width="100%" bgcolor="#eeeeee"><tr>
                  <td width="100%" valign="middle">
				  <?php        }
			        echo "$block[content]\n"; ?>
				</td></tr></table>

	</td></tr></table><tr><td width="100%"><img src="bottom.gif" alt="" /></td></tr>
</td></tr></table>