I'm creating an ASP page with a table in it that is to take up the entire width of the page (goal is to be flush with the left and right side margins). However, I have a problem. The table is flush with the left side of the page, but is not flush with the right side of the page.
I have the following listed in the 'body' command to correct this:
<body background="../Images/bluebak.jpg" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff">
But it doesnt always work. It will only work correctly after I have hit refresh on the page. Once I hit refresh, the page refreshes and the table is flush on both side.
Any ideas on what I might be doing wrong?
Thanks,
Tim
I have the following listed in the 'body' command to correct this:
<body background="../Images/bluebak.jpg" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0" bgcolor="#ffffff">
But it doesnt always work. It will only work correctly after I have hit refresh on the page. Once I hit refresh, the page refreshes and the table is flush on both side.
Any ideas on what I might be doing wrong?
Thanks,
Tim