Is there any way by which we can provide hyper link as alternative text to images. Means if an image is disabled then a hyper link is displayed! Please help me! Its urgent!

You can put the link in anyway, and use the alt portion of the img tag for the link text.

<a href="myurl.htm">
  <img src="mypic.jpg" alt="Click here for my purpose." />
</a>

The hyperlink is active in either case, but the link text doesn't appear unless the picture doesn't load.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.