Posted by Mark Parnell on 10/11/05 09:00
In our last episode, eels <eels@nikocity.de> pronounced to alt.html:
> But how do you read the stylesheet?
Are you asking how to find the stylesheet? Look at the HTML, and find
<link rel="stylesheet" ... >
In this case the relevant line is the first one:
<link rel="stylesheet" type="text/css" media="screen, print, projection"
title="Default" href="style/default.css" />
So the stylesheet is located at
http://www.vandervossen.net/style/default.css
Or are you asking how to understand the stylesheet once you've found it?
For that, you'll need to learn some basic CSS.
http://www.w3.org/TR/CSS2/
--
Mark Parnell
http://clarkecomputers.com.au
alt.html FAQ :: http://html-faq.com/
[Back to original message]
|