Home All Groups Group Topic Archive Search About

Frontpage 2003 Includes bot duplicates columns

Author
27 Feb 2009 9:11 PM
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
Author
27 Feb 2009 10:17 PM
Steve Easton
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 MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



Show quoteHide quote
"zbud" <z***@cfl.rr.com> wrote in message
news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
> 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
>
Are all your drivers up to date? click for free checkup

Author
27 Feb 2009 10:47 PM
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 ??



Show quoteHide quote
On Feb 27, 5:17 pm, "Steve Easton" <ad***@95isalive.com> 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 MVP FrontPage
> FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
> Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm
>
> "zbud" <z***@cfl.rr.com> wrote in message
>
> news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>
>
>
> > 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- Hide quoted text -
>
> - Show quoted text -
Author
28 Feb 2009 11:04 PM
Steve Easton
Then it must be in the include page.


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm

"zbud" <z***@cfl.rr.com> wrote in message
news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com...
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 ??



Show quoteHide quote
On Feb 27, 5:17 pm, "Steve Easton" <ad***@95isalive.com> 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 MVP FrontPage
> FP Cleanerhttp://www.95isalive.com/fixes/fpclean.htm
> Hit Me FPhttp://www.95isalive.com/fixes/HitMeFP.htm
>
> "zbud" <z***@cfl.rr.com> wrote in message
>
> news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>
>
>
> > 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- Hide quoted text -
>
> - Show quoted text -
Author
1 Mar 2009 3:44 AM
zbud
Show quote Hide quote
On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>
> news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com...
> 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" <ad***@95isalive.com> 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
>
> > "zbud" <z***@cfl.rr.com> wrote in message
>
> >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>
> > > please take a look at the duplicate columns at 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 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>
Author
9 Mar 2009 2:27 PM
zbud
Can someone help resolve this issue ??

Bud

On Feb 28, 11:44 pm, zbud <z***@cfl.rr.com> wrote:
Show quoteHide quote
> On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>
> >news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com....
> > 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" <ad***@95isalive.com> 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
>
> > > "zbud" <z***@cfl.rr.com> wrote in message
>
> > >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com....
>
> > > > 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 &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 -
Author
9 Mar 2009 2:32 PM
Tom [Pepper] Willett
If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
"zbud" <z***@cfl.rr.com> wrote in message
news:fc85efd0-9c78-4a7d-8cf3-98c6bca66751@o36g2000yqh.googlegroups.com...
Can someone help resolve this issue ??

Bud

On Feb 28, 11:44 pm, zbud <z***@cfl.rr.com> wrote:
Show quoteHide quote
> On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>
> >news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com...
> > 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" <ad***@95isalive.com> 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
>
> > > "zbud" <z***@cfl.rr.com> wrote in message
>
> > >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>
> > > > 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 &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 -
Author
16 Mar 2009 1:28 PM
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

On Mar 9, 10:32 am, "Tom [Pepper] Willett"
<t***@youreadaisyifyoudo.com> wrote:
Show quoteHide quote
> If someone knows how to resolve it, I'm sure they'll attempt to do so.
> --
> Tom [Pepper] Willett
> Microsoft MVP -FrontPage
> ---------------------------"zbud" <z***@cfl.rr.com> wrote in message
>
> news:fc85efd0-9c78-4a7d-8cf3-98c6bca66751@o36g2000yqh.googlegroups.com...
> Can someone help resolve this issue ??
>
> Bud
>
> On Feb 28, 11:44 pm, zbud <z***@cfl.rr.com> wrote:
>
>
>
> > On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>
> > >news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com....
> > > 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" <ad***@95isalive.com> 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
>
> > > > "zbud" <z***@cfl.rr.com> wrote in message
>
> > > >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>
> > > > > 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 &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 -- Hide quoted text -
>
> - Show quoted text -
Author
16 Mar 2009 2:33 PM
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



"zbud" <z***@cfl.rr.com> wrote in message
news:0d2717a7-9f41-4a9e-9f1e-0c592c56e3f3@l39g2000yqn.googlegroups.com...
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

