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:
(a href="mailto:your@email.com ")(img src=“image.gif”)(/a)
(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
system
March 30, 2003, 5:53am
2
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)
system
March 30, 2003, 7:08am
3
here ill give you the whole darn code!
system
March 30, 2003, 7:18am
4
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>
system
March 30, 2003, 7:23am
5
Is that what you were going for?
system
March 30, 2003, 8:42am
6
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
system
March 30, 2003, 10:14am
7