why hypen is replaced by – in html text
<div class="left">Additional website – URL</div>
But when loading webpage shows as ‘ Additional website – URL ‘ .
I know use of Html code instead of this hypen ,but I want to know how it happens because just above div tag is working correctly
<div class="left">Additional website - Name</div>
Webpage as ‘Additional website – Name’
Look into encoding issues. Using a correct header for your site may have an effect on how it is rendered. Could you post your headers?