(Very) Simple RSS Feed Block?
Posted: 7. December 2008 07:19
Would anyone have a script for a block which just brings in the RSS feed url and has a scrollbar to scroll through the content?
Code: Select all
<!-- Surfline RSS Feed Block -->
<!-- Created by Tribal Surf (c) 2008 -->
<!-- http://www.tribalsurf.net -->
<!-- http://www.surfline.com/-->
<div class="portal-panel">
<span class="portal-corners-top"><span></span></span>
<h3>Surfline RSS Feed</h3><br /></div>
<div style="margin-top: -10px; background-color:#D2D9E3;">
<div style="border: 0;background-color:#D2D9E3; width:175px; height:180px; overflow:auto; color:#FFF;">
<script language="javascript" src="http://www.rss-info.com/rss2.php?integration=js&windowopen=1&rss=http://www.surfline.com/rss/region.cfm?alias=sealbeachcam&number=100&width=175&ifbgcol=D2D9E3&bordercol=D2D9E3&textbgcol=D2D9E3&rssbgcol=D2D9E3&showrsstitle=0&showtext=1"> </script>
</div>
</div>
<div class="portal-panel"><br />
<span class="portal-corners-bottom"><span></span></span>
</div>
<br style="clear:both" />