jessegut
03-08-2004, 08:32 PM
[Moderators note: Threadname modified to read JavaScript rather than Java (While Java is a full programming language, JavaScript is a browser-centric scripting language. They have syntax simularities and a similar name, thats all)]
Dear All,
I am completely and totaly Java ignorant, nor can I spell, but that's another issue.
Problem: I want to add a free news wire service to my web page.
The news wire service updates on a daily basis for free. They say, all you have to do is copy, paste, and personalize a particular Java Script to your page.
Here is the script I am using:
<script language="JavaScript1.1" src="HTTP://finance.news.prweb.com/js/index.php?expand=y&limit=20"></script><script language="JavaScript1.1">
<!--
var channel_begin = '<span style="font-size: 9.0pt"><font color="#000000">';
var item_begin = '<BR>';
var item_end = '<BR>';
var channel_end = '';
var list_begin = '<ul>';
var list_end = '</ul>';
var link_target = '_blank';
var show_title = false;
// Error message for unsupported browsers.
if(!(window.channels)) { document.write('Sorry! Your browser is unable to retrieve JavaScript channels.') }
// -->
</script><script language="JavaScript1.1" src="HTTP://www.prweb.com/js/channel_renderer.js"></script><noscript>Sorry! Your browser is unable to retrieve PRWEB.COM JavaScript news feed.</noscript>
SINCE A PICTURE IS SOMETIMES WORH A THOUSAND WORDS
THE LINK IS http://www.erijes.com/finance.html
If you go to the link you can see that the title of each news release is very, very hard to see. The script must be picking up something in my css or something.
How can I get this new alien Java Script to disregard the css and let me add font and color changes to the news release headlines?
Thanks for sharing your brains in advance!
Dear All,
I am completely and totaly Java ignorant, nor can I spell, but that's another issue.
Problem: I want to add a free news wire service to my web page.
The news wire service updates on a daily basis for free. They say, all you have to do is copy, paste, and personalize a particular Java Script to your page.
Here is the script I am using:
<script language="JavaScript1.1" src="HTTP://finance.news.prweb.com/js/index.php?expand=y&limit=20"></script><script language="JavaScript1.1">
<!--
var channel_begin = '<span style="font-size: 9.0pt"><font color="#000000">';
var item_begin = '<BR>';
var item_end = '<BR>';
var channel_end = '';
var list_begin = '<ul>';
var list_end = '</ul>';
var link_target = '_blank';
var show_title = false;
// Error message for unsupported browsers.
if(!(window.channels)) { document.write('Sorry! Your browser is unable to retrieve JavaScript channels.') }
// -->
</script><script language="JavaScript1.1" src="HTTP://www.prweb.com/js/channel_renderer.js"></script><noscript>Sorry! Your browser is unable to retrieve PRWEB.COM JavaScript news feed.</noscript>
SINCE A PICTURE IS SOMETIMES WORH A THOUSAND WORDS
THE LINK IS http://www.erijes.com/finance.html
If you go to the link you can see that the title of each news release is very, very hard to see. The script must be picking up something in my css or something.
How can I get this new alien Java Script to disregard the css and let me add font and color changes to the news release headlines?
Thanks for sharing your brains in advance!