<tr> tag problem. 5 day battle, still losing.

liunx

Guest
I have a website im working on that is running into a MAJOR problem.<br />
<!-- w --><a class="postlink" href="http://www.geocities.com/zhatournaments/index.html">www.geocities.com/zhatournaments/index.html</a><!-- w --><br />
There you will find a graphical menu on the left and minor grpahic on the top if any, and a larg text blockquote on the right. Now, the bigger this blockquote gets with the more text I add, the bigger a gap seems to grow and "splits" my graphical menu. This has been an ongoing battle to correct but seems I cannot find anyone who can help me. So im trying here. I cannot progress on my site until I can fix this.<br />
The source is free to look at, i do not have it cloaked.<br />
Inbetween temp_dig2_02.gif and temp_dig2_04.gif the problem occurs. Im suspecting the "tr" tag I have in there. When i delete it, it sends the text to the bottom and not the right like i want.<br />
If you click on the link Rules & Info, youll see the problem is even bigger. Its the same script, just more text inside the blockquote. What am i doing wrong / how can I correct this so that I can add all the text/graphic I want on the right without screwing up the side menu area.<!--content-->I didn't look real hard but try correcting this error in the table code and see if it helps, two </tr> tags in succesion, see below.<br />
<br />
<td><img src=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/zhatournaments/dig_temp2_02.jpg" width="225" height="95"></td><br />
<td width="315" height="95" bgcolor="#000000">&nbsp;</td><br />
</tr><br />
</tr><!--content-->Those tags are already in there in a row right where you had me place them anyways. But, i threw 2 more in and it didnt change anything.<br />
Original script after the img tag.<br />
</tr><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
<tr> <-This is the problem tag im suspecting. <br />
<td> Could be wrong.<br />
<br />
After script idea that didnt work.<br />
</tr><br />
</tr><br />
</tr><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
<tr><br />
<td><br />
<br />
<br />
Next idea?<!--content-->Ok, I think this will do it:<br />
<br />
<table width="780" border="0" cellpadding="0" cellspacing="0"><br />
<tr><br />
<td colspan="2"><br />
<table width="780" border="0" cellpadding="0" cellspacing="0"><br />
<tr><br />
<td colspan="2"><img src=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/zhatournaments/dig_temp2_01.jpg" width="240" height="95"></td><br />
<td><img src=http://www.htmlforums.com/archive/index.php/"http://www.geocities.com/zhatournaments/dig_temp2_02.jpg" width="225" height="95"></td><br />
<td width="315" height="95" bgcolor="#000000">&nbsp;</td><br />
</tr> <-- delete that tag<br />
</tr><br />
</table><br />
</td><br />
</tr><br />
<tr><br />
<td vAlign=top> <-- add Valign=top to td tag<!--content-->Thankyou so much. THat officially fixed the problem.<br />
htmlforums saved me from wasting further days fixing this.<br />
Ill be sure to add you kevin and htmlforums to the credits of this website. Htmlforums is now my first stop for my html editing needs.<!--content-->5 days on that? I'll give you points for tenacity :) <br />
<br />
Good luck with the website :D<br />
<br />
PS...<br />
<br />
please do not put my name on the website but feel free to add htmlforums.com<br />
<br />
thanks :)<!--content-->Heh, yeah, im pretty stubborn. When i get an idea for a site I wanna build I go until its done. But when problems get me, I do whatever to continue until either of these things occur.<br />
A: Im driven insane and am sent away with the "white-coats".<br />
B: I start all over to end up doing the same thing.<br />
C: Someone helps me.<br />
D: The internet is suddenly destroyed and there is no point to building the site. lol<br />
<br />
At your request ill put up htmlforums.com and will decline to mention the name. Thanks again.<br />
<br />
Until the next problem, see ya!<!--content-->
 
Back
Top