We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
News/Updates/Announcements Bar Code; Simple Little Code; By Ryan92
Topic Started: Jan 23 2010, 12:50 AM (149 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Ryan92
News/Updates/Announcements Bar Code; Simple Little Code
 
Code: News/Updates/Announcements Bar Code
Description: This is a little code I made. It creates a news/updates/announcements bar on the top of your board. The text marquee's from right to left.
Preview of it in Use: Here
Where it goes (code): The code goes in Board Wrappers>Header and Body>Between <% BOARD HEADER %> and <% NAVIGATION %>

The text that you enter can be controled by HTML. So if you want it bold, just put <b></b> tags. Other then that I don't think there is anything else. Enjoy. :)

Code:
 
<center>
<table width="100%" border="0" align="center" cellspacing="1" cellpadding="0" bgcolor="Black">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="1" class="maintitle">
<tr>
<td class="maintitle"></td>
<td width="100%" class="maintitle">
Updates
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="row1">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td width="100%" valign="middle" class="row1">
<marquee style="cursor: default">YOUR TEXT GOES HERE</marquee>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply