welcomewiki has just posted in the HTML Forum forum of Wiki Newforum under the title of HTML Images.
This thread is located at http://www.wikinewforum.com/showthread.php?t=5781
Here is the message that has just been posted:
***************
<html>
<body>
<p>
<img src ="hackanm.gif"
align ="left" width="48" height="48">
A paragraph with an image. The align attribute of the image is set to "left". The image will float to the left of this text.
</p>
<p>
<img src ="hackanm.gif"
align ="right" width="48" height="48">
A paragraph with an image. The align attribute of the image is set to "right". The image will float to the right of this text.
</p>
</body>
</html>
***************