I'm so confused why the logo won't show up when I preview my page in a browser. I'm using chrome. It appeared last time but now I'm re-doing the site and it doesn't show up? Any clues?? Thanks!
<meta name="description" content="Used panties: Enter to see Xena in her worn, dirty panties. All of her used undies are available
for purchase. Follow your nose to the succulent scent of her warm, moist, private parts." />
Could be any number of things.
Post a link to the actual page. Most likely image is missing, or path/name/file ext. is wrong..... none of which we can test just by looking at the code.
Eye for Video
Paths used to images in the css file are relative to the css file, NOT the Web page.
The current path you are using says that inside the "css" folder look in the sub folder "images" and find the file logo.gif. Is there actually a subfolder in "css" named images? or is the "images" folder outside the "css"folder... at the same level as the "css" folder?
If it is, then the correct path in the css file would be:
Code:
background-image:url(../images/logo.gif);
So relative to the css file, go up one folder level, then find the "images" folder and look inside that for the file "logo.gif".
Best wishes,
Eye for Video
Bookmarks