AmyT Posted February 5, 2011 Report Posted February 5, 2011 I'm on my first CD of the Beg Web Design course. I've successfully set up my HMTL page (index.html per CD instructions). Now my CSS page (root.css) is not "taking." Both were created as "new text doc" as instructed and both are on the same (base) directory level. I've upgraded to Internet 8 from 7 but still nothing. Any suggestions anyone?
Wickham Posted February 5, 2011 Report Posted February 5, 2011 The link in the head section should be <link rel="stylesheet" type="text/css" media="screen" href="root.css" /> Sometimes when you save a file from a text editor it gets saved with a .txt extension like root.css.txt so check in your file manager and delete the .txt extension if it's been automatically added on.
AmyT Posted February 5, 2011 Author Report Posted February 5, 2011 THANKS Wickham!!! That worked! YAY!!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now