Make my watermark Centered rather than Tiled in FrontPage?

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

Guest

How do I make my Watermark in Frontpage Centered rather than tiled and
repeating? Is it possible to format it to a standard or specific size?
 
Apply it using Css
Format Style - select html tags and body
Border - Shading - Patterns

You should end up with in the Head section
<style type="text/css">.
body { url('imagepathname.jpg') no-repeat fixed center top }
</style>


--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


| How do I make my Watermark in Frontpage Centered rather than tiled and
| repeating? Is it possible to format it to a standard or specific size?
 
Back
Top