Results 1 to 3 of 3

Thread: backgroungd image trouble "please help"

  1. #1
    Join Date
    Apr 2010
    Posts
    17

    Default backgroungd image trouble "please help"

    i want to put a background image in my header
    i want it to cover everything from the search box to the menu bar
    seen it done on a couple of sites already like sportsgamingtv.com
    please can someone help me my site is www.poetrybattles.com - - Share Your Videos

  2. #2

    Default

    Edit style.css and findout the following

    Code:
    #header {
        width:100%;
        padding: 0;
        margin: 0;
    }
    add the below line

    background-image:url(../images/yourimage.jpg);


    Upload yourimage.jpg to templates/images folder.

  3. #3
    Join Date
    Apr 2010
    Posts
    17

    Default buyscripts

    thanks it worked right on time. your awesome

Bookmarks

Posting Permissions

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