Results 1 to 4 of 4

Thread: <a></a> html tag without the underline

  1. #1

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    50

    <a></a> html tag without the underline

    Hope this is the right place for this Question.

    Can someone please tell me how to create a hyperlink using the <a></a> html tag without the hyperlink underlined.

    Any help will be well appreciated.

    Cheers

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: <a></a> html tag without the underline

    Using inline CSS, you can do this

    <a href="http://www.mendhak.com/" style="text-decoration: none;">Click Here</a>

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: <a></a> html tag without the underline

    Or in CSS to un-underline (??) all of your links:

    a {text-decoration:none;}

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4

    Thread Starter
    Member
    Join Date
    Sep 2005
    Posts
    50

    Re: <a></a> html tag without the underline

    Thanks everyone.

Posting Permissions

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



Click Here to Expand Forum to Full Width