Help please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me how to stop my photoshop created background from tiling
when I put it into FrontPage? I'm losing my mind trying to make it work!!
 
backerman said:
Can anyone tell me how to stop my photoshop created background from
tiling when I put it into FrontPage? I'm losing my mind trying to
make it work!!

Backgrounds will always tile if they are smaller then the page.
e.g. the page may be 800*600 or 1024*768, but the image is 200*150. This
will definitely tile.

You can make the image larger in photoshop, but this may reduce the
resolution, i.e. it may look "blocky". If it is a background where that
doesn't matter, then just go ahead and make it larger.

--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website: http://trevorl.mvps.org/
----------------------------------------
 
Try adding the following code to your body tag.

style="background-repeat: no-repeat"
as in <body style="background-repeat: no-repeat"......
 
Back
Top