MyBB Community Forums

Full Version: Header Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I set the width to 100% and it's not stretching across the whole screen?

[Image: 2j5nsep.png]

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.
What are you trying to do? Get the brown across the entire screen?
Yes...exactly.