Collabnet does some very funny things, for example, if a user types:
http://why.openoffice.org it renders the page one way; if the user types
http://why.openoffice.org/index.html it renders the page a different
way.
as long as it didn't break the main purpose, i don't think it will be a
problem
since it will still refer to the correct page
I'm afraid I have given up trying to get W3C compliant code out of our
lovely content management system...
but it can be done and i see that the main page hasn't been corrected
plus i have another correction that i forgot to mention on my previous post:
<hr style="width: 100%; height: 2px;">should be
<hr style="width: 100%; height: 2px;" /> (added ending backslash to comply
XHTML specification) <textarea readonly="readonly" wrap="hard" name="button"
rows="4" cols="55" onclick="this.focus();this.select()"> should be
<textarea readonly="readonly" name="button" rows="4" cols="55"
onclick="this.focus();this.select()"> (remove wrap, since it is proprietary
attribute) all IMG tag should be closed (to comply XHTML specification)--
Willy Sudiarto Raharjo
Registered Linux User : 336579
Web : http://www.informatix.or.id/willy/
Blog : http://willysr.blogspot.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]