I have page with the body tag as follows
<body scroll="auto">
and a table with the width set to 100% as follows
<table bgcolor="#EAEAEA" cellpadding="0" cellspacing="1" Border="0" width="100%">
<tr valign="top">
<td background="celback.gif" height="25px" ><b> :: Page Title</b></td>
</tr></table>
Although the table width is set to 100% and scrolling is off unless required, the table stops before the edge of the page (about the thickness of the scrollbar if it was visible).
If I set <body scroll="none"> the table stretches to the end of the page, but then users will have a viewing problem unless their browser is maximised.
Does anyone have any ideas how to get round this problem
thanks
Ian It's not a lie if you believe it!
| |
<body scroll="auto">
and a table with the width set to 100% as follows
<table bgcolor="#EAEAEA" cellpadding="0" cellspacing="1" Border="0" width="100%">
<tr valign="top">
<td background="celback.gif" height="25px" ><b> :: Page Title</b></td>
</tr></table>
Although the table width is set to 100% and scrolling is off unless required, the table stops before the edge of the page (about the thickness of the scrollbar if it was visible).
If I set <body scroll="none"> the table stretches to the end of the page, but then users will have a viewing problem unless their browser is maximised.
Does anyone have any ideas how to get round this problem
thanks
Ian It's not a lie if you believe it!
| |