CATEGORY: Basic HTML stuff...
HTML stuff pertaining to our system.

QUESTION:
I set a mailbox and I need to know how to set a link on my webpage so someone can e-mail me from my page(http://www.domain.com/index.htm). The email address is domain@domain.com

ANSWER:
You would place the following HTML code in your page:

<a href="mailto:domain@domain.com">domain@domain.com</a>


Eddie
############################################################

Please be advised that this is a SUPPLEMENTAL Online Manual.

The PRIMARY Online Manual is inside your Online Control Panel... to access it, just click Documentation link at very bottom of Online Control Panel screen.

You should always consult the Online Manual inside your control panel first... and only consult this SUPPLEMENTAL Online Manual as a last resort.

if after consulting the Control Panel Documentation, you still need assistance, please CONTACT SUPPORT

top