I Have the following javascript code for my RSS feed ... <script language="JavaScript" src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fei%3DUTF-8%26p%3D%2522SAP%2522%26eo%3DUTF-8&num=2&targ=y&utf=y" type="text/javascript"></script> <noscript> <a href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fei%3DUTF-8%26p%3D%2522SAP%2522%26eo%3DUTF-8&num=2&targ=y&utf=y&html=y">View RSS feed</a> </noscript> Code (markup): I want to attach a style to it from my style sheet named "action" - where do i put the command? i know html is class="action" but not too sure about javascript code...
... <head> ... <style><!-- .action { /* your style goes here ouside comments */ } //--> </style> <script language="JavaScript" src="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fei%3DUTF-8%26p%3D%2522SAP%2522%26eo%3DUTF-8&num=2&targ=y&utf=y" type="text/javascript"></script> <noscript> <a href="http://jade.mcli.dist.maricopa.edu/feed/feed2js.php?src=http%3A%2F%2Fnews.search.yahoo.com%2Fnews%2Frss%3Fei%3DUTF-8%26p%3D%2522SAP%2522%26eo%3DUTF-8&num=2&targ=y&utf=y&html=y">View RSS feed</a> </noscript> </head> Code (markup):