Lois & Clark Fanfic Message Boards
Previous Thread
Next Thread
Print Thread
#204351 08/15/05 12:01 AM
Joined: Dec 2004
Posts: 964
Features Writer
OP Offline
Features Writer
Joined: Dec 2004
Posts: 964
Does anyone know how to create a link image? I'd like to link a website that I'm working on up with others and I need to know how to make one of those link piccys.

You can either post it here or email me privately!

Thanks. laugh

#204352 08/15/05 05:19 AM
Joined: Feb 2005
Posts: 192
Hack from Nowheresville
Offline
Hack from Nowheresville
Joined: Feb 2005
Posts: 192
link-image, for both - including an image and creating a link - exists a html-tag. Your work is to combine them:

Code
<a href="http://www.linkme.com/">some text</a>

<img src="someimage.jpg" border="0" />

<a href="http://www.linkme.com/"><img src="someimage.jpg" border="0" /></a>
My suggestion would be to use some wysiwyg (what you see is what you get - like Frontpage) editor, that usually saves you quite some worry and time if you're not familiar with the html markup language.

#204353 08/15/05 08:00 PM
Joined: Dec 2004
Posts: 964
Features Writer
OP Offline
Features Writer
Joined: Dec 2004
Posts: 964
I'm pretty familiar with html. So are you saying that I can basically take any image and shrink it down to a link pic?!? confused


Moderated by  KSaraSara 

Link Copied to Clipboard
Powered by UBB.threads™ PHP Forum Software 7.7.5