ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Hyperlink Mishap


  • 2005-03-19 06:16:22

    Hyperlink Mishap

    Can't seem to get HTML code for a hyperlink to appear or function properly.

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system - LINUX
    version of ATutor - 1.4.3
    versions of php - 4.3.9
    version of mysq l - 4.0.22
    webserver & version - APACHE 1.3.33
    copies of error messages - See code below
    changes to default settings - Cache directory and home page
    web browser being used - IE 6.0
    and anything else relevant - Previews fine in the visual editor

    -----Begin Code-----

    <p>test</p><p>

    <a href="mailto:help@ambuniversity.com">E-mail us</a></p>
    <p>
    <a href="mailto:help@ambuniversity.com?Subject=Help Me">E-mail us</a></p>
    <p>
    <a href="mailto:help@ambuniversity.com">E-mail us</a></p>

    -----End Code-----

    Produces

    -----Begin Display-----

    test

    help@ambuniversity.com">E-mail us

    help@ambuniversity.com?Subject=Help Me">E-mail us

    help@ambuniversity.com">E-mail us

    -----End Display-----

    All address mail to <a href= when clicked.

    Thanks,
    Mark

  • 2005-03-19 07:53:22

    Just email

    Email addresses are converted to a mailto link. Don't use HTML.

    help@ambuniversity.com