Results 1 to 3 of 3

Thread: underline link

  1. #1
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

    Default underline link

    Normally when you place an underlined link, the line is full.
    Is it possible to make it a dotted line, but not small dots
    like in the code below, but longer little lines ?

    Code:
    A:hover {
        font-family: "Tahoma";
        font-size: 8pt;
        color: #9A8975;
        text-decoration: none;
        font-weight: normal;
        border-bottom: #091434;
        border-width: 0px 0px 1px 0px;
        border-style: none none dotted none;

  2. #2
    Join Date
    Feb 2008
    Location
    Cebu City Philippines
    Posts
    1,160
    Thanks
    17
    Thanked 277 Times in 275 Posts

    Default

    I don't think I get your point, but have you tried dashed instead.

    For further reading:
    http://www.w3schools.com/css/pr_border-style.asp
    Learn how to code at 02geek

    The more you learn, the more you'll realize there's much more to learn
    Ray.ph!

  3. The Following User Says Thank You to rangana For This Useful Post:

    chechu (07-23-2008)

  4. #3
    Join Date
    Jul 2006
    Location
    Antwerp, Belgium (Europe)
    Posts
    927
    Thanks
    121
    Thanked 2 Times in 2 Posts

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
  •