Join the Conversation

2 Comments

  1. By using “float:left” in your img.alignleft css entry you are telling it to float the image to the left of the containing (not the parent) element . i.e. your div class=”entry” So it’s doing exactly what you’re telling it to do. This will cause any text will wrap around it regardless of your paragraph tags.

    If you put a right after your image it will correct it, which is not ideal but seems to work in all browsers.

    If you don’t have firebug for firefox you should download it. It allows you to edit a site’s html and css right in firefox so it’s an easy way to troubleshoot something like this.

Leave a comment

Your email address will not be published. Required fields are marked *