Having problem writing code in wordpress blog post
-
I am having problem in writing code snippet in wordpress blog post.
My blog is about teaching html and other web development languages and I’m having problem while writing code like this,
When I write code in the pre tag in the Html tab of the post writer, the code is working well but when I look in the visual tab, the the code is changed in one line snippet.
For example, when I write…<pre rel="html"> <html> <head> </head> <body> </body> </html>
…in html tab, It appears…
<pre rel="html"><html><head></head><body></body>
…in the visual tab.
I think wordpress in auto cleaning my post’s html and I don’t want it.
How can I stop wordpress from doing so???
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Having problem writing code in wordpress blog post’ is closed to new replies.