I like simplicity because of it’s elegance. Awkward moments and people, unnecessarily complicated tasks, and so forth are my pet peeves. With that said, when WordPress 2.6 came out and I noticed I couldn’t simply float left or right my images in my post, let’s just say I had a little “fit”. I love WordPress, but this is a silly bug that shouldn’t even exist. I could fix this by adding style="float:left;"
to each image, but that could prove to be annoying after a while. So, here’s a simple solution. Add the default styles for the alignleft
, alignright
, etc. classes that WordPress assigns to your images when you click the left, right, center, etc. buttons anyway:
Click to continue reading “WordPress 2.6 Image Align Issue, Solution”