html stuff

Discussion in 'All other topics' started by Punkster, Dec 5, 2005.

  1. Punkster

    Punkster Member

    Joined:
    Oct 21, 2005
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    11
    how do you make a image your background in HTML???
     
  2. Jeanc1

    Jeanc1 Guest

    After your <HTML> then the opening <HEAD> tags you simply state :-

    </head>

    <body background="name of your pic goes here.gif" text="#858585" link="#50513B" vlink="#50513B" alink="#50513B">

    The rest of the statement is for specifying the text color , the links colors.!

     
  3. Punkster

    Punkster Member

    Joined:
    Oct 21, 2005
    Messages:
    8
    Likes Received:
    0
    Trophy Points:
    11
    thanx
     

Share This Page