On Mar 9, 10:32 am, "Tom [Pepper] Willett"
<t***@youreadaisyifyoudo.com> wrote:
Show quoteHide quote
> If someone knows how to resolve it, I'm sure they'll attempt to do so.
> --
> Tom [Pepper] Willett
> Microsoft MVP -FrontPage
> ---------------------------"zbud" <z***@cfl.rr.com> wrote in message
>
> news:fc85efd0-9c78-4a7d-8cf3-98c6bca66751@o36g2000yqh.googlegroups.com...
> Can someone help resolve this issue ??
>
> Bud
>
> On Feb 28, 11:44 pm, zbud <z***@cfl.rr.com> wrote:
>
>
>
> > On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>
> > >news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com...
> > > 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" <ad***@95isalive.com> 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
>
> > > > "zbud" <z***@cfl.rr.com> wrote in message
>
> > > >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>
> > > > > 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 &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 -- Hide quoted text -
>
> - Show quoted text -
Author
16 Mar 2009 2:41 PM
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

Show quoteHide quote
"zbud" <z***@cfl.rr.com> wrote in message
news:0d2717a7-9f41-4a9e-9f1e-0c592c56e3f3@l39g2000yqn.googlegroups.com...
> 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
>
> On Mar 9, 10:32 am, "Tom [Pepper] Willett"
> <t***@youreadaisyifyoudo.com> wrote:
>> If someone knows how to resolve it, I'm sure they'll attempt to do so.
>> --
>> Tom [Pepper] Willett
>> Microsoft MVP -FrontPage
>> ---------------------------"zbud" <z***@cfl.rr.com> wrote in message
>>
>> news:fc85efd0-9c78-4a7d-8cf3-98c6bca66751@o36g2000yqh.googlegroups.com...
>> Can someone help resolve this issue ??
>>
>> Bud
>>
>> On Feb 28, 11:44 pm, zbud <z***@cfl.rr.com> wrote:
>>
>>
>>
>> > On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>>
>> > >news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com...
>> > > 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" <ad***@95isalive.com> 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
>>
>> > > > "zbud" <z***@cfl.rr.com> wrote in message
>>
>> > > >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups.com...
>>
>> > > > > 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 &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 -- Hide quoted text -
>>
>> - Show quoted text -
>
Author
17 Mar 2009 1:44 PM
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

Show quoteHide quote
On Mar 16, 10:41 am, "Ronx" <ronx***@hotmail.com> wrote:
> 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" <z***@cfl.rr.com> wrote in message
>
> news:0d2717a7-9f41-4a9e-9f1e-0c592c56e3f3@l39g2000yqn.googlegroups.com...
>
>
>
> > 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 ???
>
> > Bud
>
> > On Mar 9, 10:32 am, "Tom [Pepper] Willett"
> > <t***@youreadaisyifyoudo.com> wrote:
> >> If someone knows how to resolve it, I'm sure they'll attempt to do so.
> >> --
> >> Tom [Pepper] Willett
> >> Microsoft MVP -FrontPage
> >> ---------------------------"zbud" <z***@cfl.rr.com> wrote in message
>
> >>news:fc85efd0-9c78-4a7d-8cf3-98c6bca66751@o36g2000yqh.googlegroups.com....
> >> Can someone help resolve this issue ??
>
> >> Bud
>
> >> On Feb 28, 11:44 pm, zbud <z***@cfl.rr.com> wrote:
>
> >> > On Feb 28, 6:04 pm, "Steve Easton" <ad***@95isalive.com> 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" <z***@cfl.rr.com> wrote in message
>
> >> > >news:edc0b259-9bc9-4175-99d8-8a5776041f1f@d19g2000yqb.googlegroups.com...
> >> > > 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" <ad***@95isalive.com> 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
>
> >> > > > "zbud" <z***@cfl.rr.com> wrote in message
>
> >> > > >news:8a9953dc-c194-4bec-889f-f2a58b16b7c3@q9g2000yqc.googlegroups..com...
>
> >> > > > > 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 -

Bookmark and Share