Jump to content

Creating A Hyperlink Within An Image


RoyalT1

Recommended Posts

I am trying to put a hyperlink in an image/document that I am creating in Paint.NET... how do I do it?

There is no tool/icon for linking.

Edited by RoyalT1
Link to comment
Share on other sites

I am trying to put a hyperlink in an image/document that I am creating... how do I do it?

There is no tool/icon for linking.

Unfortunately, this is not a HTML support forum. Google it, and there are tons of tutorials out there that will help you out.

Officially retired from this forum. Have a nice day.

Link to comment
Share on other sites

Lance is right, but i'm nice. So here goes a mini tut on html coding

<img src="planets.gif" width="145" height="126" alt="Planets" usemap="#planetmap" />

<map name="planetmap">
 <area shape="rect" coords="0,0,82,126" alt="Sun" href="sun.htm" />
 <area shape="circle" coords="90,58,3" alt="Mercury" href="mercur.htm" />
 <area shape="circle" coords="124,58,8" alt="Venus" href="venus.htm" />
</map>

change the coordinates to what you want, for rectangle it's top left corner coords and bottom right corner coords, for circle its center coord and an outside coord
hope that helps, if not try google.

borderlandssig.jpg

"I'm attracted to you like the Earth is attracted to the Sun - with a large force inversely proportional to the distance squared."

My Gallery

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...