|
[Solved] Scrolling News Box; By KatieM
|
|
Topic Started: Jan 25 2010, 11:59 AM (879 Views)
|
|
Reid
|
Jan 25 2010, 11:59 AM
Post #1
|
È una trappola!
- Posts:
- 6,767
- Group:
- Developer
- Member
- #223,645
- Joined:
- October 30, 2006
- I'm Browsing With
- Firefox
|
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>
|
|
|
| |
|
exeterjynx
|
May 5 2013, 09:23 PM
Post #2
|
- Posts:
- 2
- Group:
- Members
- Member
- #608,593
- Joined:
- May 5, 2013
|
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>
|
|
|
| |
| 1 user reading this topic (1 Guest and 0 Anonymous)
|