Browsing articles from "December, 2007"

black background code html

Dec 14, 2007   //   by joseph   //   HTML Code  //  No Comments

Need to add black background code to your we page background so its black.

This is the code to change the color of your web page back ground.

<body bgcolor=”black” text=”black” link=”blue” vlink=”purple” alink=”red”>

To change your font to black use the following.

<font color=”black”>My Text</font>

or

<body bgcolor=”#000000″ text=”black” link=”blue” vlink=”purple” alink=”red”>

<font color=”#000000″>My Text</font>

Pages:«12