For some reason the CSS doesn't seem to be working on my error page (here's an example of a broken link).
I have no idea why this might be, the code is exactly the same as the code calling the CSS file in the other .html documents.
Suggestions?
Thanks
Tara
The site cannot find the style.css
file in the images
folder
Change your markup to:
<link rel="stylesheet" href="/style.css" type="text/css" media="screen" />
You 404 page contains a 404 error! The file /images/style.css
does not exist. On the rest of the website yo refer to /styles.css
so may be that is the correct path.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With