
On Sun, 15 May 2005 17:50:44 -0700 (PDT), you wrote:
Ok, new topic of discussion.
I'm putting the finishing touches on a book for PG. There will be an html file made as well as plain text. This book includes a decent amount of quoted letters and other documents in it. Fairly often, there are headers and/or footers to these which are aligned to be close to the right margin.
So I made a simple CSS declaration for these:
.dateheader {text-align: right; margin-right:2em;}
However, as I progressed through, the name "dateheader" began to seem little inaccurate. The content is also sometimes the name of a place or a person, or a brief phrase.
Any suggestions for a more general (but still accurate) name I could use for this CSS selector?
I suggest .alignright Also useful for signatures. (I actually use .ar -- I like short and easy to type.) -- Janet