Jump to content

Recommended Posts

Posted

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

Posted

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">

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...