Adding in a background color/pattern afterwards....

M

martin weinberger

Hi All,

I created my website, which has many pages. (The new version is not posted
yet.) Anyways, I want to be able to change one location/file and have all
the webpages set the background color/pattern to the color/pattern
indicated. My current thought is a CSS, but I'm not that familiar with style
sheets and am not sure hot to implement it, if even that is what I want. I
do NOT want to set the font or other attributes. I just merely want
something to universally set the background color/pattern on the pages. My
other thought is a theme, but that seems more that I can apply a theme (not
create them) and that sets everything, not just the background
color/pattern. I'm using MS FrontPage 2002.

Thanks in advance for any suggestions.
 
T

Thomas A. Rowe

And you will need to remove any html tags already on the page the will now
be controlled by CSS.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
M

martin weinberger

Hi Peter and Thomas,

I followed the directions and no luck. I went a step further and found the
code that is giving me (from your point) the lylac (purplish) background
color. The line is:

<body bgcolor="#CCCCFF" link="#000066" vlink="#000066" alink="#000066">

If I take that out, then I see the background color that I set Windows too,
which in my case is green. I added the link line as the first line in the
header in the index page. As stated, I removed the line above. I have the
complete contents of the 'style.css' file as:

{background-color: #000066}

I look at the webpage and nothing. Am I doing something wrong? Do I have to
tell MS FrontPage 2002 to do something?
 
S

Stefan B Rusynko

Yes in your pages remove bgcolor="#CCCCFF" from the BODY tags

Does style.css contain

body {background-color: #000066;}

- not just {background-color: #000066}

And did you refresh your page after saving it in FP before previewing



--



| Hi Peter and Thomas,
|
| I followed the directions and no luck. I went a step further and found the
| code that is giving me (from your point) the lylac (purplish) background
| color. The line is:
|
| <body bgcolor="#CCCCFF" link="#000066" vlink="#000066" alink="#000066">
|
| If I take that out, then I see the background color that I set Windows too,
| which in my case is green. I added the link line as the first line in the
| header in the index page. As stated, I removed the line above. I have the
| complete contents of the 'style.css' file as:
|
| {background-color: #000066}
|
| I look at the webpage and nothing. Am I doing something wrong? Do I have to
| tell MS FrontPage 2002 to do something?
|
|
| --
| Martin A. Weinberger
| ButterflyVista
| http://www.butterflyvista.com/
| (when responding to me by email, remove the "X_" from the beginning)
|
|
|
 
M

martin weinberger

It was missing the ";". I'll give it a try. I found an even easier way with
FrontPage. FrontPage has the option to use the background information of
another page. I just have to select the index file in my case. I stumbled
onto it last night. :). I'm still curious about why the style sheet didn't
work, so I'll report the results. From what you say, I suspect that I was
missing the semicolon.

Thanks!
 
P

Peter Taurins

Martin.

You need the full line in your CSS file.

body {background-color: #000066;}

Including the word body.

Peter.
 
G

Guest

I am a software instructor... FrontPage is one of my software packages.

I could have answered your question and shown you an easy way of doing it in versions up to 2003... but they have me stumped. We used to have an option in the Background area of Properties - "Get background information from another page", under the Background tab.

It is a major part of my Level 1 course... I am now upgrading the manuals for the new version and am totally lost with this. WHERE DID IT GO? It is one of the important features of this great program and as far as I can tell it has been removed.

I have looked through all the menus and unless I am being totally blind... it is gone. Can someone help me with this? I am under the crunch here... a new contract came up and they are buying the new version... the manuals have to be at the printers in a week and I'm stuck on what used to be a very basic thing...

help!!! [grin]

Judi
 
T

Thomas A. Rowe

I believe that feature has been replaced by the Dynamic Web Templates
function

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Judi said:
I am a software instructor... FrontPage is one of my software packages.

I could have answered your question and shown you an easy way of doing it
in versions up to 2003... but they have me stumped. We used to have an
option in the Background area of Properties - "Get background information
from another page", under the Background tab.
It is a major part of my Level 1 course... I am now upgrading the manuals
for the new version and am totally lost with this. WHERE DID IT GO? It is
one of the important features of this great program and as far as I can tell
it has been removed.
I have looked through all the menus and unless I am being totally blind...
it is gone. Can someone help me with this? I am under the crunch here... a
new contract came up and they are buying the new version... the manuals have
to be at the printers in a week and I'm stuck on what used to be a very
basic thing...
help!!! [grin]

Judi
 
E

E. T. Culling

Background image: Go to Format>Background, that brings up Page Properties>
Formatting, then Background> background picture>and finally Browse
doesn't seem totally logical does it?
Eleanor

Judi said:
I am a software instructor... FrontPage is one of my software packages.

I could have answered your question and shown you an easy way of doing it
in versions up to 2003... but they have me stumped. We used to have an
option in the Background area of Properties - "Get background information
from another page", under the Background tab.
It is a major part of my Level 1 course... I am now upgrading the manuals
for the new version and am totally lost with this. WHERE DID IT GO? It is
one of the important features of this great program and as far as I can tell
it has been removed.
I have looked through all the menus and unless I am being totally blind...
it is gone. Can someone help me with this? I am under the crunch here... a
new contract came up and they are buying the new version... the manuals have
to be at the printers in a week and I'm stuck on what used to be a very
basic thing...
help!!! [grin]

Judi
 
S

Stefan B Rusynko

And use of external style sheets

-- 7




| I believe that feature has been replaced by the Dynamic Web Templates
| function
|
| --
|
| ==============================================
| Thomas A. Rowe (Microsoft MVP - FrontPage)
| WEBMASTER Resources(tm)
|
| FrontPage Resources, Forums, WebCircle,
| MS KB Quick Links, etc.
| ==============================================
| To assist you in getting the best answers for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
|
| | > I am a software instructor... FrontPage is one of my software packages.
| >
| > I could have answered your question and shown you an easy way of doing it
| in versions up to 2003... but they have me stumped. We used to have an
| option in the Background area of Properties - "Get background information
| from another page", under the Background tab.
| >
| > It is a major part of my Level 1 course... I am now upgrading the manuals
| for the new version and am totally lost with this. WHERE DID IT GO? It is
| one of the important features of this great program and as far as I can tell
| it has been removed.
| >
| > I have looked through all the menus and unless I am being totally blind...
| it is gone. Can someone help me with this? I am under the crunch here... a
| new contract came up and they are buying the new version... the manuals have
| to be at the printers in a week and I'm stuck on what used to be a very
| basic thing...
| >
| > help!!! [grin]
| >
| > Judi
|
|
 
G

Guest

Does anyone know where I can find the button to add background information of
another page to the one I am working with in Front Page 2003?

Thanks

----- martin weinberger skrev: -----

It was missing the ";". I'll give it a try. I found an even easier way with
FrontPage. FrontPage has the option to use the background information of
another page. I just have to select the index file in my case. I stumbled
onto it last night. :). I'm still curious about why the style sheet didn't
work, so I'll report the results. From what you say, I suspect that I was
missing the semicolon.

Thanks!
 
S

Stefan B Rusynko

It has been removed in favor of applying a style sheet

--




| Does anyone know where I can find the button to add background information of
| another page to the one I am working with in Front Page 2003?
|
| Thanks
|
| ----- martin weinberger skrev: -----
|
| It was missing the ";". I'll give it a try. I found an even easier way with
| FrontPage. FrontPage has the option to use the background information of
| another page. I just have to select the index file in my case. I stumbled
| onto it last night. :). I'm still curious about why the style sheet didn't
| work, so I'll report the results. From what you say, I suspect that I was
| missing the semicolon.
|
| Thanks!
|
|
| --
| Martin A. Weinberger
| ButterflyVista
| http://www.butterflyvista.com/
| (when responding to me by email, remove the "X_" from the beginning)
|
|
| .
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top