Horizontal Scrollbar Issue

admin

Administrator
Staff member
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?<br />
<br />
Thanks in advance<!--content-->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:<br />
<br />
<style type="text/css"><!--<br />
<br />
table, tr, td{padding:0;text-align:center;}<br />
<br />
--></style><!--content-->Thanks lavalamp, I'll give that a try!<!--content-->Hope it works. Happy to help. :)<!--content-->
 
Back
Top