WELCOME . .
Last revised 05/12/00
It has come to my attention that some pages made by WebTv users
lack certain HTML coding that can been seen through a PC using
Internet Explorer 5.0. I personally like this info because it spruces
up your web site, especially if you are a WebTv'er and have a site
of your own. If you want any of these on your page go right ahead.
This is my first attemp to describe what I mean.
Linked Images
Through a PC the linked images have a thin border around them. This code will set no border.
Backround Freeze
Through a PC the background will freeze while you scroll up or down.
Title for Window Status Bar (basically same as WebTv's title bar)
Through a PC you will see a title in the Window Status Bar
Title for the Links in the Window Status Bar
Through a PC you will see a name for the Links in the Window Status Bar
Linked Text Decorations and Color
Through a PC these codes will style the the looks of your text.
Type it as is and include only what you want. a {text-decoration:none; color: green;}
This line will style the regular "non-linked" text. a:link {text-decoration: none; color: aqua;}
This line will style the "linked" text. Setting it to none takes away the underline. a:visited {text-decoration: none; color: green;}
This line will style the "visited" links. a:active {text-decoration: none; color: violet;}
This line will style the "active" link text. a:hover {text-decoration:none; color: dodgerblue;}
This line will style the "hovering" link text.
Through a PC this text will change to that style when the mouse pointer
passes over the links and change back when its not on it anymore