Jump to content

Recommended Posts

Posted

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?

Posted

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.

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