Home | Reports | Auctions | Books | Star Charts | Articles | Contact Us | Cookbook | e-Spells | RSS | Blog | Horoscopes2go.com

Warning: include(sidebar.html) [function.include]: failed to open stream: No such file or directory in /home/e-tar/public_html/dilink.php on line 33

Warning: include(sidebar.html) [function.include]: failed to open stream: No such file or directory in /home/e-tar/public_html/dilink.php on line 33

Warning: include() [function.include]: Failed opening 'sidebar.html' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/e-tar/public_html/dilink.php on line 33

How to Link to Our Daily Influences Software
How to Link to Our Daily Influences Software
Linking to the Daily Influences is very simple. If you want to offer them seperate from your site, just add this link on your page(s):

<a href ="http://www.e-tarocchi.com/dailies/dishared.php" target="_blank">Get Your Daily Influences</A>

For those of you who would like to bring the script into your site template do the following:

Create a table where you want the script to appear on your PHP web page. The page the script is going to run on must be a PHP page.

A simple example:

        <CENTER><TABLE width="500"><TR><TD>
        <?include"http://www.e-tarocchi.com/dailies/dishared.php";?>
         </TD></TR></TABLE></CENTER>

Since the table in the script is set to 100%, you can control the width by setting the width you want in the table you just created.

Once this is done, upload your page and try it out.