Isn’t there any plugin with wich you can get certain styles to appear in the formatting drop-down list? That could be really handy.
My experience is that WP wipes any html you add in the HTML tab when you save more than once. I will try the EmbedIt add-on instead.
I can also add that I use Plainscape 1.0.3 theme. I found that in its CSS file (style.css), there is already a class called clear
.clear {
clear: both;
}
I tried to call upon it in a paragraph tag, like <p class=”clear”></p> but it didn’t “take”.