Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4668
    SSBG
    Member

    Good day,

    I am attempting to insert an image in the #content ID of the style.css. As you probably already guessed, it’s not working out for me too well. 😛

    My code:

    <code>

    #content {

    background: url(“images/fish-net.jpg”) repeat !important;

    margin: 0 38.6% 0 3%;

    width: 58.4%;

    }

    </code>

    I added the background, of course. Now if I read the HTML correctly, the content should be the space between the nav and footer, under the page boxes, and comment boxes, and widget boxes?

     

    Any help would be appreciated!

     

    #4720
    Sakin
    Keymaster

    @SSBG:

    Yes your code is good. you can just add that
    #content { background: url("images/fish-net.jpg");

    But then you have to upload the image in the image folder in the theme. Can you show me your site and your image URL.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Editing the Content ID’ is closed to new replies.