Hello, I just installed a javascript on a page to pull some feeds in and the page displays fine, but it causes all the other links on my page to open in new browser windows. If you follow the .js link below you can see their script.
Is there any tags I can put around the script to isolate it or cause it from screwing up the rest of my code?
Code:
<script language="JavaScript" type="text/javascript"
src="http://www.SeniorJournal.com/HeadlineSynd.htm.js"></script>
<noscript>
Please enable JavaScript and reload this page.
</noscript>
(Its also aligning all of the feed text and my header about an inch to the right in IE!; I tried a div align left tag but it does nothing)
Last edited by Boar; 04-21-2009 at 08:20 PM..
|