How can I do to make this animation with e-mail link

How can I do to make this animation with my e-mail link,
I like to have a link to my E-mail when the pointer go over the animation, before I uploaded to my web.
I’m not sure were to insert this:

  1. (a href="mailto:your@email.com")(img src=“image.gif”)(/a)

  2. (a href="mailto:yourname@yourserver.com" target="_blank")(img…)(/a)

And I’m not sure if #1 good or #2

when I do it the animation show a box out side with my e-mail link.

(!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”)
(HTML)(HEAD)
(META http-equiv=Content-Type content=“text/html; charset=iso-8859-1”)
(META content=“MSHTML 6.00.2800.1126” name=GENERATOR)
(STYLE)(/STYLE)
(/HEAD)
(BODY bgColor=#ffffff)
(DIV)(FONT face=Arial size=2)(IMG alt="" hspace=0
src=“C:\Documents and Settings\Owner\My Documents\TEST MH\UnivisionMHfooter.gif”
align=baseline border=0)(/FONT)(/DIV)(/BODY)(/HTML)

http://hidalgomar.com/UnivisionMHfooter.gif

I try this one and nothing happen, and I’m not sure where to add this in the html

(a href="mailto:yourname@yourserver.com" target="_parent")(img…)(/a)

here ill give you the whole darn code! :slight_smile:

Sorry, try this:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><a href="mailto:%20yourname@yourserver.com"><img src="http://hidalgomar.com/UnivisionMHfooter.gif" border="0"></a></FONT></DIV>
</BODY></HTML>

Which eaquals:
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.0 Transitional//EN”>
<HTML><HEAD>
<META http-equiv=Content-Type content=“text/html; charset=iso-8859-1”>
<META content=“MSHTML 6.00.2800.1126” name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><a href=“mailto:%20yourname@yourserver.com”><img src=“http://hidalgomar.com/UnivisionMHfooter.gif” border=“0”></a></FONT></DIV>
</BODY></HTML>

Is that what you were going for?

Thank you Mike it is working.
now i have a differen problem, what program can i use to edit the html, i made this animation in PhotoShop and i can’t change the html there, i try with explorer but i can’t open the: View>Source.
I need to edit the html to uploaded to my web files .
can you tell me what program i can use to edit the html,
The only one where i can open the html is in Outlook express (view>sourse>edit) but i can’t save it or uploaded from there

hmmm. I really dont know. Sorry!

You can edit HTML with notepad, dreamweaver, etc.

I USE DREAMWEAVER MX! :slight_smile: :slight_smile: :slight_smile: :slight_smile: :slight_smile: