In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Jason Caldwell) wrote:

> My tables autostretch *with* the browser...
<snip>
> However, when I press my browsers BACK button, then FORWARD button the page
> is no longer *flush* on the right hand side
<snip>
> My BODY tag reads as follows:
> <body width="800" bgcolor="#FFFFFF" text="#000000" leftmargin="0"
> topmargin="0" marginwidth="0" marginheight="0">

A) Get rid of that width attribute in the body tag. 
B) Set your table's width using percentages (e.g. "100%"), not a fixed 
pixel size (by the time you factor in variance in monitor size, screen 
resolution, browser chrome, personal preferences, etc...individual users' 
window sizes are practically like snowflakes--no two alike). 
C) If it's still not "flush" right/left, set the table's cellpadding, 
cellspacing, and border attributes all to 0.

D) If you're still having trouble after that, followup with an HTML 
newsgroup, tutorial, or reference.

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to