Background page picture .... can tiling be stopped???

B

bob

I am using FP 2002 and am new to the software.

I would like to take a montage of pictures created in photoshop and then use
this as a page background. The background is 1000x1000.

Is there a way I can prevent tiling when I use this as the page background?
I do not want the background to repeat itself down the page.

On top of the background it is my intent to put the site contents

Thanks for steering me in the right direction

Bob
 
M

Murray

Use CSS -

body { background-repeat:no-repeat; }

You can get there by editing the properties of the body tag (FP2003).
 
Top