Quote:
|
And not everything should be a class. Main areas like headers and content and footer are usually ID's since they will only be used once in a document (having 2 headers just isn't logical).
|
Check out this quick article on
when to use class and when to use id.
Quote:
|
Can someone tell me If there's a better way to edit the .css?
|
Do it all by hand! With that being said, there are some nifty programs that help you code faster. Try
TopStyle Lite, it's free.
Do as much of the visual part of your site in
CSS as you can. Rounded corners can be done without images using
Nifty Corners.
Hope this helps!