The Ever Increasing Horizontal Scrollbar

liunx

Guest
This is my first post to this site and it seems like a great place. Well, my problem is on the page I'm making, there is a lot of empty space to the right of the page which doesn't appear when I'm editing it in visual mode. I can't seem to find anything in my code but hopefully someone here has an idea. You can check the source code of the page at <!-- m --><a class="postlink" href="http://www.tendocity.net/test.html">http://www.tendocity.net/test.html</a><!-- m --> if you need to. Thanks.<!--content-->I don't see a bottom scrollbar... just content that hits the right side...<!--content-->Really, what are you viewing the page in? (browser and resolution)?<!--content-->Not really sure what you are looking to do and not sure if this will help. its at the bottom of your script,<br />
<br />
</table><br />
<p align="right">&nbsp;</p><br />
<p align="right">&nbsp;</p><br />
<table width="97%" border="0" align="center" height="100%"><br />
<tr><br />
<td bordercolor="#230c74" bgcolor="#230c74" height="799">&nbsp;</td><br />
</tr><br />
</table><br />
<p align="right">&nbsp; </p><br />
</BODY></HTML><br />
<br />
</body><br />
</html><br />
<br />
<br />
changed align to center??<br />
Post back<!--content-->Other then that section running off the screen, I didnt see anything else. IE5.5 1024x768 Res.<!--content-->IE5.0 800x600 and 1024x768<br />
<br />
in fact no matter how small I size it, no scrollbars.<!--content-->This is what i have found:<br />
<br />
Im top_menu.jpg" width=174 and src=http://www.htmlforums.com/archive/index.php/"tcold.jpg" width="100%" =800px<br />
Total 974 this is to much for a 800px monitor.<br />
====== changed 100% to 620:<br />
<DIV id=topDiv <br />
style="LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 45px"><br />
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0><br />
<TBODY><br />
<TR><br />
<TD vAlign=top width="27%"><br />
<P><IMG title='Bowser Says "Grrrr!"' height=26 alt='Bowser Says, "Grrrr!"' <br />
src=http://www.htmlforums.com/archive/index.php/"top_menu.jpg" width=174 border=0></P><br />
<P>&nbsp;</P></TD><br />
<TD vAlign=top width="71%"><IMG title="TendoCity : Where Fun Happens" <br />
height=45 alt="Tendocity.net Logo" <br />
src=http://www.htmlforums.com/archive/index.php/"tcold.jpg" width="620"> <br />
</TD><td bgcolor="#230c74">&nbsp;</td></TR></TBODY></TABLE></DIV><br />
==========<br />
Next Part: no places reserved in the table where the DIV is showing up.<br />
An extra td with the wide of the DIV results in not hiding a part of the content behind the DIV.<br />
<br />
<TABLE height="100%" width="100%" align=right border=0><br />
<TBODY><br />
<TR><!-- next td reserved place navigation --><td width=190>&nbsp;</td><br />
<TD borderColor=#230c74 bgColor=#230c74 height=811>here rest content<br />
============<!--content-->Originally posted by petervazed <br />
This is what i have found:<br />
<br />
Im top_menu.jpg" width=174 and src=http://www.htmlforums.com/archive/index.php/"tcold.jpg" width="100%" =800px<br />
Total 974 this is to much for a 800px monitor.<br />
<br />
<br />
???<br />
<br />
the img tag will only process one width attribute with the first one taking precedence. So the above HTML code should only display an image as 127 pixels....but it is still an error in the code and should be fixed.<br />
<br />
Kevin<!--content-->I used 800x640 and I had a scroll bar. I think it is your scrolling text that is making everything go out of wak. it is right after the <img src=http://www.htmlforums.com/archive/index.php/"tcold.jpg" width="100%" height="10" alt="Tendocity.net Logo" title="TendoCity : Where Fun Happens"><br />
<br />
make it go above the scrolling text or below it and see if changes it.<!--content-->
 
Back
Top