treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Problem in post layout

  • please give a look to my test blog
    http://jesica89.blogspot.com/
    there is a problem that post description is coming after thumbnail , i know this can be solved by setting
    #contentLeft img, #contentLeft a img {
    padding: 0;
    margin: 0;
    float:left
    but by using this , all images in the post floats to left now can anybody solve my problem