PDA

View Full Version : Posting Links - Remind me I'm gettin' old.


JaXanim
12-06-2006, 04:08 PM
I thought I knew the format for making links to images stored elsewhere on the web, but I can't get it to work. I guess I'm just getting too old to remember. So, would some kind soul point me to AOrg's HTML tutor or gimme an example.
Cheers, JaX

ravnen
12-06-2006, 04:10 PM
If you want to include an image into the html document:
<img src="http://someurl">

To link to an image:
<a href="http://imageurl">link text</a>

In this forum, use the image/link button

JaXanim
12-06-2006, 04:50 PM
Got it. Many thanks ravnen.
JaX