Results 1 to 2 of 2

Thread: unwanted underline returns!

  1. #1
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question unwanted underline returns!

    on my homepage (http://www.alexandrasareh.com) there is a dreaded underline which has returned beneath the link 'weddings', and this link only! Any ideas on how to rid it?, obviously i've tried the </u> but thats a no go thanks

  2. #2
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Use CSS:

    <style type="text/css">
    a { text-decoration:none };
    </style>

    On a site note, you're using a ton of deprecated tags in your markup. While some browsers still support these tags, support for them future can't be guaranteed. You should validate your HTML and use CSS for styling.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •