HTML editor changes ” to “
-
Please forgive me if I say something stupid, I’m slowly learning this.
Following the instructions of Protection_From_Harvesters I have attempted to enter code into a page on my website.
What I enter is
<a href="mailto:<?php echo antispambot(the_author_meta('user_email')); ?>">email author</a>
. The page does not display properly and if I view the source I find that the code I entered has become<a href="mailto:<?php echo antispambot(the_author_meta('user_email')); ?>“>email author</a>
. So the webbrowser fails to see the closing"
which has been converted into“
.I realise that this is most likely to WordPresses styling of quotes. How do I prevent this? I can’t seem to find documentation on it (which I think means I’m not looking in the right place).
- The topic ‘HTML editor changes ” to “’ is closed to new replies.