What is the easiest method to insert a watermark image on a webpage......I need to create a page which has an image in the background to appear as a watermark....
If i create the image in photoshop and save it as a jpg how will i insert it so that it does not tile...i want it to appear in the center of the page
Thanks
limbo
5:05 pm on Oct 11, 2004 (gmt 0)
You could use css on the body tag - then use the no-repeat and center properties to position your image.
contentmaster
6:09 am on Oct 12, 2004 (gmt 0)
I do not know css! Where can i find the right code?
bill
9:01 am on Oct 12, 2004 (gmt 0)
...or if you use tables for your layout then just make the image a background image for one of the cells of the table.