Logo

 

By view preferences, I am refering to the various HTML tags and attributes used to change the overall appearance of the page. These changes include the background color/graphic, the default text or link color, etc.



All the attributes listed above are changed in the <BODY> tag. They are as follows:

BGCOLORThe background color of the page (in hexadecimal)
BACKGROUNDThe image to tile the page background with
LINKThe default color for all links on the page (hex)
VLINKThe default color for all visited links (hex)
ALINKThe default color for all absolute links
TEXTThe default color for all text on the page


Example:
<BODY BACKGROUND="BACKGROUND.GIF" TEXT="#FF0000">



Home 
page

This page was created by Scott Andersen, Eric Schroeder, and Drew Viersen.