it turns out WP automaticly adds the <p> to all content
hence a class tag is in order.
add a class to the p style in the css
p {
margin: 0 150px 0 150px;
}
p.img {
width: 100%;
}
then everytime you write a post add this to it:
<p class=”img”> IMAGE CODE </p>