I have a Word document in the server called (sc + ab) and I want to put a link in my website to it. The link is correct but the reason of getting error is the document name. when I change it, it works well. However, I want to keep the name as it is, so How to hyperlink this document?
My code simply is:
<li><span style="font-family: arial; color: #0000ff; font-size: 13px;"><a href="http://pmv/PM/PS&CD/cpod/bp/sccm/sc + ab.doc"><span style="text-decoration: underline;">Scope Control Introduction</span></a></span> </li>
UPDATE:
Sorry I mistyped the name of the document. It is (SC+CM 320 702.ppt) so how to solve this.
urlencode the special characters (spaces and +):
sc%20%2B%20ab.doc