Web Hosting
Delta banner made by Mariaivy
Html
Menu script
CSS
Tables
FTP
Colour Chart
Links
Microsoft
speed test

Body Tag Attribute's

<BODY text="#FFFAFA" link="#663300" vlink="#663300" alink="#800000" bgcolor="#1A55A3">

These are the BODY attributes for this page.

text="#FFFAFA" Text colour, in this case #FFFAFA means Black.
bgcolor="#1A55A3" Page colour, in this case #1A55A3 means this shade of Blue.
link="#663300" Is the colour of a Link.
vlink="#663300" Is the colour of a link that you have clicked.
alink="#800000" Is the colour of a link as you click it (its active state),

There is one other that I am not using and that is
background="image-name.jpg" this will give your page a graphic background
image-name.jpg could also have a gif extension (image-name.gif)

Main thing to remember about, image-name.jpg it IS case sensitive,
image-name.JPG is NOT the same as image name.jpg
Image-Name.jpg is NOT the same as image name.jpg

All the above BODY attributes can be over ridden using CSS, but thats another story

There are other Attributes, but they are more specialised, and only used if and when needed.

 

 

Valid HTML 4.01!