clutteredness
02-29-2004, 12:36 AM
I made my first table layout today at cluttered.net (http://www.cluttered.net). I had been using Mozilla, and it worked fine. After I uploaded it, I realized it was off in Internet Explorer. I can't figure out why, but there seems to be a space between the image map/navigation image (lay4) and the iframe for content, as you can probably see.
This is my code:
<html><head>
<style type="text/css">
<--
{}
body
{ background-color: #FF98C9; }
-->
</style>
<title>cluttered.net...^_^ version....springtime!</title></head><body>
<center><table cellspacing="0" cellpadding="0" border="0" width="704">
<tr>
<td width="327" rowspan=3><img src=lay1.jpg></img></td>
<td width="339" ><img src=lay4.jpg usemap="#lay4" border=0></img>
<map id="lay4" name="lay4" border=0>
<area shape="rect"#'Bout the Mistress
coords="25,5,58,21" href="me.html" title="'Bout the Mistress" target="main" />
<area shape="rect"#Stuff for the Guest
coords="59,4,88,21" href="you.html" title="Stuff for the Guest" target="main" />
<area shape="rect"#Info on cluttered.net
coords="90,3,146,21" href="domain.html" title="Info on cluttered.net" target="main" />
<area shape="rect"#Learn!
coords="146,2,208,20" href="tutorials.html" title="Learn!" target="main" />
<area shape="rect"#Links and Such
coords="210,3,244,20" href="exits.html" title="Links and Such" target="main" />
<area shape="rect"#Leave me a message!
coords="246,2,273,20" href="tag.html" title="Leave me a message!" target="main" />
<area shape="rect"#Return to blog..
coords="274,3,312,21" href="blog.php" title="Return to blog.." target="main" />
<area shape="default" nohref="nohref" alt="" />
</map></td>
<td width="339" rowspan=3><img src=lay3.jpg border=0></img></td></tr><tr>
<td width="339" height=401><iframe frameborder="0" border=0 width=339 height=401px src="blog.php" name=main scrolling=choice></iframe></td></tr>
<tr>
<td width="38"><img src="lay2.jpg" border=0></img></td></tr>
</table>
</body></html>
This is my code:
<html><head>
<style type="text/css">
<--
{}
body
{ background-color: #FF98C9; }
-->
</style>
<title>cluttered.net...^_^ version....springtime!</title></head><body>
<center><table cellspacing="0" cellpadding="0" border="0" width="704">
<tr>
<td width="327" rowspan=3><img src=lay1.jpg></img></td>
<td width="339" ><img src=lay4.jpg usemap="#lay4" border=0></img>
<map id="lay4" name="lay4" border=0>
<area shape="rect"#'Bout the Mistress
coords="25,5,58,21" href="me.html" title="'Bout the Mistress" target="main" />
<area shape="rect"#Stuff for the Guest
coords="59,4,88,21" href="you.html" title="Stuff for the Guest" target="main" />
<area shape="rect"#Info on cluttered.net
coords="90,3,146,21" href="domain.html" title="Info on cluttered.net" target="main" />
<area shape="rect"#Learn!
coords="146,2,208,20" href="tutorials.html" title="Learn!" target="main" />
<area shape="rect"#Links and Such
coords="210,3,244,20" href="exits.html" title="Links and Such" target="main" />
<area shape="rect"#Leave me a message!
coords="246,2,273,20" href="tag.html" title="Leave me a message!" target="main" />
<area shape="rect"#Return to blog..
coords="274,3,312,21" href="blog.php" title="Return to blog.." target="main" />
<area shape="default" nohref="nohref" alt="" />
</map></td>
<td width="339" rowspan=3><img src=lay3.jpg border=0></img></td></tr><tr>
<td width="339" height=401><iframe frameborder="0" border=0 width=339 height=401px src="blog.php" name=main scrolling=choice></iframe></td></tr>
<tr>
<td width="38"><img src="lay2.jpg" border=0></img></td></tr>
</table>
</body></html>