Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2008
    Posts
    265
    Tokens
    0

    Question Coding Help Please

    Hello i need help with this layout i am trying to code for my rugby team please help me shall i add the grass parts as a backround or wa?
    ps:i have just started code layouts and that.

  2. #2
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    In the body CSS area add
    Code:
    background-image: url(IMAGE URL);
    Make sure you replace IMAGE URL with your actual image url and have it so the image can be tiled .

  3. #3
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    HTML Code:
    <style type="text/css">
    body {background: url("grass.gif");
            }
    </style>
    Add that to the head section.
    Lets set the stage on fire, and hollywood will be jealous.

  4. #4
    Join Date
    Mar 2008
    Posts
    265
    Tokens
    0

    Default

    tanks every one for the reply but i dont know css :eusa_wall

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •