Forums

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

Home Forums CSS External CSS Sheet Background?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #35697
    yashar
    Participant

    Hello,
    i am working on a site, and linked my html pages to one css external page and using java script for the drop menu, my question is can anyone figure out why my css background is not shoring or working after the css external page has been editred so what i see when visit the url i see white background for the website but i would like my background image to show on the website instead of the white background. below is the css. can you let me know, thanks.

    [CODE DELETED – please only post code specific to your problem]

    #92965
    chrisburton
    Participant

    @yashar You forgot to close with a bracket on the body element

    body
    {
    background:url(pictures/red.png);
    }
    #92968
    yashar
    Participant

    [CODE DELETED – please only post code specific to your problem]

    #93001
    chrisburton
    Participant

    @yashar My point was that the missing bracket could be the solution to your problem. If not, @TheDoc suggested in your double post that it could be the path to the image. Can you post the link to your image?

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