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:
Locked Topic
[Solved] Scrolling News Box; By KatieM
Topic Started: Jan 25 2010, 11:59 AM (879 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: KatieM
Scrolling News Box
 
I am using this code for a scrolling news box, but am having problems adding more than one line of news, i.e. I cant get separate news items to be listed with a space in between each line. Does anyone have any ideas how to post more than one news item, with a gap in between each item?

The code is:

Quote:
 
<center>
<table width="95%" border="0" align="center" cellspacing="1" cellpadding="0" bgcolor="BACKGROUND COLOR">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="3" class="maintitle">
<tr>
<td class="maintitle"><img src="http://invisionfree.com:54/style_images/1/nav_m.gif" border="0" alt="" width="8" height="8"></td>
<td width="100%" class="maintitle">
HEADER</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">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="FONT COLOR">
TEXT YOU WANT IN NEWS BOX</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
Offline Profile Goto Top
 
exeterjynx
Member
 *  
try this
Code:
 
<center>
<table width="95%" border="0" align="center" cellspacing="1" cellpadding="0" bgcolor="BACKGROUND COLOR">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="3" class="maintitle">
<tr>
<td class="maintitle"><img src="http://invisionfree.com:54/style_images/1/nav_m.gif" border="0" alt="" width="8" height="8"></td>
<td width="100%" class="maintitle">
HEADER</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">
<center><marquee height="65" width="200" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);"><font face="verdana" color="FONT COLOR">
TEXT YOU WANT IN NEWS BOX</br>
test</br>
test</br>
test</br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
Offline Profile Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards - Skinning & Code Support · Next Topic »
Locked Topic