I'm extremely new at this, so I apologize for my ignorance in advance. I'm sure the solution is very simple. I've looked at many tutorials to figure it out on my own, but for the life of me I cannot. All I want to do for now is create and link to an external CSS file from my XHTML document, but for some reason my files aren't cooperating with me. Although, it seems to work fine when I use the internal method (hopefully I'm using the correct terminology) Here is a perfectly working example of what I'm trying to do using a background image:
For obvious reasons, I'd much rather link to an external CSS file. Here is the XHTML of what I thought would work, but does not:
Obviously the name off my CSS file is global.css. This is the entirety of the contents of that file:
Is it possible that the doctype and html tags in my XHTML file are incorrect and somehow having an effect? I'm still unclear on what info should be there. I think I copied what I have from a tutorial example I found somewhere. Thank you very much for any help you can provide and helping me take my first step to becoming a programing guru like you
