gotensan01
Golden Member
When creating a simple HTML link to another page, I use something like the following:
<a href="http:\\something.com">LINK</a>
Well, the problem is that Firefox uses '/'s instead of '\'s. How do I solve this problem?
<a href="http:\\something.com">LINK</a>
Well, the problem is that Firefox uses '/'s instead of '\'s. How do I solve this problem?