On every string used in html code, the editor automaticly inserts a special char (think it's the char # 148)
Any suggestiong on how to disable this feature, og how to use the char # 34?
Any suggestiong on how to disable this feature, og how to use the char # 34?
RE: Quotation marks on strings
Problem you have is this:
The code was pasted in from an editor like MS word.
If you hold down the left-alt key and type 0148 in notepad, you'll see it gives you a nice curly quotation mark.
If you're pulling from a database, do a search and replace on that html code.
eg: VBScript
Replace("", """")