Re: Watermark

You can create a very basic "WaterMark" useing CSS.... 

<STYLE TYPE="text/css"> 
BODY {background-image: url(background.gif);
background-repeat: no-repeat;
background position: 200px 200px;
background-attachment: fixed;} 

</STYLE> 

However this does have some obvious limitations but it won't slow down your site asmuch and you can play with it and see what you get.
 

Received on Friday, 2 July 1999 04:21:57 UTC