Saturday 24 September 2011

PUT COLOR BEHIND TEXT on MYSPACE?

Ok i have got everything set on my myspace page but the text is not standing out.I figured out how to change the color of the text and make it bold but what i want is ok if you go to your myspace page go to your about me section.Like for example ok take your mouse and click on the last word in the about me sectio and scroll your mouse up to the 1st word which is you see how the text turned white and there is that blue background or whatever color it changed to when you do that you can read the text much better because there is a color behing the text..how can i do that what is the code so i can make that blue background or whatever colorcomeup so the text can be read much easier?Thank you.
PUT COLOR BEHIND TEXT on MYSPACE?
%26lt;font style=%26quot;background-color: white;%26quot;%26gt; text goes here %26lt;/font%26gt;







Change white to whatever color you want. You can also wrap your entire About Me text in this.





%26lt;font%26gt;



About me text here



%26lt;/font%26gt;

%26lt;style%26gt;

table.blurbs td td font {background-color: white !important;}

%26lt;/style%26gt;
PUT COLOR BEHIND TEXT on MYSPACE?
You can use this to put a background behind the text:





Or you can do this:

%26lt;style%26gt;.blurbs{ background-color: blue;}%26lt;/style%26gt;