Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Putting picture on top of page

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #34212
    findnshare
    Member

    I’m using weebly to create my blog, since I don’t know how to create one from scratch. I’m wanting to put an image as background to my blog’s title. I just don’t know how. I’ve searched everywhere and tried to put the code the CSS sheet but they did not work at all. HELP HELP HELP… Here’s my web address.

    findnshare.weebly.com

    #86334
    chrisburton
    Participant
    #header {background: #ffffff url(path/to/image.png);}

    If you don’t want it to repeat:

    #header {background: #ffffff url(path/to/image.png) no-repeat;}
    #86341
    findnshare
    Member

    I’ll try that right now. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.