• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Stupid browser...html question

FOBSIDE

Platinum Member
i would say im proficient at html but i cant figure this stuff out. i want a table to stretch the whole width of a browser. i wrote this code:

<table width=&quot;100%&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; bgcolor=&quot;black&quot;>

there is still a white gap on the right side. i have viewed this through both ie 5.0 and 5.5 and i get the same result. the thing is, i will look at other web pages with tables that have width set to 100% and they actually stretch the whole browser. anyone know any quirks why this would be happening and how i can fix it?
 
Back
Top