Please feel free to link with shirdibaba.org. 

1. Text Link

To create a simple text link, copy and paste the following code in your HTML document: 
<a href="http://www.shirdibaba.org">Shirdibaba.org - Site on Shirdi Sai Baba</a>

2. Link With Graphic

Step I: Copying the Graphics:
Place your mouse over the top of the graphic and click your right mouse button. In Microsoft Internet Explorer, select Save Picture As.... In Netscape Navigator, select Save Image As.... You'll then get a dialog box asking you where you want to save the graphic. Select a folder on your hard drive and press OK. You've just copied the graphic!

Step II: Creating the Link
Once you've got your graphic, simply include the following text in your HTML document:
<A HREF="http://www.shirdibaba.org"><IMG SRC="(write the image path and name)" ALT="Shirdibaba.org - Site on Shirdi Sai Baba" BORDER="0"></A>

3. Creating Link With Graphic Without Downloading The Graphic

If you're new to HTML authoring and can't figure out how to download the graphic and put it in your page, don't worry. We've made it easy for you! Simply place the following code in your HTML document. The graphic and link will appear on your page without your needing to download the graphic! All you need to do is copy the following code and paste it in your HTML document! That's all.

<A HREF="http://www.shirdibaba.org"><IMG SRC="http://www.shirdibaba.org/shirdibaba_org_logo.gif" ALT="Shirdibaba.org - Site on Shirdi Sai Baba" border="0"></A>