TUTORIALS
• You do not have to leave credit but it would be greatly appreciated if you did.
• Make sure you have a basic understanding of HTML/CSS so that you can properly use these tutorials.
STYLESHEET
If you clicked on the link to see an actual stylesheet, then sorry, but that's not what this tutorial is for. This tutorial is for "linking" and "loading" a stylesheet to your site. Ok, so first, open up Notepad. In the Notepad document, start making your own stylesheet with all the neccessary elements and with your own custom elements depending on your site layout. Your stylesheet does not need to have the <style></style> tags. Now save it as a .CSS file. To do this, type in a name for your stylesheet and put the .css extension at the end of it. Make sure you change the little "menu" thing from a "Text(.txt)" file into "All Files". Select save and then upload the .CSS file that contains your stylesheet to your site. After that, put the below code in between your <head></head> tags.Now the stylesheet elements will show on your site but remember, you'll still need to use the <div class=""></div> tags and such. You can find an example of this if you look at my site's source code.















