07-17-2017, 05:07 PM
(07-17-2017, 03:30 PM)Planet Reptilians Wrote: Hi all I am creating an Image using GIMP but want to know how i can put in a website link so that people can click on the link to open it?
[edit] removed all the text styles/colours/fonts so that the post is actually legible - rich
The link is not part of your image, it is part of the page HTML description, in its most basic form, something like:
Code:
<a href="http://somewhere.on.the.net/somelinkedpage.html"><img src="yourimage.png"></a>