Make it a page background. Use CSS to prevent it from tiling and to
position it, e.g.,
<style type="text/css">
<!--
body { background-image: url(/images/foo.gif); background-repeat:no-repeat;
background-position:center center; }
-->
</style>
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
"pantone354" <webforumsuser (AT) macromedia (DOT) com> wrote
Quote:
I created a site and would like to put a layer background image on the
site so
that it won't have to become a pattern.
There are tables and a couple iframes on the page but I can't seem to get
the
layer to go behind everything. What
do I need to do to get it to go behind the iframes and tables. Thanks
alot.
Eric |