Apply your background color using CSS
In the head section
<style type = "text/css">
body{
background-color: #EEEEE6;
}
</style>
For the table image remove the leading / before images like this:
style="background-image:url('images/rpt_bg.gif').
Your style tag was trying to find the image one level "above" the images folder.
--
Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
"Steven Zats" <(E-Mail Removed)> wrote in message
news:F94B68A2-B35F-4B07-A85C-(E-Mail Removed)...
> I'm having trouble getting a background color for a page outside of a table
> to appear on my site AND I'm having trouble getting a background image for a
> table to appear.
>
> I properly have the background color OUTSIDE the border of the table listed
> in the body as:
>
> <BODY bgcolor="#EEEEE6">
>
> And I have the background image for the table as:
>
> style="background-image:url('/images/rpt_bg.gif').
>
> HELP!
>
> Thanks,
> Steve