If someone knows how to resolve it, I'm sure they'll attempt to do so.
--
Tom [Pepper] Willett
Microsoft MVP -FrontPage
Can someone help resolve this issue ??
Bud
Then it must be in the include page.
--
Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://
www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://
www.95isalive.com/fixes/HitMeFP.htm
That tag is not in theFrontpagedesign version. See the html in the
original message.
The tag you mentioned and a number of other table type tags are
repeated on the web page in the browser. Who is that happening ??
Because this <td width="14%" rowspan="2">
is in the page twice in the test1.htm page.
Remove the one **below** the include web bot.
--
Steve Easton
Microsoft MVPFrontPage
FP Cleanerhttp://
www.95isalive.com/fixes/fpclean.htm
Hit Me FPhttp://
www.95isalive.com/fixes/HitMeFP.htm
please take a look at the duplicatecolumnsat this page:
http://www.stsebastian.com/test1.htm
The code fromFrontpagelooks like this which is different from
using
the "view source" in the browser.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en"
lang="en">
<head>
<title>Test1</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<table border="1" id="table1">
<tr>
<td width="14%" rowspan="2">
<!--webbot bot="Include" U-Include="border.htm"
TAG="BODY" --></td>
<td width="84%">Test1</td>
</tr>
<tr>
<td width="84%">test2</td>
</tr>
</table>
</body>
</html>
The border.htm page that is being included can be viewed
separately
at :
http://www.stsebastian.com/border.htm
The "view source" in the browser and the code in FP2003are the
same
Can someone help explain what is happening here ?
Bud- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -
I don't think that's it either ??
Here is the html from theincludespage border.htm which you can see
separately from one of the links in the original message
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Border</title>
<meta http-equiv="content-type"
content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
</head>
<body topmargin="0" leftmargin="0">
<table border="1" cellspacing="1" width="10%" height="95%"
bordercolor="#800080">
<tr>
<td valign="middle" align="center" bgcolor="#FF66FF"><font
face="Georgia"><b><a href="FrontPage.htm">
Our "FrontPage"</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FFFF00"><font
face="Georgia"><b><a href="Clergy.htm">
Clergy</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#C0C0C0"><font
face="Georgia"><b><a href="mgmtStaff.htm">
Staff</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00FFFF"><font
face="Georgia"><b><a href="mass_schedule.htm">
Mass Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#6699FF"><font
face="Georgia"><b><a href="Religious%20Ed.htm">
Religious Education</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF0000"><font
face="Georgia"><b><a href="youth_ministry.htm">
Youth Ministry</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#00CC66"><font
face="Georgia"><b><a href="organizations.htm">
Parish Groups</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#FF6666"><font
face="Georgia"><b><a href="liturgy_news.htm">
ALL Schedules</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CCCC00"><font
face="Georgia"><b><a href="activities_home.htm">
Activity Archives</a></b></font></td>
</tr>
<tr>
<td valign="middle" align="center" bgcolor="#CC3300"><font
face="Georgia"><b><a href="webmailer.htm">
PROBLEMS CLICK HERE</a></b></font></td>
</tr>
</table>
</body>
</html>- Hide quoted text -
- Show quoted text -- Hide quoted text -
- Show quoted text -- Hide quoted text -