PC Review


Reply
Thread Tools Rate Thread

Background color using CSS

 
 
Peter
Guest
Posts: n/a
 
      27th Apr 2004
With FP 2003, I want to turn the background of all my web pages from white
(default) to another color (green). If I follow the directions in the HELP,
I open a Normal Style Sheet. However the Format/Background option is grayed
out.

How do I do what I want to do? Thanks!


 
Reply With Quote
 
 
 
 
Net55
Guest
Posts: n/a
 
      27th Apr 2004
Use format - style - then when done link this to your html
pages by format style sheet links, "your style
sheet"...your probaly should re-read the help to make sure
you understand.

Here what a background color would look like:

body
{
font-family: Verdana, Arial, Helvetica;
background-color: rgb(0,0,0);
color: rgb(102,255,51);


Net55
(E-Mail Removed)
http://www.frontpagewiz.com

>-----Original Message-----
>With FP 2003, I want to turn the background of all my web

pages from white
>(default) to another color (green). If I follow the

directions in the HELP,
>I open a Normal Style Sheet. However the

Format/Background option is grayed
>out.
>
>How do I do what I want to do? Thanks!
>
>
>.
>

 
Reply With Quote
 
Peter
Guest
Posts: n/a
 
      27th Apr 2004
Got it -thanks!

"Net55" <(E-Mail Removed)> wrote in message
news:49ce01c42c28$a9e66860$(E-Mail Removed)...
> Use format - style - then when done link this to your html
> pages by format style sheet links, "your style
> sheet"...your probaly should re-read the help to make sure
> you understand.
>
> Here what a background color would look like:
>
> body
> {
> font-family: Verdana, Arial, Helvetica;
> background-color: rgb(0,0,0);
> color: rgb(102,255,51);
>
>
> Net55
> (E-Mail Removed)
> http://www.frontpagewiz.com
>
> >-----Original Message-----
> >With FP 2003, I want to turn the background of all my web

> pages from white
> >(default) to another color (green). If I follow the

> directions in the HELP,
> >I open a Normal Style Sheet. However the

> Format/Background option is grayed
> >out.
> >
> >How do I do what I want to do? Thanks!
> >
> >
> >.
> >



 
Reply With Quote
 
Cheryl Wise
Guest
Posts: n/a
 
      28th Apr 2004
You can also use a hex number instead of the rgb

body {background-color: #2E8B57;}

or even using a named color:

body {background-color: green;}

--
Cheryl D. Wise
MS-MVP-FrontPage
http://mvp.wiserways.com

"Net55" <(E-Mail Removed)> wrote in message
news:49ce01c42c28$a9e66860$(E-Mail Removed)...
> Use format - style - then when done link this to your html
> pages by format style sheet links, "your style
> sheet"...your probaly should re-read the help to make sure
> you understand.
>
> Here what a background color would look like:
>
> body
> {
> font-family: Verdana, Arial, Helvetica;
> background-color: rgb(0,0,0);
> color: rgb(102,255,51);
>
>
> Net55
> (E-Mail Removed)
> http://www.frontpagewiz.com



 
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
custom color for font color and or background shading color Ben Microsoft Excel Programming 2 5th May 2010 02:32 PM
Checkbox to change background color, font color and remove/ add bo Sara Microsoft Excel Misc 1 11th Nov 2008 08:17 PM
Cell background color (interior color) setting not working Martin E. Microsoft Excel Programming 1 21st May 2006 07:00 PM
Default Border, Font Color, and Cell Background Color Elijah Microsoft Excel Misc 1 28th Oct 2005 04:10 PM
The BACKGROUND COLOR OF THE COMMAND BUTTON FACES RESET TO THE DEFAULT COLOR Alva Dean Microsoft Excel Programming 2 8th Mar 2004 08:24 PM


Features
 

Advertising
 

Newsgroups
 


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