MyBB Community Forums

Full Version: I want to add table...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add table in my forum main page...

[Image: adsz7sb.jpg]

Like as below picture table...

[Image: adsz23fx.jpg]

HOW CAN I DO ? ? ?
edit header temptate;
More specifically, edit the header template to include:

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td>My table here</td>
</tr>
</table>
<br />
Ok thanks but now ı cant add link in here...only ıcan add text!!! I want to add

this

Code:
[align=center][size=x-large][color=blue]ForumBAYAR[/color]'a HOŞGELDİNİZ...[/size][/align]
[size=medium][color=red][align=center][b]Ayın Modu ve Ayın �yesi Uygulaması Başlamıştır...[/b][/align][/color]
[/size][align=center]
[url=http://www.forumbayar.com/showthread.php?tid=1023][size=large]Ayın Moderat�r�ne OY vermek i�in l�tfen tıklayınız...[/size][/url][/align]
heloo then the code will be

Code:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td><p><font color="#006699">ForumBAYAR</font>'a HOŞGELDİNİZ...</p>
<p> <font color="#CC0000">Ayın Modu ve Ayın �yesi Uygulaması Başlamıştır...</font></p>
<p><a href="http://www.forumbayar.com/showthread.php?tid=1023" target="_self">Ayın Moderat�r�ne OY vermek i�in l�tfen tıklayınız...</a></p>

</td>
</tr>
</table>
<br />


regards
thanks for everything zaheer u are number one...
My table show every page in my forum.But Iwant to show only main page this table...
so move the code from the Header template to index page templates > index
but it wont appear in the place you wantr i guess it will appear below the navigation

regards