I set the width to 100% and it's not stretching across the whole screen?
![[Image: 2j5nsep.png]](https://camo.mybb.com/9c016cd4e08e72dfe9f3ec853a036687aa47e837/687474703a2f2f6932382e74696e797069632e636f6d2f326a356e7365702e706e67)
HTML:
Thanks in advance.
HTML:
<table border="0" cellspacing="0" cellpadding="0" class="header">
<tr>
<td>
test
</td>
</tr>
</table>
CSS:.header
{
background-image:url('images/coffeecafe/headerbg.gif');
background-repeat:repeat-x;
height:120px;
width:100%;
}
Thanks in advance.