CSS Layout in Front Page 2003 Changed for all pages

F

Frank

I started noticing that my CSS Headings started to appear Black instead of
Blue in Front Page 2003. The website still shows the correct color, but not
the local copy. Further investigating showed that somehow the following lines

<meta name="Microsoft Theme" content="experience 1011, default">
<meta name="Microsoft Border" content="tb, default">

were changed to

<meta name="Microsoft Theme" content="none, default">
<meta name="Microsoft Border" content="none, default">

Is there something that I could have done that would change about 100 pages
at one time?
 
S

Stefan B Rusynko

Not sure how you lost your SB & Theme
- did you turn on Author Time Web Components and CSS in Tools Page Option Authoring
But just Reapply them both as a default




| I started noticing that my CSS Headings started to appear Black instead of
| Blue in Front Page 2003. The website still shows the correct color, but not
| the local copy. Further investigating showed that somehow the following lines
|
| <meta name="Microsoft Theme" content="experience 1011, default">
| <meta name="Microsoft Border" content="tb, default">
|
| were changed to
|
| <meta name="Microsoft Theme" content="none, default">
| <meta name="Microsoft Border" content="none, default">
|
| Is there something that I could have done that would change about 100 pages
| at one time?
 
F

Frank

Thanks Steve,
How is easy. It's Microsoft. I haven't had a MS development product yet
that didn't do magical things if you used it enough. Great products, but seem
to have a real problem if you need to start changing things. Anyway, I have
not messed with any options since I set it up. I checked and the following
are set

Author-time web comp On
Navigation On (Note I used Shared Borders on 2002 before upgrading, so I
did not uncheck this.

CSS 1 & 2 both on.

I just noticed the shared borders are gone too. Sheesh.. Does this mean I
have to go back over all my pages and resetup shared borders after clicking
this on? And how do I get the CSS to be recognized? Do I have to add it
back to each individual pages? What a mess. I'm afraid to update the
website.
 
Top