How do I manage multiple hyperlinks on my Dreamweaver designed site Using CSS?

July 9th, 2010

This is probably simple but, I've set the CSS for hyperlinks on my site, () but I want to apply different colours/effects for different pages. I guess I need to create more CSS rules, but how do I apply them, and what should I call them?

CSS, How to use Multiple Declarations?

July 31st, 2009

More than one declaration can be used within a declaration block. Each declaration must be separated with a semicolon. In this CSS, How To Tutorial the h1 and h2 elements will be styled with a new declaration. {color: navy;} The h2 element will also be styled with {text-align: center;} which will align it in the center of the browser window Read More...