Welcome Guest [Log In] [Register]
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:
Multiquote (on) Multiquote (off)
Add Reply
Announcement Box Coding Help
Topic Started: May 20 2014, 06:07 PM (266 Views)
DungHo
Member
[ * ]
I'm trying to make a announcement box that sort of looks like this Hogwarts one: http://s15.zetaboards.com/ihoggy/index/ with definitely at least one marquee. I'm having troubles figuring out the coding and what to put into it. Can someone make one?
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Try this:
Code: HTML
 
<table>
<tbody>
<tr>
<td>Content 1</td>
<td>Content 2</td>
<td>Content 3</td>
</tr>
</tbody>
</table>
This will produce a marquee effect:
Code: HTML
 
<marquee direction="up" onmouseover="this.stop()" onmouseout="this.start()">Content</marquee>
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · ZetaBoards - Theme & Code Support · Next Topic »
Add Reply