Underline Links in Posts

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tonmo
    Senior Member
    • Dec 2004
    • 235
    • 5.0.X

    Underline Links in Posts

    In vb4 I had the following in additional.css - this would ensure that links posted in threads (and only those links) would be underlined, which helps to distinguish from the rest of the text:

    PHP Code:
    .postcontent a {text-decoration:underline;} 
    I tried to add this to the equivalent css-additional-css file in vb5 but it didn't take. Does anyone know what the right attribute is?
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Try this:
    Code:
    .post-content a { text-decoration: underline; }
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • tonmo
      Senior Member
      • Dec 2004
      • 235
      • 5.0.X

      #3
      Thanks - at first it didn't seem to work but I then used the Clear System Cache function in admincp and saw that it took. Thanks!

      Comment

      Related Topics

      Collapse

      Working...