If I export a project to html where I have sub suites under my main suites, then the href generated in the html source is incorrect as it contains a back slash instead of a forwards slash.
eg:
<tr class=List><td class=List><img src="../../images/folder.gif" align=left><a href="CHKLIST\CHKLIST_index.html">CHKLIST</a></td><td class=List>Release Checklist</td></tr>
eg:
<tr class=List><td class=List><img src="../../images/folder.gif" align=left><a href="CHKLIST\CHKLIST_index.html">CHKLIST</a></td><td class=List>Release Checklist</td></tr>
Comment