The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Can anyone show me how to change the background color of a topic?

5 posters

Go down

Can anyone show me how to change the background color of a topic? Empty Can anyone show me how to change the background color of a topic?

Post by GifterMaster June 26th 2010, 2:44 am

Hi, I am trying to change my background color so can anyone show me how to do it?

Here is the picture.

Can anyone show me how to change the background color of a topic? 210

So you see that I only want the writing background color changed so can anyone show me?

I am using phpbb2.


Last edited by GifterMaster on June 27th 2010, 12:20 am; edited 3 times in total
avatar
GifterMaster
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by KingOfSports June 26th 2010, 3:51 am

This is for a HTML page, right? Do you want the entire page to have a bg color or just the text?
KingOfSports
KingOfSports
Hyperactive

Male Posts : 2487
Reputation : 38
Language :
Location :

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by GifterMaster June 27th 2010, 12:26 am

KingOfSports wrote:This is for a HTML page, right? Do you want the entire page to have a bg color or just the text?

I just want the text. Like the text background should be lightskyblue.
avatar
GifterMaster
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by Guest June 27th 2010, 12:51 am

ACP - Display - Colors - Find it there i cant remember it xD
avatar
Guest
Guest


Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by GifterMaster June 27th 2010, 3:04 am

Gangstar15 wrote:ACP - Display - Colors - Find it there i cant remember it xD

lol but that would be for the whole users. I only want it for moderators. Like when they are typing, only there background should be Lightskyblue.
avatar
GifterMaster
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by Guest June 27th 2010, 2:07 pm

i think you can only change the font color for mods and admins. Smile
avatar
Guest
Guest


Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by Yakko! June 27th 2010, 2:10 pm

Code:
#text_editor_textarea {
background-image: url('URL image');
}

all versions!!
Yakko!
Yakko!
Forumember

Male Posts : 661
Reputation : -5
Language : Italian, english, Français

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by GifterMaster June 28th 2010, 12:38 am

Spacca wrote:
Code:
#text_editor_textarea {
background-image: url('URL image');
}

all versions!!

I don't know but for some reason its not working for me.


okay I have this code: [bg=lightgreen]This background will be lightgreen[/bg]

But that doesn't work too.

Like do we have to go to setting & then enter it there or what? because I have the BBCode also On but nothings works.
avatar
GifterMaster
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by boffer10 June 28th 2010, 7:33 pm

I've never used 'lightgreen' before, hmmm..


GifterMaster wrote:...This background will be lightgreen...

Would something like this work for you?

avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by GifterMaster June 29th 2010, 2:08 pm

boffer10 wrote:
I've never used 'lightgreen' before, hmmm..


GifterMaster wrote:...This background will be lightgreen...

Would something like this work for you?


yes,it would work for me but it doesn't show up even though my html and BBcode is on.
avatar
GifterMaster
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by boffer10 June 29th 2010, 5:08 pm



Copy/paste code into post edit box.



Code:

[table border="0" width="100%" height="400px" bgcolor="lightgreen"][tr][td][color=black]

your text here

[/color] [/td][/tr][/table]
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by GifterMaster July 1st 2010, 12:12 am

boffer10 wrote:


Copy/paste code into post edit box.



Code:

[table border="0" width="100%" height="400px" bgcolor="lightgreen"][tr][td][color=black]

your text here

[/color] [/td][/tr][/table]

Thank You. Lol You ROCK!!
avatar
GifterMaster
New Member

Posts : 10
Reputation : 0
Language : English

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by boffer10 July 1st 2010, 8:04 am

......
Since we're on the right track, I suggest looking at
some of RoNo's posts for different background ideas.
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Can anyone show me how to change the background color of a topic? Empty Re: Can anyone show me how to change the background color of a topic?

Post by ascon July 1st 2010, 3:11 pm

To change the background colors of only the text You should use table tag.
the code should be:
[table border =0]
[tr bgcolor="yellow']
[td] write your text here[/td]
[/tr]
avatar
ascon
New Member

Posts : 2
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum