Internal Stylesheet NOT Linking -...

User 2924428 Photo


Registered User
1,718 posts

Hey guy's, i'm having a problem with the internal stylesheet not linking to the html, I can't seem to figure out what i'm doing wrong. Ok so heres the setup..
HTML
<header>
<link rel="stylesheet" href="style.css" type="text/css" media="screen">
<header>


And the style.css is located in my project folder, however it is NOT linking to the CSS, i've been going back and fourth trying new things and it's still not working.. anyone have a problem with this before??

I would really like to work on separate sheets.
User 2924428 Photo


Registered User
1,718 posts

coffeetinker.com

sorry about that..
User 2924428 Photo


Registered User
1,718 posts

Here is my setup..
Attachments:
User 187934 Photo


Senior Advisor
20,271 posts

This is a problem. Matt did you even look at the source code or run it through the WC3 validation?
<link href="http://fonts.googleapis.com/css?family=Gravitas+One"
rel="stylesheet"
<link rel="stylesheet" href="style.css" type="text/css" media="screen">

http://validator.w3.org/check?uri=http% … mp;group=0
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

I sure didn't, but i will. . :D
User 2924428 Photo


Registered User
1,718 posts

Ok got rid of the google code.. I wonder why the confliction? CSS The Missing Manual suggests that I set everything up using that font code..
User 2924428 Photo


Registered User
1,718 posts

Ok Eric one more thing please, sorry to be a bother// however it's not linking my backround URL//I got the <h1> tags in the propper place now.. // but the css isn't recognizing my backround.png.
User 187934 Photo


Senior Advisor
20,271 posts

UnclePlusMax wrote:
Ok got rid of the google code.. I wonder why the confliction? CSS The Missing Manual suggests that I set everything up using that font code..

If you looked at the validation and the source code you were missing a >
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 187934 Photo


Senior Advisor
20,271 posts

UnclePlusMax wrote:
Ok Eric one more thing please, sorry to be a bother// however it's not linking my backround URL//I got the <h1> tags in the propper place now.. // but the css isn't recognizing my backround.png.

The background is there in FX.;) It's really small.;)
Try this.
background: url("backround.png") repeat;
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2924428 Photo


Registered User
1,718 posts

That's ok Eric I went back to my first design you helped me create a while ago with css, check out the new coffeetinker.com, it's written by me, designed by me, and you guys helped with it, I just need to work on it a little bit more, oh yeah, can you tell me why my buttons on the right side don't have images? I have them set differently through code so when you hover over it creates an effect, but they are gone.. hrmmm... :/

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.