PC Review


Reply
Thread Tools Rate Thread

Background Color Outside of Table

 
 
=?Utf-8?B?U3RldmVuIFphdHM=?=
Guest
Posts: n/a
 
      2nd Jul 2006
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
 
Reply With Quote
 
 
 
 
Tom Willett
Guest
Posts: n/a
 
      2nd Jul 2006
You have failed to tell us what your "trouble" is.
Can you be more specific, and perhaps provide us with a URL to your site to
check the page in question?

--
Tom Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
"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



 
Reply With Quote
 
Steve Easton
Guest
Posts: n/a
 
      3rd Jul 2006
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



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      3rd Jul 2006
> Your style tag was trying to find the image one level "above" the images
> folder.


Actually not. It was trying to find the images folder at the root level of
the site. But root relative links don't play so well with FP, no?

--
Murray
--------------
MVP Front Page


"Steve Easton" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP table background color mcolson Microsoft VB .NET 2 23rd Apr 2010 01:42 PM
How to change a table cell's background color? HB Microsoft ASP .NET 4 7th May 2006 09:52 PM
how to set background color in pivot table excel 2003? =?Utf-8?B?U0wgV29uZw==?= Microsoft Access Forms 1 26th May 2004 11:38 AM
Problem with background color of table cell Thanks Microsoft ASP .NET 1 8th Feb 2004 03:33 AM
Table Background Color Not Printing H Weibelt Microsoft Frontpage 4 9th Jul 2003 09:13 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:49 AM.