
Originally Posted by
uniemporium
I have an image (see attachment) which I want to add hyperlinks in it, and the image's width is going to be dynamic width so that it can adjust automatically with the width of table (I'm using a table to hold this image, and I set the table's width to be dynamic - in this case 100%). Please let me know how to do it. Thank you kindly.
Are you asking how to add a link or how to make the image's width equal to the width of the table?
Snookerman answered the latter. If you're asking the former, you would do something like this:
Code:
<a href="http://www.dynamicdrive.com"><img src="dd.jpg" alt="dynamic drive"></a>
The width of the image is irrelevant to creating a link.
Bookmarks