differentially_integral Posted October 15, 2009 Share Posted October 15, 2009 Hello. I'm not sure if this is where I should post this, so I apologize if I'm in the wrong place. I help someone run a website. For the website, there is a message of the day that I can edit/modify/completely change and whatnot. On a moderator page, there's an editable textbox that contains the current message of the day. I can edit the current one and input whatever I want. It operates under HTML tags, so if I want to make something bold, I use the <b> tag, and so on and so forth. However, there's an issue - after inputing certain characters (usually punctuation) and saving, it replaces that character with a \character. For instance, "don't" would be replaced with "don\'t". I don't have access to the code, so I cannot edit the code used to save/whatever, so I was wondering if there was something I could input so that it doesn't replace ' with \' (or for any character that it's been doing that for)? If there's no way to get around this without editing the code, it would be helpful if you told me that, as well. Quote Link to comment Share on other sites More sharing options...
haku Posted October 16, 2009 Share Posted October 16, 2009 There's no way to do this without editing the background (server-side) code. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.