Inserting Background Picture as Watermark

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!
 
T

Thomas A. Rowe

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.
==============================================
 
T

Trevor L.

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
 
T

Trevor L.

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)
 
M

Murray

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top