The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Change link color/style inside posts only
Hello everyone,
Is there a (preferably easy) way to change the visual appearance of hyperlinks inside posts' text without changing the rest of the forum's links? If I change First Alternating Color. Link CSS from Style Manager any links in the forum (e.g. Forum Titles, Thread Titles etc.) follow it. I need something that will influence only hyperlinks inside posts/sigs. TIA. |
#2
|
|||
|
|||
You could always add a new class and change the <td class="alt1/2"> inside posts to <td class="alt1/2 post_links"> or whatever.
|
#3
|
|||
|
|||
Of course! <slap forehead>
What I did was in templates postbit and postbit_legacy to add the highlighted class: Code:
<!-- message --> <div class="messagetext" id="post_message_$post[postid]">$post[message]</div> <!-- / message --> Code:
.messagetext A { color: green } Thanks for your response. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|