Having a hard time editing HTML
-
Hey guys,
WordPress HTML editing is really annoying me.
I need to insert a code like this:
<div id="test">
<ul>
<li>...</li>
<li>...</li>
</ul>
</div>
And, even in the Code tab (I’m using WordPress 2.1), it’ll turn it into something like this:
<p id="test"> </p>
<ul>
<li>...</li>
<li>...</li>
</ul>
And it’s not the only annoyance I’ve found. It also removes the <p> tags and instead it inserts \n to recreate the <p> later.
How do you *really* edit *raw* html ?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Having a hard time editing HTML’ is closed to new replies.