What is the code for a number sign in sharepoint?
        Posted  
        
            by Robin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Robin
        
        
        
        Published on 2010-06-08T22:52:19Z
        Indexed on 
            2010/06/08
            23:22 UTC
        
        
        Read the original article
        Hit count: 287
        
sharepoint
I've created a link in Sharepoint using the Content Editor Web Part. My link uses html to open up an email with the fields to, cc, subject, and body filled out. However, in the cc section I need a number sign (#) for a mailbox. When I use the html code & #35;(minus the space) my entire code crumbles. Everything starting at the "&" disappears.
However, just for kicks I tried & pound;(minus the space) and the code works for a european pound sign. Not sure what else to try. Any suggestions?
© Stack Overflow or respective owner