Forum Moderators: not2easy
Any help much appreciated.
<img class="figure" src="x.gif" alt="test" widht="100" height="100" /> <p>Here would go the text you want to fill the screen with...</p>
The CSS:
.figure {float: left;}
Or you can also float to the right.
<table width="100%">
<tr>
<td width="150"><img src="blah.jpg" width="150"></td>
<td>lots of text</td>
</tr>
</table>