How to change the background image of the forum table?

28
Aug
2011
So I'm making a forum, and I was wondering how to change the background image of the forum table (not sure if that's the correct term or not) to something besides a normal color? The area I am talking about is the areas with yellow, in the below picture.
Spoiler:


I've seen questions like this asked before on this forum, and from what I've seen, all the answers have to do with coding. The only problem is, my forum for some reason has no code, when I go to the css style sheet page.
Spoiler:


This is all I see when I go to the stylesheet page, but I'm not sure why.
I got what I wanted the forum to look like to work right briefly, but for some reason it got deleted, and I'm not even sure how I got it to work in the first place.

This is the picture I want in the forum table's background:

Spoiler:


This is a picture of what it looked like when I got it to work; how I want it to look in the end.
Spoiler:


My forum's url is www.dragonbornland.forumotion.com so you can see how it is currently.
I'd greatly appreciate some help on this, I've spent so long trying to figure it out on my own, but I'm failing @_@
1 Base, on 28/08/2011 at 11h26
Hi, please add this to your CSS code:

Code:
#wrap {
    background-image: url("http://i41.servimg.com/u/f41/16/81/27/15/bluemo10.jpg");
}


Please note that due to the background size, the background may repeat. Smile
2 angelmarieturan, on 29/08/2011 at 05h27
Ah, thank you so much, it works now. ^_^
3 Sanket, on 29/08/2011 at 06h55
Since this thread appears to be solved, I will lock this thread and mark it as solved.


Sanket Smile

Similar topics
Dark Teal Darkred Orange Requests are open, comments & critics are always welcome.
Nature of the creation : Table Background image Creation size (in pixels) : As this With or without animation : No Background color : As that Picture(s) link(s) : this Text to insert : None Link to the font to download : None Font color :
The background images of applications seems to be rendered twice, the second one is in the child of the main linear layout. This happens after doing any touch event. Images are found below using an application I developed. Original: Bugged:
See also
more_less
Informations

3 Replies For the topic :
"How to change the background image of the forum table? "

This topic has been viewed 1295 times.

Last message :
28/08/2011 at 05h06 by "angelmarieturan"