Support » Themes and Templates » CSS code for dotted line under hyperlinks?

  • Like when there’s a link, what code would I put in my CSS to make it not a underline but a dotted underline? Anyone know how to do this? 🙂
    Thanks,
    Ryan

Viewing 4 replies - 1 through 4 (of 4 total)
  • should work, but:
    a { border-bottom: 1px black dotted; }

    Thread Starter notryan

    (@notryan)

    Both of those didn’t work too well…
    Beel’s came out as a green underline and midori comes out with a purple under line… 😛
    Any other suggestions?
    Thanks,
    Ryan

    Thread Starter notryan

    (@notryan)

    Also, Beel, you have those drop down menus on your blog. How would I be able to do that? Having long menus kinda annoy me because if the post content isn’t long enough, the menu will run below the blog.
    Thanks again,
    Ryan
    PS: I wonder who you voted for…:P

    I think the order might be wrong. Try border-bottom: 1px dotted #000;

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘CSS code for dotted line under hyperlinks?’ is closed to new replies.