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:
***************
*Background image
This example demonstrates how to add a background image to an HTML page.
*<html>
<body background="background.jpg">
<h3>Look: A background image!</h3>
<p>Both gif and jpg files can be used as HTML backgrounds.</p>
<p>If the image is smaller than the page, the image will repeat itself.</p>
</body>
</html>
------
*Look: A background image!*
Both gif and jpg files can be used as HTML backgrounds.
If the image is smaller than the page, the image will repeat itself.
***************