wp screwed the html code
-
i created a page using the code option instead of the visual editor.
the html code of the page looks like this:<div id="left"><p>lorem ipsum</p></div> <div id="right"><p>lorem ipsum</p></div>
a few days later, i wanted to edit that page, so i went through “manage pages” and found out that wordpress changed the code of my page, which now looks like that:
<p id="left">lorem ipsum <p id="right">lorem ipsum
how can i prevent wordpress to change the html code of my pages, if i want to edit them using the code editor?
Viewing 13 replies - 1 through 13 (of 13 total)
Viewing 13 replies - 1 through 13 (of 13 total)
- The topic ‘wp screwed the html code’ is closed to new replies.