To add a background image to your posts, open your extra.css and add the following:-
Code:
.messageList .message {
background-image:url(http://yoururltostyle/xenforo/misc/watermark.png) !important;
background-position:100% 90% !important;
background-repeat:no-repeat no-repeat !important;
}
Url will...
You do not have permission to view the full content of this resource.
Log in or register now.