How do I make a picture as a background on my web pages?

03/07/2013 07:22 Vanoisueen69#1
Point the body background to the name of your image you wish to use as the background as shown below. This body line should be the first line after your </head> tag.

<body background="picture.gif">

You can also have the background image fixed, so it does not move when using the scroll bar in the browser. To do this add the BGPROPERTIES tag as shown below.

<body background="picture.gif" bgproperties="fixed">
03/07/2013 14:41 Mikesch01#2
Hi,

may I ask you what you want to tell us with this post?

This is standard HTML knowledge and can be found in every tutorial or book.