Welcome Guest [Log In] [Register]
This board has been archived and is no longer accepting new questions. If you have a support question for your ZetaBoard, please visit us at the new support board. Registration is free and easy.


Visit the NEW ZetaBoards Support forum!

Username:   Password:
Add Reply
Basic News Ticker V1.0
Topic Started: May 6 2008, 12:42 PM (4,272 Views)
BlubbernuggetX
Member Avatar
Lord of the Blubbernuggets
[ *  * ]
This is just a basic news ticker i made. I was so P'O'd that nobody had made a basic one like this, so I made my own. This is v1.0.

Preview: HERE
Browsers Tested: Firefox 2.0.0.X, Firefox 3, Opera 9, IE 7

Code:
 
<center><table width="100%" border="1">
<TR>
<TD class="maintitle"><img src="http://209.85.62.23/style_images/1/nav_m.gif">NEWS TITLE GOES HERE</TD>
</TD>
</TR>
<TR>
<TD class="row4"><marquee>SCROLLY TEXT GOES HERE<marquee></TD></TR></center>


Where it says stuff in caps, edit that with your header & text. Also, Whatever theme you have will edit the style, color, and whatever your theme is enabled to do. Mine appears white because that's what my theme does.

Can go anywhere in board template. Preferably above the board
Any suggestions would be nice.
Edited by BlubbernuggetX, May 6 2008, 12:58 PM.
Offline Profile Quote Post Goto Top
 
MONF
Member Avatar
Member
[ *  * ]
The 'maintitle' has changed to a 'h2'. Oh, and I don't think you're allowed to use an active board as a preview. Nice though.
Offline Profile Quote Post Goto Top
 
davadude
Member Avatar
GuildWars addict :P
[ *  *  * ]
Quite a nice Code!
Offline Profile Quote Post Goto Top
 
BlubbernuggetX
Member Avatar
Lord of the Blubbernuggets
[ *  * ]
Thanks. Preview board updated(new preview board turned off).

Also, if you want to center your ticker's title, just user the
Code:
 
<center></center>
tags around the title's text.
Edited by BlubbernuggetX, May 6 2008, 01:00 PM.
Offline Profile Quote Post Goto Top
 
jediman (S)
Member Avatar
Hmmmm......
[ *  *  * ]
Center is not good.
Use <div allign
and other forms :p
Offline Profile Quote Post Goto Top
 
BlubbernuggetX
Member Avatar
Lord of the Blubbernuggets
[ *  * ]
Quote:
 
Center is not good.
Use <div allign
and other forms :p


Works well for me... People have different opinions. For me, center is FINE.
I'm sure others would agree with me. I'm sure others would agree with you as well.
Offline Profile Quote Post Goto Top
 
MONF
Member Avatar
Member
[ *  * ]
BlubbernuggetX
May 6 2008, 09:48 PM
Quote:
 
Center is not good.
Use <div allign
and other forms :p


Works well for me... People have different opinions. For me, center is FINE.
I'm sure others would agree with me. I'm sure others would agree with you as well.
<center> is old HTML. The new XHTML uses <div align="center"> 'n' stuff like that.
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
Or:

Code: HTML
 
<div class='c'>lol</div>
Offline Profile Quote Post Goto Top
 
skiingiggy
Member Avatar
Member
[ *  * ]
WOW why does something so simple need to be so complicated? We may never know. Basic, but nice code.
Offline Profile Quote Post Goto Top
 
Viral
Member Avatar
i'm stanley nao
[ *  *  *  *  * ]
No one ever said it's complicated.
Edited by Viral, May 7 2008, 05:30 PM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · User Created Codes · Next Topic »
Add Reply