• Resolved afrostronomy

    (@afrostronomy)


    Good afternoon, I’m having an issue with CSS on my site Afrostronomy.com with the background not showing up. The div boxes are showing up but no background, can anyone help find what the issue is.

    BTW, I’ve searched issues having to do with this and have applied the resolutions to my issue with no solution resolving mine.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The image file is not in the correct place, or is named differently than what you have stated in the css file.

    Your style.css says:

    #page {
    background:transparent url(https://afrostronomy.com/wp-content/themes/V2/images/kubrickbg-ltr.jpg) repeat-y scroll center top;
    border:medium none;
    }

    But when I go to:
    https://afrostronomy.com/wp-content/themes/V2/images/kubrickbg-ltr.jpg

    Ir says “page not found”

    Check to make sure you put the file in the images directory, and that the name is spelled correctly.

    this tuff does not belong in style.css:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">
    <head>
    <style type='text/css'>

    also the last few lines

    </style>
    </head>
    
    </html>

    delete that all –
    should give you the diagonal background lettering back ??
    i assume the header is just blue and empty on purpose ??

    Thread Starter afrostronomy

    (@afrostronomy)

    Thanks you two, the background is showing up now, and the header is purposely blue, for now ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Background Image Will Not Show Up’ is closed to new replies.