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.Â
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.
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.Â
Your problem is here, float: left; isnt needed. p, ul, ol, blockquote {float:left; color: #333;} Code (markup):
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.Â