Quote Originally Posted by clydejones
Finding what to change in the stylesheet you'll need to "view source" and find the necessary "Class/ID" selectors and then add/modify these in the stylesheet.
Rather than "View Source" (which is how I used to do it), download/install the free "Web Developer" Extension for Firefox 1.5x. Then right click your web page, choose Web Developer > Information > Display ID & Class Details. -- Bingo!

Using the same tool (Web Developer > CSS) you can easily view and temporarily edit your stylesheets and see immediate effect (to experiment) and then save your style changes if desired.

WD does more than just help with CSS editing. Find out more and download WD 1.02 from either mozilla.org or http://chrispederick.com/work/webdeveloper/

Highly recommended!

Woody