The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
(CSS) How to force links to be underlined in postbit template?
Generally my links are not underlined. I only want to show them underlined in postbit template. How can i achieve this with css?
Theres a <div id="post_message_$post[postid]">, how coud I use this to force underline links? Or is there a better solution available? Thank you. |
#2
|
||||
|
||||
Add a class to it.
eX: .post_links a{ text-decoration:underline; } and then declare in postbit <div id="post_message_$post[postid]" class="post_links"> |
#3
|
||||
|
||||
That does not work I have all links generally set: text-decoration:none. And I think when [ url ] bbcodes are processed, they use standard-settings (test-decoration:none).
|
#4
|
||||
|
||||
Try this:
.post_links a{ text-decoration:underline !important; } |
#5
|
||||
|
||||
That works great! Thank you!
|
#6
|
|||
|
|||
Where exactly should that be put in the postbit template ?
|
#7
|
||||
|
||||
This is meant to be in admincp > styles > css settings for this styles > end of this page
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|