Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Javascript and RSS code generator

Status
Not open for further replies.

rileypetty

Programmer
Jan 20, 2007
43
US
Hello, I need some help with a piece of Javascript code that I got from this website, The site allows you to enter an RSS URL and then generates the script necessary for you to add the RSS entry to your website. It works great and is easy to use. The code below is what was produced when I used the Department of Education nformation.

<script language="JavaScript" src=" type="text/javascript"></script>

What I would like to do is put a space/blank line between the news entries (in this case there are 3) but can't seem to figure out how to do it. I've worked with this code for several days with no luck. Do you think there is a parameter the script is expecting? I didn't think so since you can enter any URL regardless of who provides it. I've placed <br> tags everywhere, also with no luck. Can someone point me in the right direction? Thanks, Riley
 
Thanks, I got it. There was a CSS entry that alters the margins and padding. I was expecting and looking for something else. Just needed to sleep and wake up again. Works everytime.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top