> I'm new to CSS, but enjoying the CSS paradigm tremendously. While it's > easy to view the HTML source behind any webpage, how does one view the > CSS markup in external style sheets that renders the page? > > If there are no built-in tools in browsers that allow you to view the > CSS source, what about, say, a Perl or Python script that allows it? > > Thanks in advance.
My first post to the list and hopefully a helpful one. Its a good question and one I personally haven't found a really elegant solution for! I tend to use FF and the Web Developer Toolbar extension (http://chrispederick.com/work/web-developer/) which allows you to View CSS or indeed edit the CSS live through its CSS menu. Alternatively I view source of the page find the style sheet declaration and then append that to the URL of the page this normally serves up the plain text CSS file. The toolbar is far the simplest way but offers no code highlighting etc not a problem for some but I'm a sucker for a bit of highlighting! HTH Andy ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
