How can I set the backround of my DHTML page?
I want it to be "c:\images\image.gif".
[Edited by dekelc on 11-22-2000 at 04:18 AM]
Printable View
How can I set the backround of my DHTML page?
I want it to be "c:\images\image.gif".
[Edited by dekelc on 11-22-2000 at 04:18 AM]
Try:
<BODY Background = "c:\images\image.gif">
Rest of page
</BODY>
Hope this helps! :D