I am creating an application in HTML, CSS, Jquery Mobile, that will be having a big text. To get that text, I have to copy it from another resource and in my text editor they look fine. (They are like "This is double quotes",'This is single quotes'). But in the browser the quotation marks become something like ’ and because the text is so big, I can't go changing each mark with ".
So how can I convert those quotation marks in such big text into HTML Codes that will look how they are supposed to look in the browser?