HTML autostretch is messed up, please help URGENT

admin

Administrator
Staff member
I just created a new page and I made it so It would autostretch so if the page got wider, the page would get wider to but if you go to <!-- m --><a class="postlink" href="http://www.reptileforums.com/header/img.htm">http://www.reptileforums.com/header/img.htm</a><!-- m --> you see that the page stetched out way too much.<br />
<br />
The page should stop at the end of the "sss" but it does not. It keeps going. <br />
<br />
Can someone please look at the html and tell me what to change. <br />
<br />
Thanks<!--content-->Start with getting rid of all those tables, that do not contain tabular data.<!--content-->Agreed, tables are outdated, but are still very useful for data. Don't use them for layout; CSS is much more easy, efficient, better looking, and current.<!--content-->Originally posted by omega<br />
CSS is much more easy, efficient, better looking, and current.Easy, efficient, current, yes. Better looking, as long as correctly used :)<!--content-->Originally posted by steelersfan88 <br />
Easy, efficient, current, yes. Better looking, as long as correctly used :) <br />
True... I've seen some pretty ugly designs, like blue and brown.. ugh.<!--content-->yea, that's a problem, CSS lets you mess your site up if you have no sense of color :)<!--content-->“With the power of CSS comes the responsibility to not create something ugly.”<!--content-->and as long as you live by that, CSS can do everything, except helping you with work, people, money, and anything else in your life :)<!--content-->Originally posted by Paul Jr <br />
“With the power of CSS comes the responsibility to not create something ugly.” <br />
<br />
ROTFL!!!! Mind if I snag that for my sig? Or.. to late.<br />
<br />
Anyways, I know I've broken that rule a few times...<!--content-->Originally posted by funflyer <br />
I just created a new page and I made it so It would autostretch so if the page got wider, the page would get wider to but if you go to <!-- m --><a class="postlink" href="http://www.reptileforums.com/header/img.htm">http://www.reptileforums.com/header/img.htm</a><!-- m --> you see that the page stetched out way too much.<br />
<br />
The page should stop at the end of the "sss" but it does not. It keeps going. <br />
<br />
Can someone please look at the html and tell me what to change. <br />
<br />
Thanks <br />
<br />
To answer funflyer's question...<br />
The problem with your table is it's got a WIDTH="100%" setting in the table statement. Change it to a pixel width and you'll get what you're looking for. I'd suggest WIDTH="720" as a default so it displays well for 17" monitors at 800x600 resolution.<!--content-->
 
Back
Top