![]() You can use this attribute to change the background colour of the page. All you need to do is find the hexadecimal number of the colour you want, and then add it, along with the BGCOLOR attribute to the <BODY> tag. EXAMPLE <BODY BGCOLOR="#??????"> To find out more about Backgrounds, head on over to the BACKGROUND SECTION
![]()
You can use this attribute to add an image as the background of the page. Note that if you add this attribute with the image, then the image will appear and not the BGCOLOR color specifies.
EXAMPLE <BODY BACKGROUND="name.gif"> To find out more about Backgrounds, head on over to the BACKGROUND SECTION
![]() You can use this attribute to change the colour of the text on your page. All you need to do is find the hexadecimal number of the colour you want, and then add it, along with the TEXT attribute to the <BODY> tag. EXAMPLE <BODY TEXT="#??????">
![]() You can use this attribute to change the link colour on your page. All you need to do is find the hexadecimal number of the colour you want, and then add it, along with the LINK attribute to the <BODY> tag. EXAMPLE <BODY LINK="#??????">
![]()
The 'visited link' (VLINK) is the link colour that appears after the link has been clicked (visited).
EXAMPLE <BODY VLINK="#??????">
![]()
The 'alink' (ALINK ) is the link colour when the mouse is held down on the link (that split second). EXAMPLE <BODY ALINK="#??????">
![]() Once you have worked out a great colour scheme for your Site, then you can use the <BODY> tag to your advantage. All you have to do is put all the above attributes together within the <BODY> tag. EXAMPLE <BODY BGCOLOR="#??????" BACKGROUND="name.gif" TEXT="#??????" LINK="#??????" VLINK="??????" ALINK="#??????"> If you want to find out more about the colours that you can use, head on over to the COLOURS SECTION |