View Full Version : Font Colour help!


Babypinkemmie
03-11-2006, 12:39 PM
This may seem so basic to you but I have real trouble lol! Can someone please edit this and put the font colour code in, I want white. This is the code:
<HTML><HEAD>
<STYLE type=text/css>
<!--
body
{ background: #000000;
background-image: url(http://img147.imageshack.us/img147/7827/bottomblack6ms.png);
background-repeat: repeat;
background-attachment: fixed; }
-->
</STYLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<P align=center><STRONG>Welcome to xSweetxSecretxLovex. Right now the site is very empty but I will be updating everyday so make sure you check back soon.</STRONG></P>
<P align=center><STRONG>xXx*xXxEmmiexXx*xXx</STRONG></P><FONT style="BACKGROUND-COLOR: #ffffff" face=Verdana></FONT><FONT style="BACKGROUND-COLOR: #ffffff" size=2></FONT></BODY></HTML>
thanks xx

Arwen
03-11-2006, 01:43 PM
<HTML><HEAD>
<STYLE type="text/css">
<!--
body
{ background: #000000;
background-image: url(http://img147.imageshack.us/img147/7...black6ms.png);
background-repeat: repeat;
background-attachment: fixed;
font-family: Verdana;
color: #ffffff;}
-->
</STYLE>

<META content="MSHTML 6.00.2900.2802" name=GENERATOR></HEAD>
<BODY>
<P align=center><STRONG>Welcome to xSweetxSecretxLovex. Right now the site is very empty but I will be updating everyday so make sure you check back soon.</STRONG></P>
<P align=center><STRONG>xXx*xXxEmmiexXx*xXx</STRONG></P><FONT style="BACKGROUND-COLOR: #ffffff"></FONT><FONT style="BACKGROUND-COLOR: #ffffff" size=2></FONT>

</BODY></HTML>

Babypinkemmie
03-11-2006, 07:30 PM
Thank you so much! You are such a help!!!!!