This will break in many browsers, especially those that adhere to
standards: Nesting block elements such as <p> in a hyperlink is invalid
HTML.
<h1><a href="index.html" title="Go to home page">West Point Grey United
Church
<p class=MsoNormal><b style='mso-bidi-font-weight:normal'><span
lang=ZH-TW
style='font-size:20.0pt;font-family:"PMingLiU","serif"'>西</span></b><b
style='mso-bidi-font-weight:normal'><span lang=ZH-TW
style='font-size:20.0pt;
font-family:"PMingLiU","serif";mso-bidi-font-family:MingLiU'>
</span></b><b
style='mso-bidi-font-weight:normal'><span lang=JA
style='font-size:20.0pt;
font-family:"PMingLiU","serif";mso-bidi-font-family:MingLiU;mso-fareast-language:
JA'>点 联 </span></b><b style='mso-bidi-font-weight:normal'><span
lang=ZH-TW
style='font-size:20.0pt;font-family:"PMingLiU","serif"'>合</span></b><b
style='mso-bidi-font-weight:normal'><span lang=ZH-TW
style='font-size:20.0pt;
font-family:"PMingLiU","serif";mso-bidi-font-family:MingLiU'>
</span></b><b
style='mso-bidi-font-weight:normal'><span lang=JA
style='font-size:20.0pt;
font-family:"PMingLiU","serif";mso-bidi-font-family:MingLiU;mso-fareast-language:
JA'>教 会</span></b><b style='mso-bidi-font-weight:normal'><span
lang=EN-US
style='font-size:20.0pt;font-family:"PMingLiU","serif";mso-bidi-font-family:
MingLiU;mso-fareast-language:JA'><o

></o

></span></b></p>
</a></h1>
Rewrite as:
<h1><a href="index.html" title="Go to home page">West Point Grey United
Church<span style="font-size:20pt;font-family:PMingLiU,serif"><span
lang="ZH-TW">西 </span><span lang="JA">点 联 </span><span
lang="ZH-TW">合 </span><span lang="JA">教 会</span></span></a></h1>
The colours for the church name are defined in layout4_setup.css
..sitename H2 {
FONT-SIZE: 160%; MARGIN: -4px 0px 0px; COLOR: rgb(234,239,247)
}
..sitename A {
COLOR: rgb(234,239,247); TEXT-DECORATION: none
}
..sitename A:hover {
COLOR: rgb(50,50,50); TEXT-DECORATION: none
}
The link hover colour is a dark grey, the link normal color, and other
text in the banner, are "off white". The background colour is set by
the background image ../img/bg_head_middle_blue.jpg
To change the colour of the text, amend the CSS.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp
"Norm75" <(E-Mail Removed)> wrote in message
news:ABC064DC-9D93-4EBA-BAE1-(E-Mail Removed):
> I help out with our church website - www.wpguc.com - and the name of the
> church shows up fine. Recently, I made a copy of the web on my FP2002 and put
> if on another server so I could play around with it. I find the name of the
> church really doesn't show but if one passes the mouse over the name, it
> shows up in black. (The correct colour is "white" over the background).
> Interestingly, the name of the city - Vancouver - doesn't show in the second
> server. The URL for the "testing of the web" is: http://www3.telus.net/wpguc/
>
>
> I am really not very knowledgeable at all with programming and rely on FP to
> do the work. However, the previous person who was a programmer set up the CSS
> files which work fine on the main site but the only minor problem is the name
> not showing without the mouse passing over and then it shows as black instead
> of white.
>
> I would really appreciate any help and guidance here. Thanks.
>
> Norm.