rescued Posted November 27, 2011 Report Posted November 27, 2011 I recently got the web design coarse. I need suggestions on how I can get my hand written css code, included in the video, to work on my pages. I maid a copy sheet of the code added it to the same folder as my pages. This link is in the head section of each page <link href="ROOT.css" rel="stylesheet" type="text/css">. Can anyone please tell me what I am missing?
Andrea Posted November 27, 2011 Report Posted November 27, 2011 File names are case sensitive, so make sure your file name and the link to it are in the same case. If that's all ok and things still don't work, it's usually related to this issue: http://www.killersites.com/community/index.php?/topic/3010-cant-open-my-website/page__gopid__16509&&do=findComment&comment=16509
rescued Posted November 28, 2011 Author Report Posted November 28, 2011 I failed to mention I am using windows 7. When I go to a practice html page in my folder and click alt key I find no listing for folders in tools or view section. Also my css file is named Root.css and shows it to bea cascading style sheet. Could I be missing a link from the style sheet to the pages?
benjaminmorgan Posted November 28, 2011 Report Posted November 28, 2011 <link href="Root.css" rel="stylesheet" type="text/css">... If it is in the same folder as the html pages and that line of code is in the html documents It should work. Like Andrea said the names are case sensitive.
rescued Posted November 28, 2011 Author Report Posted November 28, 2011 <link href="Root.css" rel="stylesheet" type="text/css">... If it is in the same folder as the html pages and that line of code is in the html documents It should work. Like Andrea said the names are case sensitive. Everything is in the folder, links are correct,check letter casing it is correct. I still can't figure out where to access folders in the tool bar. Neither tools or view show a folder option. Im using windows 7.
rescued Posted November 28, 2011 Author Report Posted November 28, 2011 Well it took some brain stress but I found the problem. I was using the wrong opening and closing tag symbol. I used( ) when I should have used { }. Thanks for all your help. I was confident that it was a linking problem and it was. My eyes linking to my brain. laughing now,at my frustration and oversite.
LSW Posted November 28, 2011 Report Posted November 28, 2011 Well it took some brain stress but I found the problem. I was using the wrong opening and closing tag symbol. I used( ) when I should have used { }. Thanks for all your help. I was confident that it was a linking problem and it was. My eyes linking to my brain. laughing now,at my frustration and oversite. Moved as it does not need it's own thread.
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