Helping ordinary people create extraordinary websites!
HOME TUTORIALS SCRIPTS WEB HOSTING BLOG FORUM
Get Our Newsletter
Email:
back to Setting the Font of the Whole Page

An Example of Setting the Background and Font Colors of the Page

<STYLE TYPE="text/css">
<!--
BODY
   {
   color:white;
   background-color:black;
   font-family:sans-serif;
   }
A:link{color:white}
A:visited{color:yellow}
-->
</STYLE>

Copyright 1997-2002 Idocs Inc.