Click to See Complete Forum and Search --> : Simple Width Problem...


thejoker101
01-10-2003, 09:59 AM
I have my test page here: http://www.geocities.com/manhattanseniors/17thdegree/test2.html

When I view it it has a horizontal scrollbar on the bottom, Why is that showing up?
:confused:

Charles
01-10-2003, 10:03 AM
<table class="mainTable" width="1005" cellpadding=0 cellspacing=0>And you aren't supposed to use tables for layout.

thejoker101
01-10-2003, 10:19 AM
Hmm, I thought I had replaced that with width="100%", but I guess not. Thanks.

And yeah, I know. Some things are just easier this way.