Help - Search - Members - Calendar
Full Version: Need help with coding email--
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
Mykal
wub.gif OK, hate to ask something so simple, but I am pulling my hair out. I'm a student and working on a problem at end of chapter and it's asking me to use 3 email addresses on a website but they won't show up on the browsers, tried IE 7 and Firefox, when I preview the page. This is the code I am using:

<p>Contact our Customer Services department by email. We will try
to respond to your emails within 24 hours.</p>

<a href="mailto:sales@body_systems.com">
<a href="mailto:sales@body_systems.com">
<a href="mailto:service@body_systems.com">

this is the code it shows to use in my book for an email adress. I would love for someone to tell me what I am doing wrong.

Thanks so much
Mykal
Frederiek
See http://htmlhelp.com/reference/html40/special/a.html.
Mr. Manican
QUOTE(Mykal @ May 8 2008, 09:43 AM) *

wub.gif OK, hate to ask something so simple, but I am pulling my hair out. I'm a student and working on a problem at end of chapter and it's asking me to use 3 email addresses on a website but they won't show up on the browsers, tried IE 7 and Firefox, when I preview the page. This is the code I am using:

<p>Contact our Customer Services department by email. We will try
to respond to your emails within 24 hours.</p>

<a href="mailto:sales@body_systems.com">
<a href="mailto:sales@body_systems.com">
<a href="mailto:service@body_systems.com">

this is the code it shows to use in my book for an email adress. I would love for someone to tell me what I am doing wrong.

Thanks so much
Mykal



You need to put in actual content that the user can see. Try this:

<a href="mailto:sales@body_systems.com">Sales Department</a>

That should give you a visible link.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.