can i please get a code that will allow me to add images on the side of the categories to make ti look as if the head/base images wrap around the categories? it should really also make it so that it wraps around the logo as well as the info center, pm menu and anything like these things.
bump
Have you got a link to an image you want in the bg?
no not yet, i wasn't going to make it till i know the code was going to be made, but i'm not going to be home until thursayd so could i just have the code made and i'll add in the image later.
ok, I'll get to this thursday evening as I have an exam on Thursday!![]()
try this:
<style>
#forum .slip_bg {
width: WIDTH OF IMAGE;
margin: auto;
background-image: url(IMAGE LINK);
background-position: 0px center;
}
#forum .slip_bg .border{
width: WIDTH OF BOARDS !important;
margin: auto;
}
</style>
Edit red parts
Global Header
ok so like this? if not then i am doign ti wrong
Code:
- <style>
- #forum .slip_bg {
- width: 1;
- margin: auto;
- background-image: url(http://i25.photobucket.com/albums/c51/dog199200/pokemon/bar.jpg);
- background-position: 0px center;
- }
- #forum .slip_bg .border{
- width: 700 !important;
- margin: auto;
- }
- </style>
you're trying to use an image that wont work!![]()
and I meant the code like this:
<style>
.slip_bg{
width: 100%;
align: center;
background-image: url(http://i25.photobucket.com/albums/c51/dog199200/pokemon/ bar.jpg);
}
.slip_bg .border{
width: 80% !important;
align: center;
}
</style>
Sorry... Edit the widths!![]()