|
Think of includes as including the code from the included file into your main file rather than including the file itself. The path to your image must be relative to the main file, not the included file. If you are including a file with source links in it to files that aren't all inside the same folder, you can put the full URL of your images or stylesheets (or whatever you're linking) instead of the relative URL.
|