View Single Post
09-24-2007, 10:59 PM
#4
skillet is offline skillet
skillet's Avatar
Status: I'm new around here
Join date: Feb 2006
Location: Austin, Texas
Expertise:
Software:
 
Posts: 8
iTrader: 0 / 0%
 

skillet is on a distinguished road

  Old

For example, I can paste the code below, which renders the same exact HTML, yet it shows up fine in Firefox:
Code:
<script type="text/javascript">
		document.write('<div class="rss_box">');
		document.write('<ul class="rss_items">');
		document.write('<li class="rss_item"><a class="rss_item" href="http://feeds.feedburner.com/~r/TheSietch/~3/160627565/"  target="_self">Building For Social Responsibility</a>');
		document.write('</li>');
		document.write('</ul></div>');
</script>
Which brings me to the conclusion that there is something within this script that is bugging it out:
Code:
<script type="text/javascript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Ffeeds.feedburner.com%2FTheSietch&chan=n&num=1&desc=0&date=n&targ=n"> </script>