|
Arrow Image next to posted links - Wiki style.
This is a really neat mod I just figured out
![]() While messing around with another mod I just posted http://www.vbulletin.org/forum/showthread.php?p=2170434 I worked out how to add an Image after links in posts and sigs. Image in this example is a small arrow - see attached Image add to additional.css Code:
.signature a {
margin: 0px;
padding-right: 15px;
background-image: url('/images/link1.gif');
background-position:right center;
background-repeat: no-repeat;
}
.postcontent a {
margin: 0px;
padding-right: 15px;
background-image: url('/images/link1.gif');
background-position:right center;
background-repeat: no-repeat;
}
change the url to point to your Image location .postcontent arrow image will apply itself to attachment and quote boxes too ![]() also you dont have to have them both (post link and sig link Images) , just add what you want remove Image from Internal links - see post 18 ![]() Download No files for download. Screenshots |
|||||||||