WENDELINE
06-23-2005, 02:24 AM
how do i make a image into an e-mail link. i have a learning disability so please explain it as simple as possible. thanks, wendy cole :confused:
|
Click to See Complete Forum and Search --> : How do i make an image into a e-mail link WENDELINE 06-23-2005, 02:24 AM how do i make a image into an e-mail link. i have a learning disability so please explain it as simple as possible. thanks, wendy cole :confused: the tree 06-23-2005, 05:54 AM To make an image you'd use the img element.<img src="image.png" alt="alternate text">To make an "e-mail link" you'd use the a element with mailto: in the href attribute.<a href="mailto:person@hotmail.com">e-mail me</a>To combine them you'd replace the link text with the img element.<a href="mailto:person@hotmail.com"><img src="mailme.gif" alt="Send me an e-mail"></a> WENDELINE 06-23-2005, 07:06 PM thanks for the help. wendy cole :) webdeveloper.com
Copyright WebMediaBrands Inc., All Rights Reserved. |