> Message: 1 >> Date: Fri, 25 May 2007 10:04:13 +0100 >> From: Andy Hey <[EMAIL PROTECTED]> >> Subject: Re: [css-d] How to view someone else's CSS source? >> To: Untitled <[email protected]> >> Message-ID: <[EMAIL PROTECTED]> >> Content-Type: text/plain; charset="US-ASCII" >> >> >>> 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?
Look at the source of the page, look for the line that refers to the CSS then work out how to adapt the URL in the browser window based on that. Adapt the URL, hit return and the CSS should be displayed in the browser window as a text file. Eg: http://www.annerykiln.co.uk/index.html look at source: <link rel="stylesheet" href="css/akilnprint.css" type="text/css" media="print" /> <link rel="stylesheet" href="css/akiln.css" type="text/css" media="screen" /> Adapt URL: http://www.annerykiln.co.uk/css/akiln.css -- Marten Gallagher annerykiln.co.uk Web Design and Management ______________________________________________________________________ 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/
