Can E- machine be upgraded with front page web design modules?

Posted by admin on August 31st, 2009 and filed under web page design | 1 Comment »

I have joined a class, where I am put on web designing. The place provides booklet format only, and when I had reached the page, to link the web page with nother web page, the link came through, and then I could link a web page with a web, and a web opens when clicked on it. but the web page fail to link with actual email address, though it shows a link in a code formate? what would you suggest?

First off you can install any application on a working computer as long as you have the available system resources.

Now more specifically to your issue at hand. Your question was not very clear as it did not contain any of the source code your dealing with.

You said
"but the web page fail to link with actual email address, though it shows a link in a code formate? what would you suggest?"

That to me sounds like you may have coded the email link incorrectly. Did you use a normal mailto statement to link to the email address?

try using this code:

<a href="mailo:EmailAddress
GoesHere?subject=Subject
OfEmailGoesHere">Text For
Link Itself Goes Here</a>

You will need to remove the extra line breaks from that code to make it work. I added the carriage returns so it would not get cut off in this display.

One Response

  1. Kevin Says:

    First off you can install any application on a working computer as long as you have the available system resources.

    Now more specifically to your issue at hand. Your question was not very clear as it did not contain any of the source code your dealing with.

    You said
    "but the web page fail to link with actual email address, though it shows a link in a code formate? what would you suggest?"

    That to me sounds like you may have coded the email link incorrectly. Did you use a normal mailto statement to link to the email address?

    try using this code:

    <a href="mailo:EmailAddress
    GoesHere?subject=Subject
    OfEmailGoesHere">Text For
    Link Itself Goes Here</a>

    You will need to remove the extra line breaks from that code to make it work. I added the carriage returns so it would not get cut off in this display.
    References :

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.