I've read your stickies and everyone else's, while they do help a lot they are almost exclusively generalized and not personalized, for example, I got the answered I needed last night on another forum, this simply how I would write the tutorial for "linking stylesheets to html"
Step:
1] Any style definitions should be placed in the external stylesheet and any html code should be placed in your html file.
2] Open your text editor such as Notepad, create your index file with your html code and save it as index.html.
3] Open your text editor and place only the css code into it and save the document as whatever you wish to name it but with the extension .css
4] Place the css doc into the same folder as the index file.
So easy! I do realize that most folks just may not have the time to create "step by step" tuts in the same fashion above, the point I am trying to make is that this is the only method which works FOR ME personall and is why I ask the questions that I do, hope you all understand, thanks for the help as always guys, it is much appreciated, now on to more css experimenting and please look out for more questions, thanks. 
|