Click to See Complete Forum and Search --> : Watermark In Dreamweaver Mx?!?! Please Help!


Xnaked andreX
07-12-2003, 10:53 AM
How can I make a watermark in my webpage so just the text scrolls and the image stays?

And if anybody responds, PLEASE tell me where in my code to put the code for the watermark, and indicate where I put the image name- I've found scripts- but they don't tell me where to put those two things. . .

Thanks for any help. . .

Xnaked andreX
07-12-2003, 10:54 AM
How can I make a watermark in my webpage so just the text scrolls and the image stays?

And if anybody responds, PLEASE tell me where in my code to put the code for the watermark, and indicate where I put the image name- I've found scripts- but they don't tell me where to put those two things. . .

Thanks for any help. . .

Moderators Note
Please do not cross post.

Khalid Ali
07-12-2003, 11:50 AM
something like this in the head section of your html page should do

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