Hi,I am just trying to finish “Make a web site” lessons, after the css courses,I am trying using/trying the codes on notepad++ but I think ı could not connect the html&css see the ss below
I couldnt find the css sources on the htmlthanks,
Hi,I am just trying to finish “Make a web site” lessons, after the css courses,I am trying using/trying the codes on notepad++ but I think ı could not connect the html&css see the ss below
I couldnt find the css sources on the htmlthanks,
are index.html and main.css in the same directory?
It might also be helpful if you post your CSS code
Please present the HTML-code and the CSS-code
you are using…
edit your Post
Your code will then be in a pre-code state
and you will be able to make/present the proper indentations.
or even better use
= http://discuss.codecademy.com/t/using-backticks-to-format-your-code/3697
you don’t have to have the css and html file in the same directory).You have the directory Notepad++ (not sure why you would save the files there, but alright). and in Notepad++ you have your htm file (index.html), if in your Notepad++ directory you would have a directory called style, and in style your main.css, you could simple do:
<link rel="stylesheet" href="style/main.css">
You can also use absolute path:
<link rel="stylesheet" href="C:\Program Files(X86)\Notepad++\main.css">
I can’t garantue that path is correct, you check it. Crap windows with all those spaces and (X86) things in the path