Azhria Lilu submitted a new resource:
Adding an image to your Post background (version 1) - As it says on the tin
Read more about this resource...
Adding an image to your Post background (version 1) - As it says on the tin
View attachment 41504
To add a background image to your posts, open your extra.css and add the following:-
Url will match your own site obviously. Background-position may need adjusting dependant on image size and where on the post you want the image to...
To add a background image to your posts, open your extra.css and add the following:-
Code:
.messageList .message {
background-image:url(http://bookloversforum.com/styles/blf/xenforo/misc/postwater.png) !important;
background-position:100% 90% !important;
background-repeat:no-repeat no-repeat !important;
}