Tables displaying sliced images!

windows

Guest
Hi guys.. I've been futzing with this problem all day, and it seems like it should be so simple that it would take only a few minutes. Basically this is the problem: I can't control the the placement of the cells in the table. For some reason, the very very first row wants to stretch out. I have no idea on earth why it is doing this! <br />
<br />
The url: <!-- m --><a class="postlink" href="http://lucky.phpwebhosting.com/~aof/master.html">http://lucky.phpwebhosting.com/~aof/master.html</a><!-- m --><br />
<br />
It is driving me crazy! If anyone can see from the page source (very readable) if anything is out-of-whack I would be very grateful!<br />
<br />
Argh!!<br />
<br />
Any help is appreciated!<br />
<br />
Brandon<!--content-->Try this structure:<br />
<br />
<table border=1 cellspacing=0 cellpadding=0><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c1.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c2.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c3.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c4.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c5.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c6.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c7.gif"></td><br />
<td rowspan=2><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r1_c8.gif"></td><br />
</tr><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r2_c1.gif"></td><br />
</tr><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r4_c1.gif"></td><br />
<td colspan=7>&nbsp;</td><br />
</tr><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r5_c1.gif"></td><br />
<td colspan=7>&nbsp;</td><br />
</tr><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r6_c1.gif"></td><br />
<td colspan=7></td><br />
</tr><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r7_c1.gif"></td><br />
<td colspan=7></td><br />
</tr><br />
<tr valign=top><br />
<td><img src=http://www.webdeveloper.com/forum/archive/index.php/"aoflod_r8_c1.gif"></td><br />
<td colspan=7></td><br />
</tr><br />
</table><!--content-->Yahoooooooooooooooooooo!!<br />
<br />
I have spent 8 freaking hours on this! I was trying to overcomplicate it, it seems. I still don't know why it isn't working the 'hard' way but who cares!!! This works!!!! THANKS!!!!!!!!!!<br />
<br />
Here it is working:<br />
<br />
<!-- m --><a class="postlink" href="http://lucky.phpwebhosting.com/~aof">http://lucky.phpwebhosting.com/~aof</a><!-- m --><br />
<br />
(it is the index file now! :D) Thanks again!!!!!!<br />
<br />
<br />
Brandon<!--content-->
 
Back
Top