|
|
| Next: Access Report Question |
| Author |
Message |
zbud External

Since: Feb 27, 2009 Posts: 6
|
Posted: Fri Feb 27, 2009 1:11 pm Post subject: Frontpage 2003 Includes bot duplicates columns Archived from groups: microsoft>public>frontpage>programming (more info?) |
|
|
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 |
|
| Back to top |
|
 |
zbud External

Since: Feb 27, 2009 Posts: 6
|
Posted: Fri Feb 27, 2009 2:47 pm Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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 ??
On Feb 27, 5:17 pm, "Steve Easton" <ad... DeleteThis @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... DeleteThis @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 - |
|
| Back to top |
|
 |
Steve Easton External

Since: Oct 15, 2003 Posts: 8044
|
Posted: Fri Feb 27, 2009 5:17 pm Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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
"zbud" <zbud RemoveThis @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
> |
|
| Back to top |
|
 |
Steve Easton External

Since: Oct 15, 2003 Posts: 8044
|
Posted: Sat Feb 28, 2009 6:04 pm Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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" <zbud.TakeThisOut@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 ??
On Feb 27, 5:17 pm, "Steve Easton" <ad....TakeThisOut@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....TakeThisOut@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 - |
|
| Back to top |
|
 |
zbud External

Since: Feb 27, 2009 Posts: 6
|
Posted: Sat Feb 28, 2009 7:44 pm Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
On Feb 28, 6:04 pm, "Steve Easton" <ad....TakeThisOut@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....TakeThisOut@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....TakeThisOut@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....TakeThisOut@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 "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> |
|
| Back to top |
|
 |
zbud External

Since: Feb 27, 2009 Posts: 6
|
Posted: Mon Mar 09, 2009 7:27 am Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
Can someone help resolve this issue ??
Bud
On Feb 28, 11:44 pm, zbud <z....RemoveThis@cfl.rr.com> wrote:
> On Feb 28, 6:04 pm, "Steve Easton" <ad....RemoveThis@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....RemoveThis@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....RemoveThis@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....RemoveThis@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 - |
|
| Back to top |
|
 |
Tom [Pepper] Willett External

Since: Jan 13, 2009 Posts: 28
|
Posted: Mon Mar 09, 2009 9:32 am Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
---------------------------
"zbud" <zbud.DeleteThis@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....DeleteThis@cfl.rr.com> wrote:
> On Feb 28, 6:04 pm, "Steve Easton" <ad....DeleteThis@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....DeleteThis@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....DeleteThis@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....DeleteThis@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 - |
|
| Back to top |
|
 |
zbud External

Since: Feb 27, 2009 Posts: 6
|
Posted: Mon Mar 16, 2009 6:28 am Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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....DeleteThis@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....DeleteThis@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....DeleteThis@cfl.rr.com> wrote:
>
>
>
> > On Feb 28, 6:04 pm, "Steve Easton" <ad....DeleteThis@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....DeleteThis@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....DeleteThis@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....DeleteThis@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 - |
|
| Back to top |
|
 |
Kathleen Anderson External

Since: Jan 27, 2009 Posts: 10
|
Posted: Mon Mar 16, 2009 10:33 am Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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" <zbud.DeleteThis@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....DeleteThis@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....DeleteThis@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....DeleteThis@cfl.rr.com> wrote:
>
>
>
> > On Feb 28, 6:04 pm, "Steve Easton" <ad....DeleteThis@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....DeleteThis@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....DeleteThis@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....DeleteThis@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 - |
|
| Back to top |
|
 |
Ronx External

Since: Dec 12, 2003 Posts: 5967
|
Posted: Mon Mar 16, 2009 11:10 am Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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" <zbud.TakeThisOut@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....TakeThisOut@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....TakeThisOut@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....TakeThisOut@cfl.rr.com> wrote:
>>
>>
>>
>> > On Feb 28, 6:04 pm, "Steve Easton" <ad....TakeThisOut@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....TakeThisOut@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....TakeThisOut@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....TakeThisOut@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 -
> |
|
| Back to top |
|
 |
zbud External

Since: Feb 27, 2009 Posts: 6
|
Posted: Tue Mar 17, 2009 6:44 am Post subject: Re: Frontpage 2003 Includes bot duplicates columns [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
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
On Mar 16, 10:41 am, "Ronx" <ronx... DeleteThis @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... DeleteThis @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... DeleteThis @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... DeleteThis @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... DeleteThis @cfl.rr.com> wrote:
>
> >> > On Feb 28, 6:04 pm, "Steve Easton" <ad... DeleteThis @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... DeleteThis @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... DeleteThis @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... DeleteThis @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 - |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|