Watermarks

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

Guest

Is it possible to add a watermark (company logo) to each page of my website? I used Frontpage 2002 to build the site.
 
You would have to create a image as background image and then apply it to
your pages, and you may need to use CSS to position it in the background.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


"Larry Hesenius, President National Healt"
Is it possible to add a watermark (company logo) to each page of my
website? I used Frontpage 2002 to build the site.
 
Hi Larry,
you could apply the background with CSS - create a stylesheet with this code
and then link it to your pages
BODY {
background-image: url(/images/yourimage.gif);
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}JonMicrosoft MVP - FP"Larry Hesenius, President National Healt"
Is it possible to add a watermark (company logo) to each page of my
website? I used Frontpage 2002 to build the site.
 
Yes this is possible - try spitting on the screen and
letting it dry. This allows the watermark to appear on all
your website pages.
-----Original Message-----
Is it possible to add a watermark (company logo) to each
page of my website? I used Frontpage 2002 to build the
site.
 
Back
Top