MyBB Community Forums

Full Version: Make a thead myself
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello i want to make box with thead or whatever it called i don't know Sad
please see the below image

[Image: 797thead.png]
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr>
		<td class="thead"><strong>TITLE GOES HERE</strong></td>
	</tr>
	<tr>
		<td class="trow1">CONTENT GOES HERE</td>
	</tr>
</table>
thanks alot of u yaldaram ! but my i want to add it in a folder php file
example : mysite.com/folder/index.php
so what code should i use now