|
Posted by Adrienne Boswell on 03/13/07 04:59
Gazing into my crystal ball I observed "Jonathan N. Little"
<lws4art@centralva.net> writing in
news:7b3d8$45f562df$40cba785$22854@NAXS.COM:
>> It depends on the circumstance. For example, say I have DT styled as
>> bold in the external sheet, but on one page on the site, I want it
>> italics instead - in that case, I would use put the style in the head
>> on that page only.
>>
> For "one-pagers" sure, but for a multi-page site...
>
Exactly the point - for the whole site, it's one way, and for
_this_page_only_ it's another way.
For example - in style.css
dt {font-weight:bold}
In someotherpage.html
<style type="text/css">
dt {font-weight: normal; font-style: italic;}
</style>
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
[Back to original message]
|