Welcome Guest [Log In] [Register]
Viewing Single Post From: News + Announcements Code
HolySavior
Member Avatar
if( holy + alcohol){ happycoding()}
[ *  *  *  *  *  *  * ]
good try , but there are quite a few errors.
your alignment should be center not middle. you dont need </center> right after the table tag.also you are missing the first <td> tag in there. you have underline tags in there for no real reason you can take those out. i suggest you take out the font tag and the first center tag inside the marquee and the <p> tag. since you already have the span tag in there.also you should close off your span tag and finally you can take out the last 3 tags which are </div><br/></td> which are there for no reason.

is should look something like this:
Quote:
 

<div class='maintitle' align='center'><img src='' border='0' alt='>' width='0' height='10' />News and Announcements</div>
<table width="30%" border="0" cellspacing="1" cellpadding="6"></center>
<tr><td>
<marquee height="145" width="400" onmouseover="this.stop()" onmouseout="this.start()" direction="up" scrollamount="1" style="Filter:Alpha(Opacity=150, FinishOpacity=150, Style=1, StartX=0, StartY=90, FinishX=0, FinishY=0);">
<center><span style='color:white; font-weight:bold'>

YOUR TEXT HERE
</span>
</center></marquee></td></tr></table>


that should do it. good try.
Offline Profile Quote Post
News + Announcements Code · Code Snippets