I am working on a div overlay, I know a lot about html and css but there is one thing I cannot fix. I have a split profile, one side of the page is for myself and the other side for another person, so I need to have different colored text for each side. For some reason when I use the color code <font color="blahblah"></font> it will only color the first paragraph of text in each overlay box. I've tried using the overlay properties for text coloring also, that has also not worked. Example: <font color="333366"> Paragraph one = The color I have chosen (Navy Blue) Paragraph two = The color I don't want. (Black) Paragraph three = The color I don't want. (Black) </font> Example2: .div1 { color:333366;} Neither of these options work. Is there some kind of code preventing all of the text in the overlay box from becoming all one color? So please, anyone with good knowledge of myspace html help.