Generating Web Help. Files get updated causing invalid HTML error.
RH 8 seems to have a mind of its own just now for fiexing info in the header.
Is the header info order dependent, and if so, how do I work around the title tag that's buried in the middle?
Tried to use the RH Editor to add a custom icon by replacing a part of the header in topics :
<link rel="icon" type="image/vnd.microsoft.icon" href="rbme.ico" />
This caused several problems.
1) RH inserted StyleSheet" rather than StyleSheet>
2) RH removed the template, which I then added back in.
3) RH added a closing </head>
Essentially, I wound up with several renditions of this:
<link rel="StyleSheet"" href="UBmatrix.css" type="text/css" />
When I deleted the extra occurrences in a text editor, I wound up getting multiple occurrences of the </head> just below the opening tag.
