Click to See Complete Forum and Search --> : Horizontal Scrollbar Issue
jdouglas
08-29-2003, 01:45 PM
Help! Can anyone give me some clues why there would be a horizontal scrollbar at 800x600 when a table width is set at 100%? The image inside the table is set at 780 pixels. I'm baffled?
Thanks in advance
David Harrison
08-29-2003, 01:56 PM
The chances are that the padding around the inside of the table is too wide, try putting this in the head section of your page:
<style type="text/css"><!--
table, tr, td{padding:0;text-align:center;}
--></style>
jdouglas
08-29-2003, 03:25 PM
Thanks lavalamp, I'll give that a try!
David Harrison
08-29-2003, 03:30 PM
Hope it works. Happy to help. :)