efindley
Forum Replies Created
-
missp, I gave up on this one and moved on to a plugin called “Thumbnail for Excerpts” It does exactly what I wanted and links directly to the image. This is great for me because it prevents my media gallery from getting clogged with thumbnails. You might try it out and see if it would be something you could use.
Forum: Themes and Templates
In reply to: Left aligned image spilling over container divI think I stumbled upon my answer. My first change was to give my entry class an overflow:auto tag…that fixed the overlap in Firefox. But IE was still messed up. So then I just stumbled upon the second part of the solution…My post class didn’t have an explicit width declared. Once I gave it a width, it works fine in IE and Firefox as long as I’m positioning my image with a float:left style. I wouldn’t have thought the div would have to have a specific witdh given for things to work…Oh well. 🙂
Thanks so much for your help.
Forum: Themes and Templates
In reply to: Left aligned image spilling over container divOkay…I’ll use css instead. The align=”left” tag was provided for me when I used WordPress’s insert image popup.
I did try it once with an image style of “float:left” but that seemed to have the same issues.
Thanks for your help so far.
Forum: Themes and Templates
In reply to: Left aligned image spilling over container divSure…my site is located at http://blog.creationsings.net
I put it back to the standard image tag (<img align=”left”>)..but before I did that I noticed that my break with a style of clear:left only fixed it in firefox, not IE.