StardogChampion
Tank
- Joined
- Jul 19, 2003
- Messages
- 8,037
- Reaction score
- 2
Yeah. vBulletin has a whole template editing system doesn't it? Can't you just give links in posts a different class from everything else?pizzahut said:Can't you use CSS? Like this:
You could also use formats, like this:Code:<a href="/" >test</a>
Code:.linkx { color:blue; text-decoration:none; font-weight:bold; background-color:#080 } #linky { color:blue; text-decoration:none; font-weight:bold; background-color:#080 }
Code:<a href="/" >test</a> <a href="/" id="linky">test</a>