Technical Support Forums

Technical Support Forums » Other

CSS question (3 posts)


About this Topic

  • Started 3 years ago by Fallstar
  • Latest reply from Fallstar

Tags

No tags yet.

  1. Fallstar
    Member
    Posted 3 years ago

    Sorry to ask this here, but I know some of you are knowledgeable in this category, and I've looked all through my books. How do I change the look of a link's underline, from a solid line to either dashed or dotted?
    Thanks!

  2. Randy
    Member
    Posted 3 years ago

    set text-decoration to none and apply a bottom border like so:

    a {
    text-decoration: none;
    border-bottom: 1px dashed #00f;
    }

  3. Fallstar
    Member
    Posted 3 years ago

    Thank you Randy! That is exactly what I needed! I appreciate it!


Reply

(required)