Floating a rounded corner box inside a WordPress post entry
How to apply div tags from within the WordPress RCE using the content filter in order to get a rounded corners, floated text box
The problems were:
- that I and my client wanted to float a rounded corners pullquote box inside a WordPress post
- but… the WordPress rich content editor TinyMCE strips out div tags and many other html tags, even when entered in the “code” view window
- moreover… my client doesn’t want to type code and I would like the client to be able to write the post entirely by themselves
The solution for the client was to…


