MyBB Community Forums

Full Version: Header Border?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How would I go about adding a border around my header that usues the same css atributes as the table border?
You have to insert a table into the header which lokks like this:
<table width="100%" border="0" cellspacing="$theme[borderwidth]" cellpadding="0" class="tborder">
        <tr>
<td>
<!-- Content here -->
</td>
	    </tr>
        </table>
Do you know how to get it to be like a Vbulliten style header?


[EDIT} NVM!