Why isn't image floating to the right?

Discussion in 'CSS' started by theurbantwist, Aug 7, 2011.

  1. #1
    Can someone take a look at this site and my css code to tell me why my images aren't floating to the right in the main column?  Well they're floating to the right, but text is not wrapping.  Just want to know what's going on.  I've been customizing wordpress themes and such and this has never happened to me.  Usually when I tell a image to float, it does just that.  I've been playing with this code and can't figure out what's wrong.

    I'm sure that it's a simple fix.

    The URL is http://letsgoravens.com
     
    Thanks. 
     
    theurbantwist, Aug 7, 2011 IP
  2. sorrynoid4me

    sorrynoid4me Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    What image specifically? You are using CSS, right? I'm covering CSS in my CS120 class right now, I may be able to help you. Can you be more specific about the image? Thanks in advance.
     
    sorrynoid4me, Aug 7, 2011 IP
  3. theurbantwist

    theurbantwist Well-Known Member

    Messages:
    399
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    118
    #3
    I don't know if you read my first post all the way through because i  clearly stated that i used css and also posted in css forum.

    The link is http://letsgoravens.com

    All of my css is fine except for the pics in main column where text isn't wrapping around the images.  I've added the float properties to css like i normally do but this time it's not working.

    Any suggestions?  Thanks. 
     
    theurbantwist, Aug 7, 2011 IP
  4. JustDan

    JustDan Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Your problem is here, float: left; isnt needed.
    p, ul, ol, blockquote {float:left;	color: #333;}
    Code (markup):
     
    JustDan, Aug 8, 2011 IP
  5. theurbantwist

    theurbantwist Well-Known Member

    Messages:
    399
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    118
    #5
    Thanks a lot!  I had to change that. And another line similar to that one.  You led me to what I needed.  I really appreciate it.  I don't know how i MISSED that. 
     
    theurbantwist, Aug 8, 2011 IP