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"
width="20" height="20">
</p>
<p>
<img src="hackanm.gif"
width="45" height="45">
</p>
<p>
<img src="hackanm.gif"
width="70" height="70">
</p>
<p>
You can make a picture larger or smaller changing the values in the "height" and "width" attributes of the
img tag.
</p>
</body>
</html>
***************