I'm usually fairly familiar with css, but this time I am defeated. I feel it's probably a very simple problem. I want to simply change the background color of www.thp8.net - Here is the css http://thp8.net/wp-content/themes/nosebleed/style.css Any help would be appreciated, thanks.
Well, you could do something like this: body { background-color: orange; } Code (markup): cheers, gary
I tried that, and it changes the color of the content area. I want it to look like the forum watch http://thp8.net/boards/index.php , thanks though.
The code for the background isnt in the css file, its in the html; <link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://thp8.net/xmlrpc.php?rsd" /> <body> <table cellspacing="0" style="padding: 0; height: 100%; width: 100%;"> <tr> [B]<td style="background-color: #2a2a2a;"> </td>[/B] <td style="width: 32px;"> </td> <td style="width: 717px; padding: 10px 0; vertical-align: top;"> <div id="topimage"> <a href="http://thp8.net/"><img src="http://thp8.net/boards/templates/NoseBleed/images/top_image.jpg" style="border: 0;" /></a><br /> <br> Code (markup): Regards
Anger?.... It was honestly a stupid error. he was looking for the code in the css when it was in the html file. Its obvious he didnt code this himself so give him a break. I would suggest getting Notepad++, it color codes the code according to the language ( over 50 on there by default). It really makes coding a breeze and I honestly cant code without it.
No, he asked how to change the background color on www.thp8.net, which I answered. His response was no, he wanted something else, a page not mentioned at all in the original post. Thus, my response. If you can't ask for what you want, you waste people's time. gary
But I did ask for what I want, I wanted to change the color. If I can change the color, then my problem has been resolved. The page I didn't mention was simply how I wanted it to look like, but that's not the page I wanted to change, so I would have been fine not mentioning the page. But I don't want to fight, I still appreciate the help.