View Full Version : Help - Title Boxes?


Love's Curse
08-23-2004, 09:46 AM
Okay, I need some help. I play this online game, and in it you can edit your homepage. What I'm wanting to do is instead of putting in a text box (which is what I normally do) I want to put title boxes down the page with a body of text underneath. I know how to get it down the page and have the text underneath (duh, that's easy), but how do you make title boxes that have a full colour, not just a border?

kittycat
08-23-2004, 02:53 PM
style="background: #colour"
Change colour to the colour you want as background.
Stick that in the tag of the span/div/paragraph, whatever the title is in.
eg
<div style="background: #colour"> title</div>

Love's Curse
08-24-2004, 10:03 AM
Thanks soo much. :)