[Support request] enumeration underline links

Home Forums Support [Support request] enumeration underline links

Home Forums Support enumeration underline links

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1107462
    Roland

    I have some enumerations in my text. In the enumeration there are links. How can i get them to be underlined. For the other links in the text i use

    p a:link, p a:hover, p a:active, p a:visited {
    text-decoration: underline;
    text-decoration-color: currentColor;
    }

    #1107870
    David
    Staff
    Customer Support

    Hi there,

    you would use this CSS selector to target the links in the table:

    td a:link

    #1108025
    Roland

    Hi David,

    for a table a perfect solution. It works. But for a normal enumeration in a continuous text like

    text text text
    – link
    – link
    – link
    text text text
    i don´t see any solution

    #1108346
    Tom
    Lead Developer
    Lead Developer

    Are we talking about a numbered list? If so, try this:

    ol a

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.