CobAlmotoxlon
New Member
I want to add a new link directing to a local html website to a menu list on a website. The main website is in aspx but I'm working on the html copy. The referenced link points to a html website on my local machine.\[code\]<li><a href="http://stackoverflow.com/questions/12643286/C:/Users/User/Desktop/Consulting.html"><b>Custom Solutions</b><br />Custom Software Applications and Solutions</a></li>\[/code\]If I replace the href with www.google.com , the link point well to google. But it does not work for the local website. \[code\]C:/Users/User/Desktop/Consulting.html\[/code\] is a downloaded website from an aspx site. Is the href not working because of denied permissions or because the local website is from an aspx website?