Rule #1: Less markup is always better than more markup. Let CSS do most of the work.
Rule #2: See Rule #1.
Allowed Markup
Encouraged:
- h2, h3, h4, h5, h6
- p, strong, code
- ol, ul, li
- blockquote
- img
Discouraged:
- dl, dt, dd
- sub, sup
- hr
- code
Special DIVs
- class=’dateline’
- defines a signature block
- class=’alt-title’
- defines a title block
- class=’alt-subtitle’
- defines a subtitle block
- class=’callout’
- defines “boxed” text, e.g., for a troparion
- class=’signature’
- defines a signature block
- class=’note’
- defines a note block (after the signature)
Article Title
The preferred style is to put this markup at the beginning of the post:
<table class='first'><tr>
<td><img src='...' /></td>
<td>title<br/>optional text</td>
</tr></table>
The ordering of the columns may be flipped.