#Why don't I get a background image?
5 messages · Page 1 of 1 (latest)
The location of style.css is wrong i guess. It should be href=“style.css”
Unfortunately that didn't help. Thanks tho!
The correct MIME type for CSS is text/css not just css.
<link rel="stylesheet" href="./style.css" type="text/css">
yep my bad, try the above code