Frontpage 2003 Includes bot duplicates columns

Z

zbud

please take a look at the duplicate columns at this page:

http://www.stsebastian.com/test1.htm


The code from Frontpage looks like this which is different from using
the "view source" in the browser.

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Test1</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<table border="1" id="table1">
<tr>
<td width="14%" rowspan="2">
<!--webbot bot="Include" U-Include="border.htm" TAG="BODY" --></td>
<td width="84%">Test1</td>
</tr>
<tr>
<td width="84%">test2</td>
</tr>
</table>
</body>

</html>

The border.htm page that is being included can be viewed separately
at :

http://www.stsebastian.com/border.htm

The "view source" in the browser and the code in FP 2003 are the same

Can someone help explain what is happening here ?

Bud
 
Z

zbud

That tag is not in the Frontpage design version. See the html in the
original message.

The tag you mentioned and a number of other table type tags are
repeated on the web page in the browser. Who is that happening ??
 
Z

zbud

Then it must be in the include page.

--

Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm


That tag is not in theFrontpagedesign version. See the html in the
original message.

The tag you mentioned and a number of other table type tags are
repeated on the web page in the browser. Who is that happening ??






- Show quoted text -

I don't think that's it either ??

Here is the html from the includes page border.htm which you can see
separately from one of the links in the original message

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>Border</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>

<body topmargin="0" leftmargin="0">

<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
<tr>
<td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
Our &quot;FrontPage&quot;</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
Clergy</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
Staff</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
Mass Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
Religious Education</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
Youth Ministry</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
Parish Groups</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
ALL Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
Activity Archives</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
PROBLEMS CLICK HERE</a></b></font></td>
</tr>
</table>

</body>

</html>
 
Z

zbud

Can someone help resolve this issue ??

Bud

I don't think that's it either ??

Here is the html from theincludespage border.htm which you can see
separately from one of the links in the original message

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
        <title>Border</title>
        <meta http-equiv="content-type"
                content="text/html;charset=utf-8" />
        <meta http-equiv="Content-Style-Type" content="text/css" />
</head>

<body topmargin="0" leftmargin="0">

<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
  <tr>
    <td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
        Our &quot;FrontPage&quot;</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
        Clergy</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
        Staff</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
        Mass Schedules</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
        Religious Education</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
        Youth Ministry</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
        Parish Groups</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
        ALL Schedules</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
        Activity Archives</a></b></font></td>
  </tr>
  <tr>
    <td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
        PROBLEMS CLICK HERE</a></b></font></td>
  </tr>
</table>

</body>

</html>- Hide quoted text -

- Show quoted text -
 
T

Tom [Pepper] Willett

If someone knows how to resolve it, I'm sure they'll attempt to do so.
 
Z

zbud

Is it possible there is a problem with our ISP's implementation of the
Frontpage Server Extensions ?

Can someone cut and paste the code from the 2 pages and try it on
their system and see if the result is the same ???

Bud

If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP -FrontPage

Can someone help resolve this issue ??

Bud

I don't think that's it either ??
Here is the html from theincludespage border.htm which you can see
separately from one of the links in the original message
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Border</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>
<body topmargin="0" leftmargin="0">
<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
<tr>
<td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
Our &quot;FrontPage&quot;</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
Clergy</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
Staff</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
Mass Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
Religious Education</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
Youth Ministry</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
Parish Groups</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
ALL Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
Activity Archives</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
PROBLEMS CLICK HERE</a></b></font></td>
</tr>
</table>

</html>- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -
 
K

Kathleen Anderson

Include components and shared borders are displayed incorrectly on IIS

http://support.microsoft.com/kb/298827

I seem to recall that this problem was fixed with an update to the FP2002
Server Extensions.

--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
Expression Web Wiki: http://expression-web-wiki.com/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others



Is it possible there is a problem with our ISP's implementation of the
Frontpage Server Extensions ?

Can someone cut and paste the code from the 2 pages and try it on
their system and see if the result is the same ???

Bud

If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP -FrontPage

Can someone help resolve this issue ??

Bud

I don't think that's it either ??
Here is the html from theincludespage border.htm which you can see
separately from one of the links in the original message
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Border</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>
<body topmargin="0" leftmargin="0">
<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
<tr>
<td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
Our &quot;FrontPage&quot;</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
Clergy</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
Staff</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
Mass Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
Religious Education</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
Youth Ministry</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
Parish Groups</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
ALL Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
Activity Archives</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
PROBLEMS CLICK HERE</a></b></font></td>
</tr>
</table>

</html>- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -
 
R

Ronx

