COLOR BACKGROUNDS AND COLOR FONT

BUS313
Coding: <font color="FF0000">BUS313</font> (red)

BUS313 "00FF00" green

BUS313 "0000FF" blue

BUS313 "FFFF00" yellow

BUS313 "00FFFF" cyan

BUS313 "FF00FF" magenta

By clicking File and then Document Source, you can see the HTML coding for the document you are viewing. You can print out this coding if you do a File Save and put a .txt extension instead of a .htm extension. Save as text or plain text. Then you can ope n the file in Microsoft Word and print it out.

In the HTML coding for this document, you will see

<BODY background="stripe17.gif" text="red" link="FFFF00" vlink="0000FF" alink="000000">

The alink value is the color a link turns while you press on it with your mouse click. When set to "000000" it is black.

The link color (link="FFFF00") is the color (yellow) of the hypertext link (Bus313 at SOA) before it is activated. The vlink color is its subsequent color -- vlink="00FFFF" is the color cyan.

Bus313 at SOA