Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 2
    If "/images/image.jpg" doesn't work, that means that the picture is not at "/images/image.jpg". Commented Dec 30, 2014 at 17:42
  • İs there any warning at console ? Commented Dec 30, 2014 at 17:43
  • Where (relative to your web root directory) is your CSS file? Where (again, relative to your web root directory) is the "images" directory. If you are not using a CSS file and just inserting the style into the document (aka embedded stylesheet), don't. It's a bad idea. Move the styles to a .css file instead, link to it in your pages. That will maintain more consistency. Commented Dec 30, 2014 at 17:46
  • possible duplicate of What does "./" (dot slash) refer to in terms of an HTML file path location? Commented Dec 30, 2014 at 17:58