The first "test2" is in the Include page, along with a whole bunch of empty
cells.
The second "test2" is in the main page.

Open the page in a browser and View Source.
You can see the first column between the include webbot startspan and
endspan comments.

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp

zbud said:
Is it possible there is a problem with our ISP's implementation of the
Frontpage Server Extensions ?

Can someone cut and paste the code from the 2 pages and try it on
their system and see if the result is the same ???

Bud

If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP -FrontPage

Can someone help resolve this issue ??

Bud

On Feb 28, 6:04 pm, "Steve Easton" <[email protected]> wrote:
Then it must be in the include page.

Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm
"zbud" <[email protected]> wrote in message
That tag is not in theFrontpagedesign version. See the html in the
original message.
The tag you mentioned and a number of other table type tags are
repeated on the web page in the browser. Who is that happening ??
On Feb 27, 5:17 pm, "Steve Easton" <[email protected]> wrote:
Because this <td width="14%" rowspan="2">
is in the page twice in the test1.htm page.
Remove the one **below** the include web bot.

Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm
please take a look at the duplicatecolumnsat this page:

The code fromFrontpagelooks like this which is different from
using
the "view source" in the browser.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<title>Test1</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<table border="1" id="table1">
<tr>
<td width="14%" rowspan="2">
<!--webbot bot="Include" U-Include="border.htm"
TAG="BODY" --></td>
<td width="84%">Test1</td>
</tr>
<tr>
<td width="84%">test2</td>
</tr>
</table>
</body>

The border.htm page that is being included can be viewed
separately
at :

The "view source" in the browser and the code in FP2003are the
same
Can someone help explain what is happening here ?
Bud- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
I don't think that's it either ??
Here is the html from theincludespage border.htm which you can see
separately from one of the links in the original message
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Border</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>
<body topmargin="0" leftmargin="0">
<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
<tr>
<td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
Our &quot;FrontPage&quot;</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
Clergy</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
Staff</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
Mass Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
Religious Education</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
Youth Ministry</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
Parish Groups</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
ALL Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
Activity Archives</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
PROBLEMS CLICK HERE</a></b></font></td>
</tr>
</table>

</html>- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -
 
Z

zbud

It's clear the "test 2" is in both pages when viewed from the browser.

The question is why ? when the pages are viewed in Frontpage the
overlapping columns table are not there.
the code in frontpage is Different than the view source code as
displayed in the various browsers

Bud

The first "test2" is in the Include page, along with a whole bunch of empty
cells.
The second "test2" is in the main page.

Open the page in a browser and View Source.
You can see the first column between the include webbot  startspan and
endspan comments.

--
Ron Symonds - Microsoft MVP (Expression)
Reply only to group - emails will be deleted unread.http://www.rxs-enterprises.org/fp




Is it possible there is a problem with our ISP's implementation of the
FrontpageServer Extensions ?
Can someone cut and paste the code from the 2 pages and try it on
their system and see if the result is the same ???
If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP -FrontPage
Can someone help resolve this issue ??
Bud
Then it must be in the include page.
--
Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm
That tag is not in theFrontpagedesign version. See the html in the
original message.
The tag you mentioned and a number of other table type tags are
repeated on the web page in the browser. Who is that happening ??
Because this <td width="14%" rowspan="2">
is in the page twice in the test1.htm page.
Remove the one **below** the include web bot.
--
Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm

please take a look at the duplicatecolumnsat this page:
http://www.stsebastian.com/test1.htm
The code fromFrontpagelooks like this which is different from
using
the "view source" in the browser.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<title>Test1</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<table border="1" id="table1">
<tr>
<td width="14%" rowspan="2">
<!--webbot bot="Include" U-Include="border.htm"
TAG="BODY" --></td>
<td width="84%">Test1</td>
</tr>
<tr>
<td width="84%">test2</td>
</tr>
</table>
</body>
</html>
The border.htm page that is being included can be viewed
separately
at :
http://www.stsebastian.com/border.htm
The "view source" in the browser and the code in FP2003are the
same
Can someone help explain what is happening here ?
Bud- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
I don't think that's it either ??
Here is the html from theincludespage border.htm which you can see
separately from one of the links in the original message
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Border</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>
<body topmargin="0" leftmargin="0">
<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
<tr>
<td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
Our "FrontPage"</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
Clergy</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
Staff</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
Mass Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
Religious Education</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
Youth Ministry</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
Parish Groups</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
ALL Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
Activity Archives</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
PROBLEMS CLICK HERE</a></b></font></td>
</tr>
</table>
</body>
</html>- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -
 

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