Gimp-Forum.net

Full Version: Website on a GIMP Image
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
(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>