megana04 Posted December 14, 2011 Report Posted December 14, 2011 This is not easy at all. My tutorial 2 is not looking like the example. Where do I place the id's #navigation and #centerDoc? Everywhere I put them, it doesn't work. Please tell me what I'm doing wrong. I am so new to this. I'm going to try to upload my html document and my css document. Please help:( mypractice.html myCSS.css
newseed Posted December 14, 2011 Report Posted December 14, 2011 Check you link to the css file. Bold indicates that it's not correct: <link href="myCSS.css" rel="stylesheet" type="text/css"> It should looke like this: <link href="myCSS.css" rel="stylesheet" type="text/css">
megana04 Posted December 14, 2011 Author Report Posted December 14, 2011 Thank you. It looks the way it should. Very appreciative.
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