Continued from page 1
Upload
CSS as javascript file to your server. Now you will need to add some code into your web pages. You will need to do this for all of
pages that you wish to use QuickSub on.
Please note that in these examples I have used square brackets instead of angled brackets.
First you need to copy some code to call
CSS file. Add this line with your head tags.
[style type="text/css"] @import "quicksub.css"; [/style]
Then copy this code into
body of your page.
[div id="quickSub" style="position:absolute; visibility:hidden; z-index:1000;" onMouseOut="return timeqs();" onMouseMove="return delayqs();"][/div] [script language="JavaScript" src="quicksub.js"][!-- quickSub (c) Jason Brome --][/script]
Then where you want to use QuickSub place this code in
body of your page.
[a href="http://www.sitename.com/rssfeed.xml" rel="nofollow" onmouseout="return timeqs();" onmouseover="return quicksub(this, 'http://www.sitename.com/rssfeed.xml');"]Your link text here[/a]
You just need to replace
path with
path to you RSS feed and enter you own link text. All is left now is to upload your modified page to your web server and
new QuickSub javascript will be active.

Allan is the webmaster at NewsNiche an RSS resource for webmasters. Learn how to use RSS to attract and retain visitors to your site.