|GETTING STARTED |HTML |GRAPHICS |ADD-ONS |FINAL TOUCHES |HELP |GEOHELP |HOME|

body gif [5,820 bytes]

The <BODY> tag can contain several attributes that change the look of your page.

  • BGCOLOR
  • BACKGROUND
  • TEXT
  • LINK
  • VLINK
  • ALINK
  • PUTTING THEM TOGETHER
  • bar gif [1,869 bytes]

    BGCOLOR

    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

    back to top

    bar gif [1,869 bytes]

    BACKGROUND

    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.
    All you need to do is find the upload the image you want to use to your directory, and then with the BACKGROUND attribute to the <BODY> tag.
    (remember: if the image is a .jpg, then the code is BACKGROUND="name.jpg")

    EXAMPLE

    <BODY BACKGROUND="name.gif">

    To find out more about Backgrounds, head on over to the BACKGROUND SECTION

    back to top

    bar gif [1,869 bytes]

    TEXT

    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="#??????">

    back to top

    bar gif [1,869 bytes]

    LINK

    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="#??????">

    back to top

    bar gif [1,869 bytes]

    VLINK

    The 'visited link' (VLINK) is the link colour that appears after the link has been clicked (visited).
    All you need to do is find the hexadecimal number of the colour you want, and then add it, along with the VLINK attribute to the <BODY> tag.

    EXAMPLE

    <BODY VLINK="#??????">

    back to top

    bar gif [1,869 bytes]

    ALINK

    The 'alink' (ALINK ) is the link colour when the mouse is held down on the link (that split second).
    All you need to do is find the hexadecimal number of the colour you want, and then add it, along with the ALINK attribute to the <BODY> tag.

    EXAMPLE

    <BODY ALINK="#??????">

    back to top

    bar gif [1,869 bytes]

    PUTTING THEM ALL TOGETHER

    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

    back to top


    [ UPDATES ][ DISCLAIMER ][ EMAIL ][ GEOCITIES ][ SILICON VALLEY ][ SITE MAP ][ HOME ]
    site © of websister 1997/98