The Evil Eyebrow Header Image

Dec 22 2008

Help! Asking for CSS/PHP Help…

Published by Bill Ruhsam at 9:49 pm under Blog Admin

You may notice that the previous post on the main page totally screws up the blocking with the one before it. I am a sufficiently noobish CSS person that I don’t know how to make it right. Anyone want to help me fix this?

2 Responses to “Help! Asking for CSS/PHP Help…”

  1. Jeffon 23 Dec 2008 at 12:22 am

    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.

  2. Bill Ruhsamon 23 Dec 2008 at 7:12 am

    Thanks Jeff! I’ll check out firebug, too.

Trackback URI | Comments RSS

Leave a Reply