|
How to insert the code and customize the formatting
The code looks like this:
<!-- begin free daily horoscope script -->
<script type="text/javascript" language="JavaScript">
<!--
/* Please modify value of 'sign' according to your needs. Valid values are: Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius, Capricorn, Aquarius, Pisces. The value for the day's overview is: General.
*/
var sign="Sagittarius";
/* This is your unique id, sent to you by email */
var id=1;
/* Do not modify anything from here on */
var url='http://www.eastrolog.com/';
url+='affiliates.php?id='+id;
url+='&top='+escape(top.location.host);
url+='&self='+escape(self.location.host);
url+='&sign='+escape(sign);
document.write('<sc'+'ript type="text/javascript" language="JavaScript"');
document.write(' src="'+url);
document.write('"></sc'+'ript>');
//-->
</script>
<noscript> <a href='http://www.eastrolog.com/' target='_blank'>Free Horoscopes</a> </noscript>
<!-- end free daily horoscope script -->
Copy the code in the box below an paste it in your page(s), anywhere between "<body>" and "</body>" tags, where you want the horoscope to appear.
You only have to modify the values shown in RED. The first one tells the script what to show (horoscope for a specific sign or overview of the day), and the second one is your unique ID that will be emailed to you after we have processed your request.
The text it generates looks like this:
<P CLASS="date">January 1, 2002 </P>
<P CLASS="horoscope">Your taste for adventure and ambition this morning will be obvious for a group of friends with whom you have spent the New Year's party. </P>
<P CLASS="horoscope">You will initiate a short trip to the mountains. You are advised to dampen down your enthusiasm and take into account other people's ideas, too. At the same time, you are advised to be more of a diplomat and avoid controversies with your loved one. </P>
<P CLASS="horoscope">By courtesy of eAstrolog.com - Free Daily Horoscopes.</P>
Notice the STYLES used for formatting the text. You can easily customize the formatting by defining the two styles ("date" and "horoscope") using CSS.
Features of the free horoscope script / Using the free horoscope script / Request your free horoscope script
eAstrolog
|