MyBB Community Forums

Full Version: prostats help... pretty simple
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This should be fairly simple, although I'm not exactly sure what it's called.

tcat?

Well here you have the blue image, with css colour underneath. With this plugin you only get the top part, which looks very odd on my forum because everywhere else has the bit underneath. I'm just curious how you add it to the template?

<table width="100%" border="0" cellspacing="{$theme[borderwidth]}" cellpadding="0" class="tborder">
		<thead>
		<tr><td colspan="{$num_columns}"><table  border="0" cellspacing="0" cellpadding="{$theme[tablespace]}" width="100%"><tr class="thead"><td><strong>{$lang->prostats_prostats}</strong></td></tr></table></td>
		</tr>
		</thead>
		<tbody>
		{$trow_message_top}
		<tr valign="top">
		{$prostats_content}
		</tr>
		{$trow_message_down}
		</tbody>
		</table>
		<!-- Don't remove this part! you can remove copyright by changing settings of plugin. -->
		{$prostats_copyright}
		<br />

Done it myself.

For future reference if anyone searches to do this for them self.. Just push line two down add "<td class="thead" colspan="3"></td>" above..