[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] Learning CSS by example
- Subject: [ale] Learning CSS by example
- From: list at trudiedolls.com (Patrick Bartkus)
- Date: Wed May 4 16:48:19 2005
I want to learn more about CSS by looking at someone else's code. I see in
the "view html source" page in the <head> section a reference to <link
rel="stylesheet" type="text/css" href="/Product.css" title="default" />
Then in the <body> I see:
<tr>
<td colspan="2" class="tblSpecsGroup"><b>Some Text</b></td>
</tr>
How can I see the source of the Product.css file? I like the results and
want to hack it for my own use.
Patrick