• hi,

    a rather simple dilemma i have, yet i can’t figure out what i have done wrong?

    if take a looker at my footer, ive added a link to the email and tel no.

    but for some reason the link has attached itself to the two lines beneath?

    my site

    http://www.calligraphycompany.com

    would someone care to take a look?

    many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • So what do you want to do with it. If you need to edit it or wanna to change the URL or redirect it.

    you’ve got an additional anchor element in your source around the address and copyright paragraphs:

    <a href="">
    <p> Fife Terrace, London, N1 9RA, UK</p>
    <p>  </p>
    <p>Copyright © 2012 CalligraphyCompany.Com</p>
    </a>

    Simply remove the additional <a href=""> and </a> elements in your footer.php

    Thread Starter oliviaok

    (@oliviaok)

    hi chisler,

    thanks for your response, i did as you said and now it has removed the ‘mailto’ link for the first line?

    Looks like you have removed the anchor from this:

    <mailto:enquiries@calligraphycompany.com>
    enquiries@calligraphycompany.com / +44 (0) 7874 860 560
    </mailto:enquiries@calligraphycompany.com>

    if you need more help mail me at [signature link moderated]

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘remove link in footer’ is closed to new replies.