MrEyes
09-14-2011, 10:53 AM
I would like to change the styling of links within posts. However if I update using stylevars it seems to change all links throughout the site.
Does anybody know of way to do this for the contents of a post only?
For example all my links currently look like this:
linky text
I would like post links to be bold / underlined, eg.
linky text
But for all other links within the site to remain as per the original example
--------------- Added 1316004348 at 1316004348 ---------------
Decided against bold in the end, the following addition to the vbulletin.css template sorts the problem:
.postcontent a
{
text-decoration: underline;
}
Does anybody know of way to do this for the contents of a post only?
For example all my links currently look like this:
linky text
I would like post links to be bold / underlined, eg.
linky text
But for all other links within the site to remain as per the original example
--------------- Added 1316004348 at 1316004348 ---------------
Decided against bold in the end, the following addition to the vbulletin.css template sorts the problem:
.postcontent a
{
text-decoration: underline;
}