<div style=clear:both;></div> -> forum solution
Hihihi… Polish forum is the best :).
I was explained that this tag
<div style=clear:both;></div>
is disappearing only because I use WYSIWYG Editor! And that editor ‘likes’ to cut off some tags ;). Bad, bad WYSIWYG…
So I turned it off and… voila! Tag is where it should be all the time and I can edit post as much as I need :D.
30th June 2007 4 comments





Hi, I’m designing a WP site for someone else who really needs the WYSIWYG editor. Is there a way to use clear:both; with the editor? Thanks!
Hi Chire,
Nope. It won’t work when using WYSIWYG editor.
The only one possibility is to add it within style.css.
i found a hack that fixes the problem. not great bc you need to change it when you upgrade, but it means you don’t need to turn off the visual editor:
http://www.rowlandoconnor.com/2007/09/20/fixing-wordpress-editor/
Thanks for sharing link to this hack!