[thelist] Re: correct way to indicate a book or periodical?

Tim Luoma luomat at peak.org
Tue Jul 9 20:25:01 CDT 2002


Jonathon Isaac Swiderski wrote:

> Today, the cows mooved Tom Dell'Aringa to write:
>
>> what is the correct way to indicate a book or periodical in a page?
>> Is it quotes, underline, italics...
>
>
> <cite>National Geographic 79:4</cite>
>
> cite {
> font-style: italic;
> }


An excellent answer, but wouldn't it be advisable to use classes?

cite.book { font-style: italic; }

cite.periodical { quotes: '"' '"' "'" "'" }
cite.periodical:before { content: open-quote }
cite.periodical:after { content: close-quote }

That way you could change the appropriate styles per citation type as
you wish later on.

TjL






More information about the thelist mailing list