Spaces in HTML Hyperlink
Posted: Fri Aug 24, 2012 2:24 pm
I need a hyperlink in an HTML file with spaces as it is linking to a windows folder. When I create the HTML file however, all the links are coming out with %2520 instead of the spaces.
I tried adding StiOptions.Export.Html.ReplaceSpecialCharacters = FALSE to the Begin Render event, but still it comes out the same.
in the HTML Preview, it showing as
file:///C:/Program%2520Files%2520(x86)/LambdaTech%2520Solutions/Report%2520Generator/Output/7_25_2012-3.52.43%2520PM/Work%2520Order%2520Summary.html
and in the actual file saved as HTML, it is generated as
C:\Program%20Files%20(x86)\LambdaTech%20Solutions\Report%20Generator\Output\7_25_2012-3.52.43%20PM\Work%20Order%20Summary.html
Should be coming out as
C:\Program Files (x86)\LambdaTech Solutions\Report Generator\Output\7_25_2012-3.52.43 PM\Work Order Summary.html
Please advise.
I tried adding StiOptions.Export.Html.ReplaceSpecialCharacters = FALSE to the Begin Render event, but still it comes out the same.
in the HTML Preview, it showing as
file:///C:/Program%2520Files%2520(x86)/LambdaTech%2520Solutions/Report%2520Generator/Output/7_25_2012-3.52.43%2520PM/Work%2520Order%2520Summary.html
and in the actual file saved as HTML, it is generated as
C:\Program%20Files%20(x86)\LambdaTech%20Solutions\Report%20Generator\Output\7_25_2012-3.52.43%20PM\Work%20Order%20Summary.html
Should be coming out as
C:\Program Files (x86)\LambdaTech Solutions\Report Generator\Output\7_25_2012-3.52.43 PM\Work Order Summary.html
Please advise.