Yeah I edited a index.html and when I put it on there you cant see any of the .css styles or the background or anything. Its just the text, with like a few links. Im sure its something simple that I have to fix. but im a noob/begginner when it comes to this stuff. Any help would be greatley appreciated.
You need to make sure you have a link to your stylesheet inside your <HEAD> tag in your HTML file. For example.... <LINK REL="stylesheet" TYPE="text/css" HREF="styles.css">
<LINK REL="stylesheet" TYPE="text/css" HREF="styles.css"> put that in before the end of the <head> tag if your stylesheet is called "style.css" there you go! WEBMAST@