View Full Version : background color help!!


victoria2o8x
10-25-2003, 10:13 PM
Hey everyone!

I have a question! I want to change a section of the text on my profile a different color instead of changing the whole bg color.

the code for the whole bg is
<body bgcolor=#ffffff> blah blah blah,

but i want to learn how to change only a [section] a different bg color. can you help me please?!?!?!


thanx!
<333* victoria

pb&j
10-25-2003, 10:21 PM
something like this?

<span style="color:#c0c0c0;"> this text is grey </span>

victoria2o8x
10-25-2003, 10:30 PM
Hey!

thanx for the code! but this isn`t for a website. this is for a madprofile like at

www.madprofile.com

so i dunno if it will work?

if you have any more ideas please help!

thanx!

pb&j
10-26-2003, 04:38 AM
Originally posted by victoria2o8x
so i dunno if it will work?
give it a try.
if it does not work, then something else can probably be figured out.

helenmelon89
10-26-2003, 12:18 PM
You could also make a table where you put the text in and then have the table be a different color:

<body bgcolor=ffffff>
This text is white
<table bgcolor=4169e1 borders=0 rules=none>
<tr><td> This text is blue.
</tr></td>
</table>

Try that and see if it works.