09-01-2009, 09:41 PM
Hello all,
I am making this simple tutorial of Marquee it is very useful in adding your contents in header of your forum in a beutiful marquee style,
Name: Marquee In Header
Description: It adds two columned box having marquee text in it. It is to add you forum's announcement, affiliates links and so on...!
Coding: Much Much easy
So lets Start...
Go to Admin CP > Themes and Templates > Your Theme Template > Header Template > header > Edit
and add the following code just below the
You can edit Your Content to suit your needs
Enjoy
I am making this simple tutorial of Marquee it is very useful in adding your contents in header of your forum in a beutiful marquee style,
Name: Marquee In Header
Description: It adds two columned box having marquee text in it. It is to add you forum's announcement, affiliates links and so on...!
Coding: Much Much easy
So lets Start...
Go to Admin CP > Themes and Templates > Your Theme Template > Header Template > header > Edit
and add the following code just below the
Code:[Highlight]
<a name="top" id="top"></a>
Code:[Highlight]
<table border="0" cellpadding="0" cellspacing="0"
style="border-collapse: collapse" bordercolor="#111111" width="100%">
<tr>
<td width="16%" style="border: 3px double #FF00FF" valign="top"
bgcolor="#111111" align="center">
<span style="letter-spacing: 1"><b><font color="#FFFFFF" size="2">
Announcement</font></b></span></td>
<td width="84%" style="border: 3px double #FF00FF" valign="top">
<font size="2"><b>
<marquee scrollamount="2" scrolldelay="10" bgcolor="#FFF0FF">Your
Content</marquee></b></font></td>
</tr>
</table>
You can edit Your Content to suit your needs
Enjoy