Inserting Background Picture as Watermark

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

Guest

How do I insert a single watermark background picture in FrontPage 2003?
Everytime I do it in Page Properties/Formatting, I get a series of pictures
(tiled)? I just want one single background watermark picture!
 
The Watermark only allow for the background image to not scroll with the text on the page. You would
have to use CSS to keep the background as non-repeating image.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
You need to have a style for the body
body { background: repeat norepeat;}

If you can't do this through the FP menus, go to the HTML view and enclose
the above inside
<style type="text/css"> </style> tags in the <head> section
 
Thanks Murray.
I should be more careful to check the syntax before I recommend something

Coonamblite,
Sorry about that.
Have you tried this yet? (especially Murray's correct version of the code)
 
Heh - me too! 8)

--
Murray
============

Trevor L. said:
Thanks Murray.
I should be more careful to check the syntax before I recommend something

Coonamblite,
Sorry about that.
Have you tried this yet? (especially Murray's correct version of the code)
 
Back
Top