View Single Post
Old 05-04-2012, 12:30 PM   #4
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,515
Karma: 18512745
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
As for how to format without CSS, have a look here and other sections of that page.

In general: use "height" for vertical space above an element, "width" for first line indent, "<blockquote>" for wider left margin (cannot be nested). For poetry I do:

Code:
<p width=2em height=1em>&ldquo;You are old, Father William,&rdquo; the young man said,</p>
<p width=4em height=0em>&ldquo;And your hair has become very white;</p>
<p width=2em height=0em>And yet you incessantly stand on your head&mdash;</p>
<p width=4em height=0em>Do you think, at your age, it is right?&rdquo;</p>
Jellby is offline   Reply With Quote