Joe,
> At some point, all of the html tags got edited so that a space was inserted
> after the "<" and before the ">" so that
> etc.
> This caused the intellicode system to not recognize the embedded
> documentation.
> IMO, this is a little picky, but maybe it can't be helped. However, if
> possible, it should be fixed.
Unfortunately, this is the way that HTML is defined. Try adding/removing
spaces in the H1 tags below and see what happens in your browser:
<html>
<head>
<title>Test</title>
</head>
<body>
<h1 >Hello World!< /h1>
Hiya.
</body>
</html>
Regards,
Phil Ide
***************************************
* Xbase++ FAQ, Libraries and Sources: *
* goto: http://www.idep.org.uk/xbase *
***************************************
So that's all there is!