Quote:
Originally Posted by bootybanditinc
The table width on my galleries are 500 - table width="650" Is that to much?
|
No that's not too much, but look at what you're trying to squeeze in to there:
HTML Code:
<TABLE WIDTH="600" CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR>
<TD WIDTH="20%" VALIGN=TOP>
<P ALIGN=CENTER>
<a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_001.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/001.jpg" WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>
<TD WIDTH="20%" VALIGN=TOP>
<P ALIGN=CENTER>
<a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_002.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/002.jpg" WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>
<TD WIDTH="20%" VALIGN=TOP>
<P ALIGN=CENTER>
<a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_003.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/003.jpg" WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>
<TD WIDTH="20%" VALIGN=TOP>
<P ALIGN=CENTER>
<a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_005.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/005.jpg" WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2"></TD>
<TD WIDTH="20%" VALIGN=TOP>
<P ALIGN=CENTER>
<a href="http://freelingeriegirlpics.com/blacklingerie/black/1838_006.jpg"><img src="http://freelingeriegirlpics.com/blacklingerie/black/006.jpg" WIDTH="150" HEIGHT="200" VSPACE="0" HSPACE="4" BORDER="2">
</table>
You have a row of five thumbs with a width of 150 each plus an Hspace of 4. Thusly, 5 X 150=750 + 5 X 4 X 2=40. So that table is being pushed to 790 pixels wide. Drop your browser resolution down to 800x600 and have a look-see.
Let's not forget that you need to shrink those thumbs down to the size you want them to display at. Your HTML is forcing them down to 150, but their real dimensions are currently 224x300. That's why they look yucky.