Sidebars and Side Images
If you wish to display an image, or small sidebar, beside a paragraph of text,
use the <etleft> and <etright>
tags. These are rendered as a one-row, two-column
<table> wrapping the paragraph and the sidebar, as
follows:
<etleft><img src=bubba.png></etleft>This is the main
paragraph body. Foo bar baz blah blah blah etc.
Is displayed as:
|
This is the main paragraph body.
Foo bar baz blah blah blah etc.
|
<etright><img src=bubba.png></etright>This is the
main paragraph body. Foo bar baz blah blah blah etc.
Is displayed as:
This is the main paragraph body.
Foo bar baz blah blah blah etc.
|
|
|