Hi, really like the theme, thanks for putting it out there!
When a post is viewed in IE6 the post content is pushed down past the left sidebar. In Firefox or IE 7 it is fine.
Example: http://catertots.net/by-type/chicken/grilled-chicken-fajitas
I think it has something to do with the size of the photos as a post like this: http://catertots.net/site-news/site-being-updated does not have the problem.
Any tips on how I could fix this?
Thanks!













Here's the solution
Try to add a div tag before and /div tag after the source link of the image. This probably will solve your problem.
Example:
*div**img src="http://www.yourpage.com/path_to_your_image/image.jpg"**/div*
(of course you have to replace the * in the given example with the > sign and its opposite sign, which I can't write in this post)
Thanks! It works. I really
Thanks! It works. I really appreciate the help.
Maybe this is a dumb question but can I change something in my css so all of my images get surrounded in DIV tags?
Div tags were not working
Div tags were not working every time. I fixed it in the CSS myself.
Changed this:
#content p{
padding: 0px 20px 15px 0px;
To:
#content p{
padding: 0px 0px 0px 0px;
Post new comment