And Keep everything else the same.
On my Myspace page, what HTML code do I use to Change the Background colour to Black?
TRY THIS:
%26lt;style type="text/css"%26gt;
.mygen { Created using MyGen 2.5 - www.mygen.co.uk }
.mygen { Background Properties }
table, tr, td { background-color:transparent; border:none; border-width:0;}
body {
background-color:000000;
}
%26lt;/style%26gt;
On my Myspace page, what HTML code do I use to Change the Background colour to Black?
000000 is the number code you need.
P.S. Put what Young Sin said at the very bottom of your About Me section and that'll fix you up.
On my Myspace page, what HTML code do I use to Change the Background colour to Black?
Well, in terms of the hexadecimal system, the color code is #000000.
On my Myspace page, what HTML code do I use to Change the Background colour to Black?
Young Sin's code looks like it will work. But, if you'd like less bulky code, this should work...
%26lt;BODY BGCOLOR="#000000"%26gt;
This is an HTML code version. Young Sin's code will do the same thing, for it is the CSS equivalent.
No comments:
Post a Comment