Page is a not externally linkable
ThatsBoBo - 2:17 am on Dec 14, 2010 (gmt 0)
Hi all,
So in the below code, I'm trying to line up the top two images. They work fine, but every time I add the code for the image below the two at the top, the image to the right on the top moves to the right (away from the image on the top left) so they do not line up.
I want the two images on the top to line up right next to each other. I also want the image at the bottom to stay where it is.
If you remove the code for the larger image at the bottom, the two smaller images at the top pop back together.
What am I missing?
Thanks!
<html>
<head>
<title>title</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<center>
<span style="color: #000000; text-decoration: none; font-size: 11px; font-family: verdana, helvetica, sans serif;">Snippet here</span><br/><br/>
<table width="300" height="250" border="0" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="171" height="61">
<a href="http://www.google.com"><img style="display:block;" src="images/gif1.gif" width="171" height="61" border="0" alt="Logo"></a> </td>
<td width="129" height="61">
<img style="display:block;" src="images/gif2.gif" width="129" height="61" border="0" ></td></tr>
<tr valign="top">
<td width="399" height="149">
<img style="display:block;" src="images/gif3.gif" width="300" height="149" border="0" > </td></tr>
</table>
</center>
</body>
</html>