Page 1 of 1

CSS style sheet

Posted: Fri Nov 20, 2009 6:45 am
by banikian
How can I view CSS style sheet on a website online? I know how to view the html source code, but how can I see the Css style sheet without knowing the name of the file? I'm asking because I'm taking classes in css and I want to learn how people make things with css.
______________
affiliateelite ~ affiliateelite.com ~ adgooroo ~ adgooroo.com

Re: CSS style sheet

Posted: Fri Nov 20, 2009 5:26 pm
by Don Chambers
The stylesheet name will be emitted in the HTML... look for it there.

Re: CSS style sheet

Posted: Fri Nov 20, 2009 6:48 pm
by yellowled
Or simply use Firefox with the Webdeveloper Extension and/or Firebug.

YL