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
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