Bree
04-02-2005, 09:55 PM
I'm trying to put on a watermark background and can't seem to get it to work. Here is my code...
<script language="JavaScript1.2">
/*
Watermark Backgound Image Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit dynamicdrive.com
*/
if (document.all||document.getElementById)
document.body.style.background="url(http://tinypic.com/2jz8e0') white center no-repeat fixed"
</script>
I've tried this without the () around the link, without the letters URL, tons of things but can't figure it out! Can anyone help me?
Thanks!
<script language="JavaScript1.2">
/*
Watermark Backgound Image Script- © Dynamic Drive (www.dynamicdrive.com)
For full source code, 100's more DHTML scripts, and TOS,
visit dynamicdrive.com
*/
if (document.all||document.getElementById)
document.body.style.background="url(http://tinypic.com/2jz8e0') white center no-repeat fixed"
</script>
I've tried this without the () around the link, without the letters URL, tons of things but can't figure it out! Can anyone help me?
Thanks!