Wonder84lalala
Oct 3, 2007, 06:47 AM
Hi,
I just want to create an HTML link from any text the of images or buttons that I created within abode photoshop, how can I do it?
Thanks for any help :)
Kizzza
Dec 31, 2007, 07:50 AM
If you want to make an image a link then use this:
<a href="LINK OF DESTINATION GOES HERE"><img src="PHOTOSHOP IMAGE LINK GOES HERE" border="0"></a>
If you don't have an image link for your photoshop image, you can upload it here: TinyPic - Share the Experience!™ (http://www.tinypic.com) or ImageShack® - Hosting (http://www.imageshack.us)
But before uploading, I would convert the image to a JPG/JPEG or GIF format.
OR
If you want to make a text link, then use this:
<a href="LINK OF DESTINATION GOES HERE">Text goes here</a>
Hope that was helpful.