How can I make an image and text be clickable at the same time?

admin

Administrator
Staff member
I'm having trouble trying to make an image and text clickable at the same time. I attached the image that I want to use. Now, under the image I want it to say..."Got Question? E-mail Me". So the link of both the text and image would be my e-mail. How can I make this possible? I tried it myself, only that the image wasn't animated anymore. Please Help! Thanks!<!--content--><a href=http://www.htmlforums.com/archive/index.php/"page.html"><br />
<br />
<img src=http://www.htmlforums.com/archive/index.php/"picture.gif"><br />
<br><br />
click here!<br />
<br />
</a><!--content-->Thanks but what I'm looking for is this. If you go to <!-- m --><a class="postlink" href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2038776818">http://cgi.ebay.com/ws/eBayISAPI.dll?Vi ... 2038776818</a><!-- m --> when you go to the bottom of the page you will see this <!-- m --><a class="postlink" href="http://img1.ranchoweb.com/images/jvalenz/bigorg40.gif">http://img1.ranchoweb.com/images/jvalenz/bigorg40.gif</a><!-- m --> image. As you can see, the image links to my e-mail address but the "Got Questions? E-mail Me" text does not link to my email. What I want is for both the image and the text to link to my email so that both are clickable. Well, I hope someone understood what I meant. Thanks!<!--content-->but here is makeing it even more simple for you.<br />
<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"mailto:[email protected]"><br />
<font size="whatever"><b>Got Questions? Email Me</b></font><br />
<br><br />
<img src=http://www.htmlforums.com/archive/index.php/"whereever.gif"><br />
</a><br />
<br />
<br />
As simple as that. What Trans is trying to say is that the anchor tag <a> to </a> encloses the link to your email. Anything you put inside these tags will link to your email addie.<br />
<br />
There ya go.<!--content-->Thank you!<!--content-->
 
Back
Top