3
The advantages of CSS + some great resources
In the past I used to style everything on my website with simple HTML, tables and images… not very efficient, and it has a lot of troubles with different browsers. Nowadays I’m using CSS, Cascading Style Sheets, which bring a lot of advantages. One of the biggest advantages in my opinion is, that when you update the CSS file, the changes are carried through the whole website. You don’t have to open all the pages to edit it manually.
But it’s not only that, also the file size of the HTML files of your website are smaller, because all the styles are located at one single file: Style.css
I learned working with CSS on the internet, and I believe that most of us bloggers do. The only thing you need are some good tutorials, and time. I’ve written some useful CSS resources below, which I’ve used to understand how CSS works, and what you can do with it.
2. EchoEcho
3. HTML Dog
4. Tips and Tricks at the Blogherald
6. Introduction to CSS – Tutorial Dog
And as a bonus, some websites offering free CSS codes:




Very interesting. I need to work on learning CSS! I will definitely be looking at your CSS tutorials. Thanks
Phils last blog post..Update On Straight No Chaser Men’s a Cappella Group – Good News!!
I know basics of CSS, Its really a great field, the resources provided by you are worth learning, Thanx anyway
Thanks for providing these resources. I think that every blogger needs to know at least the CSS basics. I’ve learned a lot of the last couple years, and boy does it beat having to go in the a ton of different files and edit them one at a time every time you want to make a change.