Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter RiosWebDesignCom

    (@infocms)

    Sorry this is the current code:

    [please the ‘code’ button to mark code]

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <div style="position:absolute;top:120px;left:892px;">
    <a href="mailto:[email protected]?Subject=Hello%20again">[email protected]</a>
    </div>
    
    </body>
    </html>

    Note: Seems like this forum doesn’t have the option to modify or delete posts, or maybe yes, at some place?

    I wanted to fix my bad grammar in my post above.

    Thanks in advance.

    from as it is now:

    <div style="position: absolute; top: 120px; left: 892px;"><a href="mailto:[email protected]?Subject=Hello%20again">[email protected]</a></div><div id="wrapper"><div id="container">

    (this was positioning the email address in reference to the browser window)

    move the div a bit to just inside the #wrapper and change a few styles:

    <div id="wrapper" style="position:relative;"><div style="position: absolute; top: 120px; left: 730px;"><a href="mailto:[email protected]?Subject=Hello%20again">[email protected]</a></div><div id="container">

    (this is positioning the email address in reference to the #wrapper div)

    Thread Starter RiosWebDesignCom

    (@infocms)

    Thank you so much alchymyth!
    That works now ??

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to fix a html link code?’ is closed to new replies.