View Full Version : :( help please


AngeLofPeAcE
07-24-2003, 10:59 PM
ok...i know this must of been said a thousand times but i cant find it. i DID search for it but i guess i searched it wrong cause the threads that came up werent what i was looking for.

Ok,i have an inline frame on my site and i want to make links to it. But i want to link images.Ive done this in the past but but lost the code. Also when i have done it in the past it said _____ .jpg.....is there any way where my images could be .gifs? that way the image could be transparent over my background??? please help....thank you

sebluver
07-24-2003, 11:18 PM
Er...when you save an image, save it as a .gif

AngeLofPeAcE
07-25-2003, 12:15 AM
ya i know that i did. i need the code to link it with images and to know if it will work with .gifs if it is a transparent image

sebluver
07-25-2003, 12:26 AM
Linking something will work whether it's transparent or not, me thinks.

Spirit892
07-25-2003, 12:28 AM
Just make it transparent in your image graphics program.

AngeLofPeAcE
07-25-2003, 01:42 AM
Ok i know but i need the code to link the images!!! i know its a real easy one but im bad with them. does anybody know it?

Skye
07-25-2003, 04:51 AM
Linking to an image is just like linking to any site. It should look something like this :

<a href=http://whatever.com/yoursite/yourimage.jpg target="framename">Link Name Here</a>

You have to change the address to the address of your image (it will work whether it's jpg or gif, transparent or not) and the frame name to whatever you called the frame you want it to target to. And of course, change the link name.

AngeLofPeAcE
07-25-2003, 09:21 PM
oh ok thanks alot!

AngeLofPeAcE
07-25-2003, 09:31 PM
oh i just tried it out and thats not what i meant. when i tried it out this is the code i used.

<a href=star2.gif target="framename">Me..</a>


star2 beaing the image but when i tested it it just c ame out as a regular link saying me........linking TO a picture. i want the picture to be what you click. not what it links to. thanks if u can hellp

sebluver
07-26-2003, 12:01 AM
<a href="YOURLINK'SURLHERE" target="framename"><img src="star2.gif"></a>

Skye
07-26-2003, 02:23 AM
Oh, sorry. I didn't know what you meant. Also, if you want to make the blue border around the image disappear, use this :

<a href=LINKURLHERE target=framename><img src=star.gif border=0></a>

AngeLofPeAcE
07-27-2003, 08:20 PM
:) thats ok and thanks for the little extra hint . lol i was gonna ask that next

AngeLofPeAcE
07-28-2003, 10:40 PM
oh one more thing :-D how do you get the words that come up when you hover the image?

Skye
07-29-2003, 01:53 AM
<a href=URLHERE alt="This is the part that hovers"><img src=star.gif></a>

:)

AngeLofPeAcE
07-29-2003, 01:59 AM
k thanks so0oo0o much! :-D