Quote:
Originally Posted by cybmole
that is clearer,thanks
but a typical css has entires like
.calibre1
.calibre2...
not like
p.calibre1
p.calibre2....
yet the calibreN things are classes ?
|
My understanding is:
p.calibre15 is only valid for
<p class="calibre15">
and NOT valid for
<h3 class="calibre15">
(All I care is what I type there works

and with no

anywhere else )