watermarks

liunx

Guest
Hi all<br />
<br />
Any ideas how i put a watermark, as a background, on a table?<br />
<br />
Cheers<!--content-->Using CSS. For example as an inline style you would have:<br />
<br />
<table style="background-image: url(images/watermark.jpg); background-repeat: no-repeat; width: 400px; height: 500px; padding: 0; margin: 0;"> where of course watermark.jpg was some image that would serve as your watermark. <br />
<br />
Mind you, I hope you're not intending to use it to stop people "stealing" whatever is in the table, because it won't work as that kind of watermark.<br />
<br />
Neil<!--content-->
 
Back
Top