CSS and Image Problems

Hello Everyone,

I uploaded all my files as they are on my computer and am having a hard time getting my CSS and Images to show up. I have double triple checked to make sure everything is correct but have just gotten to the point I am frustrated. Any help would be greatly appreciated.

http://hanna-steele.epizy.com/hannaSteele_wk4_lab.html?i=2

Thank You,
-Hanna

Hello there,

Just checked your code and both of these in your head tag returns a 404 page.

image

Please make sure to place your CSS files to these locations inside the htdocs folder:
/css/w3.css
/css/main.css

I also checked all your images and all of those redirects to a 404 page.

<img alt="ship logo and title" src="images/logo.png" class="w3-image" style="width=100%">
<img class="w3-center w3-image" src="images/resort_purple.png" alt="resort icon">
<img class="w3-center w3-image" src="images/ship_purple.png" alt="ship icon">

Please make sure that all of them are inside the /images/ folder under the htdocs folder.

4 Likes

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.