I designed my own 404 error which you can find here:
http://www.ianbauters.be/errors/404.html (this one works)
But when I trigger a 404 by going to http://www.ianbauters.be/qsdfhj everything is there except for the orange background image I use.
Anyone has any ideas how I can fix this?
Using a relative path to the URL in your CSS is the problem. For example…
Try making it absolute…
Edit – something else to be aware of…
When using
urlin CSS via the<style>tag, relative paths will always be relative to the current page location. When usingurlin CSS via the<link>tag and.cssfiles, the path will be relative to the location of the.cssfile.