Like this?
TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT
TEXT TEXT TEXT TEXT
It's sort of messy, but yeah, it can be done with html ...
Like this?
It's much easier if you just use a table...
Yep.
|
|
Ooh - Surround Sound! |
|
Centered Text |
It's a lot harder than it looks though...
Here's the code for the entire page:
<p>Like this?<img src="http://img.photobucket.com/albums/v651/BerkaZerka/thor.jpg" style="width: 150px; height: 195px; float: right;" /></p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;"> </p>
<p style="text-align: center;">It's sort of messy, but yeah, it can be done with html ...</p>
<p style="text-align: center;"> </p>
<table>
<tbody>
<tr>
<td style="text-align: right; vertical-align: top;">
<p>Like this?</p>
<p>It's much easier if you just use a table...</p>
<p>Yep.</p>
</td>
<td>
<img src="http://img.photobucket.com/albums/v651/BerkaZerka/thor.jpg" style="width: 150px; height: 195px; float: right;" /></td>
<td style="vertical-align: middle;">
Ooh - Surround Sound!</td>
</tr>
<tr>
<td>
</td>
<td style="text-align: center;">
Centered Text</td>
</tr>
</tbody>
</table>
<p> </p>
<p>It's a lot harder than it looks though...</p>
<p>Here's the code for the entire page:</p>