ImageReady - gif question

Scud

Veteran XX
How do you add a link to to the a .gif so that when someone clicks on it it will take them to a web site of pop up a new email?
 
Thanks for all the help.

I have one last question. Once I put the html in the gif I have to save it as a html page in order for it to work. Is there anyway to embed that into the gif?
 
Scud said:
Please teach me, show me my ignorance.
i assume you're putting it on a webpage...

just put new skul's thing in the web page html

<a href="mailto:you@adress.com"><img src="img url"></a>

you can't just make a gif be a link anywhere you put it.
 
Yeah, you don't put a link "in" a gif, you assign a link "to" a gif when it is placed on the web page with html or whatever.

Now, if it were a flash button, then the link is actually part of the image, which makes it a little more cumbersome to edit the link when you need to change it.
 
Scud said:
Please teach me, show me my ignorance.

The html makes the gif email you

the code as newskul stated is

<A HREF="mailto:email@blahblah.com"><IMG SRC="http://www.yourgif.com"></A>

so thusfor the gif, when clicked will do this: (click the smilie)




EDIT: FUCK YOU GUYS
EDIT²: Atleast i beat the member
 
Last edited:
Yes..so if you want to use it on the forums...you would have to do something like this: (Since HTML is disabled)




[ url=www.urlofwebsitegoeshere.com][ img]imageurlgoeshere[ /img][ /url]
Without the spaces in the tags, of course
 
Last edited:
Back
Top