This is just a brief overview of the HTML part, you can learn to make a webpage somewhere else.

Open a new document in Notepad and paste the following code. Edit the red text to your image specifications.

Change the gray text to the background color you want when the image runs out.

After editing, save as yourfilename.html Remember to add the .html on the edd of the filename.



<html>
<body bgcolor="CCCCCC" leftmargin="0" topmargin="0" scroll="no">
<table border="0" cellpadding="0" cellspacing="0" width="125" height="400">
<tr>
<td>
<img src="tutorialim.gif" width="125" height="400">
</td>
</tr>
</table>
</body>
</html>