Title: help needed &#8211; template breaks posts
Last modified: August 18, 2016

---

# help needed – template breaks posts

 *  [talkinblues](https://wordpress.org/support/users/talkinblues/)
 * (@talkinblues)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/)
 * I’m going to need help in baby-talk and tiny steps because I’m sure this is going
   to be a CSS issue and I don’t know anything about how to fix CSS.
 * When I upgraded to v2.3 I ended up having to change templates as well because
   the old one I was using wasn’t working, so I switched to using the Bernie theme.
   The only change I’ve made to it is to put a custom header in.
 * Now when I post image thumbnails in a post, it decides to ignore paragraph breaks
   and my post looks like this: [Bernie – broken](http://talkinblues.net/wordpress/wp-content/uploads/2007/12/wp_bernie.jpg)
   
   No paragraph breaks where the images are.
 * Now here is the exact same post displayed in Tarski, which is the only theme 
   I’ve found so far that actually recognises my paragraph breaks and displays the
   post as it should be, like this: [Tarski – ok](http://talkinblues.net/wordpress/wp-content/uploads/2007/12/wptarski.jpg)
   
   Note I made no change to the actual post itself, only switched the template.
 * I’ve tried viewing in several different browsers (Flock, Firefox and IE6) and
   the result is the same on all browsers for both temoplates. I’ve also tried a
   couple of other templates (Mandigo and Ngatini) and they also behave the same
   way as Bernie, and it’s just not usable at all.
 * My question is, what do I change in the Bernie template (and others) to make 
   it behave like the Tarski one?
 * Sarah
    [Talkin’ Blues

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

 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662686)
 * Probably all those themes have post images floated to left… I can’t tell, since
   none of them is active.
 *  Thread Starter [talkinblues](https://wordpress.org/support/users/talkinblues/)
 * (@talkinblues)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662707)
 * what does “post images floated to left” mean, and how do I check?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662709)
 * I cannot be more precise since I do not see those themes in function: I don’t
   know what div are around your posts, I don’t know how their html markup is, I
   don’t know what is in their style.css file. It was just a guess.
 * If you want somebody to take a look at it – switch to the theme in question and
   leave it like that for a while until somebody looks at the code.
    Or, at least,
   provide a link to the theme’s homepage.
 *  Thread Starter [talkinblues](https://wordpress.org/support/users/talkinblues/)
 * (@talkinblues)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662721)
 * OK. I have switched to one of the themes that doesn’t work. Please let me know
   when you’ve done looking?
 *  [cinila](https://wordpress.org/support/users/cinila/)
 * (@cinila)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662725)
 * I think you need to edit the stylesheet (style.css) find this line
 *     ```
       #content img,#contentwide img {border:0px;float:right;
       margin:0px 0px 10px 10px;}
       ```
   
 * Remove the `float:right;` and probably you’ll need to edit/remove the margin 
   too. So you’ll only have
    `#content img,#contentwide img{border:0px;}`
 * But I suggest you to make a little experiment by changing it into
 *     ```
       #content img, #contentwide img{border:0px;float:left;
       margin:0px 10px 10px 0;}
       ```
   
 *  Thread Starter [talkinblues](https://wordpress.org/support/users/talkinblues/)
 * (@talkinblues)
 * [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662741)
 * Thanks so much!

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

The topic ‘help needed – template breaks posts’ is closed to new replies.

## Tags

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

 * 6 replies
 * 3 participants
 * Last reply from: [talkinblues](https://wordpress.org/support/users/talkinblues/)
 * Last activity: [18 years, 6 months ago](https://wordpress.org/support/topic/help-needed-template-breaks-posts/#post-662741)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
