Background colour
- crazyskwrls
- Advanced Member
- Posts: 2293
- Joined: Sun Aug 19, 2007 10:16 pm
- Quick Reply: Yes
- Location: Off Topic
- blackfalcon
- Loyal Member
- Posts: 1865
- Joined: Sun Jun 24, 2007 5:22 pm
- Quick Reply: Yes
- Location: off topic
Re: Background colour
ya lol it would help if you told us what bg color u want to change
R.I.P Bernie
10/5/57 ~ 8/9/08
10/5/57 ~ 8/9/08
- satman83
- Site Contributor
- Posts: 9541
- Joined: Tue Oct 31, 2006 9:54 pm
- Quick Reply: Yes
- Location: London
- Contact:
Re: Background colour
Am posting a news letter from my new forum...but it uses the same coding system we have here, but i just need to change the background.

- StealMySoda
- Ex-Staff
- Posts: 5245
- Joined: Sun Sep 03, 2006 2:37 pm
- Quick Reply: Yes
- Location: Off Topic
- Contact:
Re: Background colour
With HTML its bgcolor=
so try [bgcolor=black] or whatever.
However I don't understand why your asking, just change the colour of the font. Or edit the forum template (assuming you own the forum).
Edit found this, its for invision power forums, its a forum mod though, which means its probably not a default code:
http://216.239.59.104/search?q=cache:eA ... cd=3&gl=uk
Sorry had to be cache link as the other was dead I think
so try [bgcolor=black] or whatever.
However I don't understand why your asking, just change the colour of the font. Or edit the forum template (assuming you own the forum).
Edit found this, its for invision power forums, its a forum mod though, which means its probably not a default code:
http://216.239.59.104/search?q=cache:eA ... cd=3&gl=uk
Sorry had to be cache link as the other was dead I think
Ooh, I got a sexy ex-staff title!
Re: Background colour
With CSS its
<style type="text/css">
body {back-ground color: red:
}
</style>
http://www.w3schools.com/css/css_background.asp
<style type="text/css">
body {back-ground color: red:
}
</style>
http://www.w3schools.com/css/css_background.asp

Spoiler!
woutR wrote:Squirt, you're a genius when it comes to raping women.
- dom
- Global Moderator

- Posts: 9962
- Joined: Wed Mar 08, 2006 10:46 pm
- Quick Reply: Yes
- Location: västkustskt
Re: Background colour
Squirt wrote:With CSS its
<style type="text/css">
body {back-ground color: red:
}
</style>
http://www.w3schools.com/css/css_background.asp
That wouldn't change the background of the rectangles containing text. That's not what he wants.

- Cruor
- Loyal Member
- Posts: 1999
- Joined: Wed Apr 12, 2006 1:22 am
- Quick Reply: Yes
- Location: Off topic
Re: Background colour
Well, if it's vBulletin you can make a custom BB Code relatively easily:
Using a span instead of a div highlights just the text.
There might be something similar on your particular forum software.
Code: Select all
Tag Name: bgcolor
Replacement: <div style="background:{option}">{param}</div>
Use {option}: On
Usage: [bgcolor=#f00]lorem ipsum[/bgcolor]There might be something similar on your particular forum software.



