Improper Image Alignment Using WP2.7
-
Prior to upgrading to WP 2.7 from 2.6, insperting images with a left alignment worked great.
The code generated appeared as follows:
<img class=”alignleft” style=”float: left; border: 0; margin: 10px;” src=”https://linkingpage.com/wp-content/uploads/2009/01/toe200.jpg” alt=”toe200″ width=”200″ height=”265″ />
The image would be full embedded into the text along the left side.
Since upgrading to 2.7, the code for a left alignment produces code as follows:
<img src=”https://linkingpage.com/wp-content/uploads/2009/01/toe2002.jpg” alt=”toe2002″ title=”toe2002″ width=”200″ height=”265″ class=”alignleft size-full wp-image-815″ />
The Image ends up left aligned in the first line of text only.
Help!
- The topic ‘Improper Image Alignment Using WP2.7’ is closed to new replies.