The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Link style in posts
Hey !
Trying to find a way to make links inside a thread message to look different, like adding different colour or using strong font style. Now they just look like all the rest text and almost impossible to see them. |
#2
|
||||
|
||||
the easiest way would be to alter your
a:link a:visited a:active classes change HTML Code:
text-decoration:none HTML Code:
text-decoration:underline |
#3
|
|||
|
|||
Tested several option their, but i always changes other links i dont want to change also.
|
#4
|
||||
|
||||
well ... create a class just for the postbit cell (message div)
|
#5
|
|||
|
|||
What princeton suggested does work. You must be changing the settings in the wrong area.
You should be changing the link settings under the Style Options for First Alternating Colour and Second Alternating Colour (and probably WYSIWYG Editor). |
#6
|
|||
|
|||
Quote:
I tested to add a class in the postbit template at line 93, and added the css data to additional css, but still no luck. Maybe i'm at the wrong place ? Code:
<!-- message --> <div class="messlink" id="post_message_$post[postid]">$post[message]</div> <!-- / message --> |
#7
|
|||
|
|||
Quote:
I had to add the class to postbit legacy not postbit template. Thx for helping out. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|