Quote:
Originally Posted by AURFSCAN
Good Idea boofo, just a thought that if you use for wiki tags and all links it'll display arrow twice.
cheers
|
I ended up just using it for my wiki tags. Here is what I added to the additional.css template:
HTML Code:
/* Arrow image next to wiki bbcode links */
.wikicontent {
margin: 0px;
padding-right: 15px;
background-image: url('images/boofo/wiki_link.gif');
background-position:right center;
background-repeat: no-repeat;
}
and the attached pic is the result. Thanks for steering me in the right direction.