Robohelp adding extra alt="" tag upon import
I am importing HTML files (from a Sandcastle ouput). I get an error message about a missing image (dropDownHoverImage), but it looks to be caused by an extra src="" tag being added by RoboHelp. See below.
Does anyone know what causes this and how I can prevent this from happening?
SandCastle
<img id="dropDownHoverImage" src="..icons/dropdownHover.gif" style="display: none; height; 0pt; width: 0pt;"/>
RoboHelp:
<img id="dropDownHoverImage" alt="" src="..icons/dropdownHover.gif" style="display: none; height; 0pt; width: 0pt;"/>
