floatingworld
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Paragraph tags break on edit, fine on new postI am having the same problem. It seems that in the default editor sees a <br/> and a <p> side by side, it deletes the <p>.
This is problematic because clients don’t know how to edit the HTML.
Does this bug have a fix? I don’t want to upgrade to 2.1 to avoid having to re-install plugins, fix bugs etc…
Thanks in advance.
Forum: Fixing WordPress
In reply to: WORD CUT & PASTE PROBLEM: NO GRAPHS HELPFriends! The solution to pasting from
Word is this fabulous plugin:http://www.ndsinternet.com/blog/archives/2006/08/wordpress-plain-text-paste-plugin
Enjoy!
Forum: Fixing WordPress
In reply to: Image Longer than postI got it! I added the “clearer” div in the wrong place. It must go at the very end of the post, and look like this:
<div class=”clearer”> </div>
-their is a non breaking space between those divs, but it’s not showing up.
Forum: Fixing WordPress
In reply to: Image Longer than postI tried this but it didn’t work, this is my html:
<div id=”clearer”><img width=”150″ height=”223″ border=”0″ align=”right” alt=”book.jpg” title=”book.jpg” style=”margin: 0px 10px 10px” src=”http://dennisotoole.com/wp-content/uploads/book.jpg” /></div>
I have added the .clearer style to the style.css. I am using WordPress 2.0.5.
What am I doing wrong?