R
Robert - Net Stuff
Does anyone know a work-around for this bug I have
detected in Microsoft Frontpage 2003.
When Frontpage Publishes to a website it mergess content
from two pages.. 1st page a menu include, 2nd page the
content..
the pages are fine separate, but wehn frontpage merges
them.. it removes the extra ID tags I need for the menu
to work properly.
Here is a sample of the 1st page (include Page)
<div id="navlist">
<ul>
<li id="mainmenulink" id="mainmenulink"><a
href="http://www.peelcci.com.au/index.html">Main Menu
</a></li>
<li id="headlink"><a
href="http://www.peelcci.com.au/about/index.html">The
Peel Chamber </a></li>
<li><a
href="http://www.peelcci.com.au/about/index.html">Introduc
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/operation.htm">Opera
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/services.htm">Servic
es </a></li>
Here is the final published page.. that doesn't work as
the ID tages "mainmenulink" and "headlink" are removed.
<div id="navlist">
<ul>
<li>
<a href="http://www.peelcci.com.au/index.html">Main Menu
</a></li>
<li>
<a href="http://www.peelcci.com.au/about/index.html">The
Peel Chamber </a></li>
<li><a
href="http://www.peelcci.com.au/about/index.html">Introduc
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/operation.htm">Opera
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/services.htm">Servic
es </a></li>
Other info maybe useful:
Microsoft Frontpage 2003 - Tried Office SP3 (didn't help)
FrontPage Server extensions: 5.02.2634 on a Linux Box
Microsoft have an article: 839048 which is similar due to
Sharepoint, but the work around isn't applicable.
Help!...
detected in Microsoft Frontpage 2003.
When Frontpage Publishes to a website it mergess content
from two pages.. 1st page a menu include, 2nd page the
content..
the pages are fine separate, but wehn frontpage merges
them.. it removes the extra ID tags I need for the menu
to work properly.
Here is a sample of the 1st page (include Page)
<div id="navlist">
<ul>
<li id="mainmenulink" id="mainmenulink"><a
href="http://www.peelcci.com.au/index.html">Main Menu
</a></li>
<li id="headlink"><a
href="http://www.peelcci.com.au/about/index.html">The
Peel Chamber </a></li>
<li><a
href="http://www.peelcci.com.au/about/index.html">Introduc
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/operation.htm">Opera
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/services.htm">Servic
es </a></li>
Here is the final published page.. that doesn't work as
the ID tages "mainmenulink" and "headlink" are removed.
<div id="navlist">
<ul>
<li>
<a href="http://www.peelcci.com.au/index.html">Main Menu
</a></li>
<li>
<a href="http://www.peelcci.com.au/about/index.html">The
Peel Chamber </a></li>
<li><a
href="http://www.peelcci.com.au/about/index.html">Introduc
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/operation.htm">Opera
tion </a></li>
<li><a
href="http://www.peelcci.com.au/about/services.htm">Servic
es </a></li>
Other info maybe useful:
Microsoft Frontpage 2003 - Tried Office SP3 (didn't help)
FrontPage Server extensions: 5.02.2634 on a Linux Box
Microsoft have an article: 839048 which is similar due to
Sharepoint, but the work around isn't applicable.
Help!...