Title: Image Wrap: class=&#8221;alignleft&#8221; error
Last modified: August 19, 2016

---

# Image Wrap: class=”alignleft” error

 *  Resolved [slylake](https://wordpress.org/support/users/slylake/)
 * (@slylake)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/image-wrap-classalignleft-error/)
 * Hi all,
 * I’m using a variation of the Corporate theme by Ori Pearl.
 * I have a static page set as the front page of my site and have an image embedded
   in the page, using wp’s class=”alignleft” – which does float the image to the
   left-hand side. However, only the first paragraph of text lines up as it should..
   the next paragraph starts AFTER the end of the image.
 * attempt at an example:
 * blah blah blah blah blah blah blah image_here
    blah blah blah blah blah blah 
   blah image_here blah blah blah blah blah blah blah image_here blah blah blah 
   blah blah blah blah image_here                                               
   image_here                                                       image_here  
   image_here                                                       image_here
 * blah blah blah blah blah blah blah blah blah blah
    blah blah blah blah blah blah
   blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah
   blah blah blah blah blah blah blah blah
 * ——-
 * Not sure if this is due to the site’s CSS?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [curtismchale](https://wordpress.org/support/users/curtismchale/)
 * (@curtismchale)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/image-wrap-classalignleft-error/#post-953470)
 * provide a link to the site so people can see the code and hopefully help you.
 *  [Saurus](https://wordpress.org/support/users/saurus/)
 * (@saurus)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-wrap-classalignleft-error/#post-953521)
 * align left and float left are not the same thing at all. Suggest you do a little
   web search on what each is capable of.
 *  Thread Starter [slylake](https://wordpress.org/support/users/slylake/)
 * (@slylake)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/image-wrap-classalignleft-error/#post-953640)
 * Thanks Curtis. Currently experiencing the same issue with WP’s class alignright
 *     ```
       .alignright {
          float: right;
          margin: 0 0 10px 10px;
       }
       ```
   
 * Example site: [http://www.aussiemategardensheds.com.au/press/](http://www.aussiemategardensheds.com.au/press/)
 * Saurus – quite handy with my coding. Suggest you look at CSS for wp’s class alignleft
   as per my original post before inserting foot in mouth, where the _class_ alignleft,
   essentially is the same as a float (with some margins). Original post clearly
   state’s “wp’s class alignleft”.
 *     ```
       .alignleft {
          float: left;
          margin: 0 10px 10px 0;
       }
       ```
   
 * You probably didn’t mean to sound so curt and short. But it came off very high-
   horse, mate. I’m here for support, not for being told to go search the web. I’m
   here because I already searched the web and got nothing.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Image Wrap: class=”alignleft” error’ is closed to new replies.

## Tags

 * [ie](https://wordpress.org/support/topic-tag/ie/)
 * [ie error](https://wordpress.org/support/topic-tag/ie-error/)

 * 3 replies
 * 3 participants
 * Last reply from: [slylake](https://wordpress.org/support/users/slylake/)
 * Last activity: [17 years, 2 months ago](https://wordpress.org/support/topic/image-wrap-classalignleft-error/#post-953640)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
