background picture is tiling

  • Thread starter Jens Peter Karlsen[FP MVP]
  • Start date
J

Jens Peter Karlsen[FP MVP]

It is meant to.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
M

MGP1

I would rather it did not

Jens Peter Karlsen said:
It is meant to.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: MGP1 [mailto:[email protected]]
Posted At: 27. december 2004 18:15
Posted To: microsoft.public.frontpage.client
Conversation: background picture is tiling
Subject: background picture is tiling
 
M

Murray

Then tell it not to with CSS, but tiling is the default background image
action.

body { background-repeat:no-repeat; }

This style rule will stop the page's background image from tiling in both
the x and the y axes.

--
Murray

MGP1 said:
I would rather it did not

Jens Peter Karlsen said:
It is meant to.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: MGP1 [mailto:[email protected]]
Posted At: 27. december 2004 18:15
Posted To: microsoft.public.frontpage.client
Conversation: background picture is tiling
Subject: background picture is tiling
 
Top