HTML - Watermark
I would like to put a notice of copywrite on our photos. I was using Digital Mark, but the year that I paid for ended and not sure I want to use them again. this picture I captured had a nice lite water mark through it I like. Anybody us anything similar? TIA Similar TutorialsHello ALL, Certifried newbee question here. I am trying to create a web page with a .gif image as a watermark. White background, white image background, very light greyscale image. Looks good on both FF and IE, woohoo. But when I print the page (page is meant to be printable) the .gif image is left out. I would like what shows up on the webpage to fairly closely resemble what prints. Not worried about it being exact (greyscale, position, size, etc..). Any tips? Current Code: <html> <head> <STYLE TYPE ="text/css"> <!-- BODY {background: white; background-image: url('Images/bg.gif'); background-repeat: no-repeat; background-position: center center; padding: 0px; height: 100%; width: 100%;} --> </style> </head> <body> <p> text goes here </p> <hr size=2 width="100%" noshade color="black" align=centerr> <H1 ALIGN="CENTER"> <L1><A HREF="nextpage.htm">next page</A> </H1> </body> </html> Hi to everyone,have just made my first site,its basically a sales page that i made in word 2010,i have added 1 graphic(jpg) and a watermark running through the page,i have managed to upload it through my ftp panal,but when i go online to view my page the graphic and watermark are missing(in firefox) and the graphic is missing in IE(but the watermark is visible),and they have been replaced by boxes with a symbol in the top left corner,i saved the copy as indexhtml,any help would be much appreciated,simon |