To line up images vertically, just put a <BR> after the code for each image, like this:
<img src="wtvlogo.gif" width=95 height=70>
<BR>
<img src="wtvlogo.gif" width=95 height=70>
<BR>
<img src="wtvlogo.gif" width=95 height=70>
It will look like this...
To line up images horizontally, just write the code for your image as many times as you want, like this:
<img src="wtvlogo.gif" width=95 height=70>
<img src="wtvlogo.gif" width=95 height=70>
<img src="wtvlogo.gif" width=95 height=70>
<img src="wtvlogo.gif" width=95 height=70>
<img src="wtvlogo.gif" width=95 height=70>
It will look like this...
To resize you image, just change the numbers for the height and width attributes.