rss feeds

wxdqz

New Member
wow, I'm sure this is a pretty common question...and I've tried searching everywhere that I can think of...
but I need help setting up an rss feed.

First off, I don't want to use a "helper" (<!-- m --><a class="postlink" href="http://www.feedroll.com/rssviewer/">http://www.feedroll.com/rssviewer/</a><!-- m -->)

Second, and most importantly, I need to get the feed to be in a scroll. (source below)


<BODY bgcolor="#000000" text="#000000" link="#DDDDDD" vlink="#DDDDDD" alink="#66FF00" topmargin="0" style="font-family: Arial; font-size: 8pt" leftmargin="0">
<center>
<span style="background:black">
<TABLE BORDER=1 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD width="300" align="center" valign="top">
<marquee id="site_news" behavior="scroll" direction="up" height="340" scrolldelay="100" scrollamount="2" onMouseOver="document.all.site_news.stop()" onMouseOut="document.all.site_news.start()">
<div align="center"><font face=Arial size=3 color="white"><b><u>Site News:</u></b><br></font></div>
<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#FFFFFF"><b>INSERT RSS</font></b>
<font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#FFFFFF"><b>INSERT MORE</font></b>
</marquee>
</TD>
</TR>
</TABLE>
</body>
 
Back
Top