MyBB Community Forums

Full Version: A few theme issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Board Message
Im tring to add a background image to the board message.

This is what i have but im not sure what im really doing. Any help would be great. I also want the text to be larger.

<table class="tborder" border="0" cellspacing="1" cellpadding="4">
<tbody>
<tr>
<background: #FFFFFF url(images/tussaudtimesbb/bmb.gif) repeat-x;
height: 60px; width: 100%;>
<td class="bmimage">$boardmessage</td>
</tr>
</tbody>
</table>
<br />

I.E
The background should be white which it is in firefox but is black in I.E.

Any ideas?