1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
<raw-code>
<center>
<div style="display: block; width: 500px;">
<div style="width: 100%; text-align: left;">
	left text left text
</div>

<div style="width: 100%; text-align: right;">
	right text right text
</div>

<div style="width: 100%; text-align: left;">
	left text left text
</div>
</div>
</center>
</raw-code>