Tagged Questions
2
votes
3answers
176 views
Preserve white-space in Page
I frequently post pages with code examples. However, Wordpress strips out whitespace, thus ruining the indentation and formatting of my code. So this:
<pre>
selector {
property: ...
1
vote
0answers
113 views
How can I remove <br /> line breaks from manually formatted HTML?
I see a lot of posts here and elsewhere having trouble adding line breaks for some reason, but I'm trying to remove them. I'm new to WP, and I see that when editing in "HTML" mode the text is rendered ...
0
votes
2answers
64 views
HTML tables in content areas
Is there a plugin that would allow me to create and edit tables within the content block in posts and pages? I suppose a bit like the 'insert table' command in MS Word.
1
vote
2answers
187 views
How can I prevent Wordpress to wrap <br> into a <p> paragragraph
When I create a new page and put <br class="clear"> into the HTML view it gets rendered as
<p>
<br class="clear">
</p>
This causes problems with the theme ...
