Links Underlined by default?

  • Author
    Posts
  • #24251
    James

    Hi Guys,
    Firstly, luv for all ya’ll do.

    Q: Am I daft {don’t answer that bit} or am I completely missing how to ensure that links come out underlined by default. Doesn’t seem to be happening for me.
    The colours do change coorectly on hover, and of course I can underline each by formatting individually, but surely that gotta be me forkprints in my forehead approach.

    Thanks for caring.

    ~ James

    #24254
    Jim

    Hi James

    You could try adding the code below into your custom CSS area under Misc. Settings, it should do what you need.

    a, a:link, a:visited, a:hover
    {
    text-decoration: underline;
    }

    I hope this helps

    Jim…

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Links Underlined by default?’ is closed to new replies.