Hmm... and why doesn't this appear centered?
Quote:
<div class="halftitle">
Frankenhausen<br/>
(1525)
</div>
|
whith:
Quote:
div.halftitle {
font-style: italic;
font-size: 120%;
text-align: center;
margin: 4em 0 4em 0;
}
|
The block is more or less centered in the page, but the two lines look almost right-aligned, either the first line has a negative indent or the second a positive one...