Do me the biggest favor...tell me how you make a picture link.
I know how to make the regular links doing this:
(img src="picture.com")
and links: (a href="www.something.com")saywhat(/a)
replacing the () with <> but for some reason I have the hardest problems making a picture that you can click on to go to a link. Can you be of any help.
no subject
Date: 2001-02-11 05:36 am (UTC)I know how to make the regular links doing this:
(img src="picture.com")
and links: (a href="www.something.com")saywhat(/a)
replacing the () with <> but for some reason I have the hardest problems making a picture that you can click on to go to a link. Can you be of any help.
no subject
Date: 2001-02-11 09:31 am (UTC)<a href="http://www.oogie.com"><img src="oogie.jpg"></a>
<xmp>
no subject
Date: 2001-02-11 09:32 am (UTC)let me try that again.
<a href="http://www.oogie.com"><img src="oogie.jpg"></a>