MyBB Community Forums

Full Version: Need to Insert Table in Main Page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

i want to insert the table on my main page
i did something but it's not according to the current theme template
can u help me with it

<table border="1" width="860" height="86" >	
<tr>		
<td height="17" width="691" colspan="2">
</td>
	</tr>	
<tr>		
<td height="50" width="324">
<td height="50" width="324">&nbsp;
</td>
</td> 
</tr>
</table>

[Image: 2v0co09.jpg]

i want this table to be according to the current theme
any help??
thank you>Big Grin<
Maybe you can explain what you are exactly trying to do(screen shots do help). You should be able to just add that into the template.
It's not looking like the theme because you have no classes. You need to add class="tborder" to the <table> tag, and class="X" to the <td> tags, where X can be trow1, trow2, tcat or thead.
i think i made it
please give a look
hope everything is right
<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> pALTER</strong></td>
       
	<tr>
		<td height="31">&nbsp;</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
</table>


Preview:
[Image: 2u8hs29.jpg]
What table did you add?