Water mark not available

G

Guest

I am trying to add a watermark to my web pabe, but when I
go to page properties, the help file tells me: In Page
view, right-click the page on which you want to add a
watermark.
Click Page Properties, and click the Background tab.
Under Formatting, select Background picture, and select
Watermark.
In the text box, enter the location of the graphic you
would like to use, or click Browse to locate it.

I do nopt have that. I can not see it. What am I missing?

Please help, thanks,

Dave
 
S

Steve Easton

With the page open, click Tools > Page Options... click the Compatibility
tab and then set all dropdowns to Custom.
click OK..


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
J

Jon

Hi Dave,

I wouldn't use watermark in that way - it's not supported in anything but
IE. The correct way to do a watermark is with CSS

body{
background: #fff url(pic.gif) fixed center no-repeat;
}

This will work cross browser - except NN4 obviously.

Jon
Microsoft MVP - FP
 

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