MyBB Community Forums

Full Version: Add image to the left side of thead
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need some help adding a image to the left side of a Thead. I got a background image already if that helps.
Use this code:
.post_body {
background: url(yourimagehere) top left no-repeat;
}

The image will show up at the top left corner of the post. You can make it show in the middle or bottom just by editing that "top" value.
I meant the thead not the thread.