View Full Version : Help---Please!


AngeLofPeAcE
05-27-2003, 01:31 AM
Hi, i have a problem. I want to try out for the quilting bee but am having a little trouble qith my quilt page. I got kinda confused with there way so i tried my own way. It worked but now i tried using their way to lining up the patches. this is the code:

<img src="patch.gif"><img src="patch.gif"><img src="patch.gif">

It works but how do I link the patches????

please help asap

:) thanks

amicus
05-27-2003, 02:07 AM
just put it inside a 'a href' tag

<a href="somepage.html"><img src="patch.gif"></a>

AngeLofPeAcE
05-27-2003, 02:22 AM
I can link to other sites using that tooo??? :)

Alcy
05-27-2003, 03:17 AM
Yes, you can link to any site using that.

amicus
05-27-2003, 03:18 AM
can you show us the link your using. this should've worked. if you're linking to an outside site you have to use absolute paths:

<a href="http://www.domain.com/somepage.html"><img src="patch.gif"></a>

AngeLofPeAcE
05-27-2003, 10:15 PM
ohh ok :) thanks so much!