rileypetty
Programmer
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
<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