FP Navigation is not valid HTML 4.01

R

Ruben

Hi,
I'm trying to comply with some HTML 4.01 standards in terms of HTML and
Accessibility standards as well.
I've had to convert our pages to DWTs, after a lot of tweaking, most of it
is sorted.
Except for the FP navigation, This is giving me a lot of trouble the tools
that I have run against the pages tell me that the page is not compliant.
This is a sample of teh code and what one of the tools is recommending.

Line of Code: <!--webbot bot="Navigation" S-Orientation="vertical"
S-Rendering="graphics" S-Type="children" B-Include-Home="TRUE"
B-Include-Up="TRUE" S-Theme="internet2004newforw3cstandards 0110" startspan
--><script language="JavaScript"> <!--This continues to a function

Tool Recommendation: HTML 4.01 and XHTML require the "type" attribute to
specify the scripting language for the "script" element. For example, use
type="text/javascript" for JavaScript.

Is there a way that I can change the default script that webbot
bot="Navigation" puts in place.
Thanks in advanced
 
T

Thomas A. Rowe

If you want to validate, then you can not use FP navigation

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
R

Ruben

Thanks for the reply Thomas,
Do you know if there is a way of changing the script generated by the
Navigation, if there some type of template in FP. Or are there any other ways
that you can sugest to dynamically create a navigation in FP.
 
T

Thomas A. Rowe

You can not modify any FP webbot code, if you plan to maintain the function using the webbot code
via FP in the future, as FP will overwrite any changes.

If you have to validate, then you can not use FP navigation component, themes, etc. You would have
to manually create your navigation structure.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top