What is the HTML code for inserting background? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
4 posters

    What is the HTML code for inserting background?

    Mr Funguin
    Mr Funguin
    Forumember


    Male Posts : 197
    Reputation : 3
    Language : English
    Location : England, London

    What is the HTML code for inserting background? Empty What is the HTML code for inserting background?

    Post by Mr Funguin November 6th 2008, 6:19 pm

    I made a HTML page and I want the background to differ from the main forum.
    What is the code I need to add a background?
    crystal786
    crystal786
    Forumember


    Female Posts : 924
    Reputation : 12
    Language : English
    Location : England

    What is the HTML code for inserting background? Empty Re: What is the HTML code for inserting background?

    Post by crystal786 November 7th 2008, 7:23 pm

    I need to know the exact same thing.
    Mr Funguin
    Mr Funguin
    Forumember


    Male Posts : 197
    Reputation : 3
    Language : English
    Location : England, London

    What is the HTML code for inserting background? Empty Re: What is the HTML code for inserting background?

    Post by Mr Funguin November 7th 2008, 9:49 pm

    Yeah...Anyone know?
    Bpoetic
    Bpoetic
    Forumember


    Female Posts : 594
    Reputation : 46
    Language : English
    Location : Florida, USA

    What is the HTML code for inserting background? Empty Re: What is the HTML code for inserting background?

    Post by Bpoetic November 7th 2008, 11:57 pm

    Code:
    <body background="http://URL OF YOUR BACKGROUND">

    Of course, you know this is placed beneath the
    Code:
    <head>
    avatar
    doggyma
    Forumember


    Female Posts : 108
    Reputation : 0
    Language : none

    What is the HTML code for inserting background? Empty This is the HTML code for a single table

    Post by doggyma November 8th 2008, 5:33 am

    You can add backgrounds in 2 ways:
    by the color code only: sample: #000000 (color black)
    or by the address of your background or where you have it saved.
    Your background will always have a .jpeg or ,jpg, or gif (animated background)
    In my sample, delete the .jpeg after your add yours.
    The background goes inside the table code.

    here are the 2 codes to insert backgrounds:
    bgColor=#000000
    or
    background=http://HERE WILL GO YOUR BACKGROUND ADDRESS.jpg