I am having an issue where on the individual post pages and static pages, the images are being stretched to the full width of the post area. It also downsizes the images when they are larger than the allocated post width (which is good!!!!!) But I do NOT want it to stretch them back. Can you look at the post and see what I mean... hxxp://www.mybuildingpro.com/2010/meta-description-seo/
Going by this post, it appears that the jFlow code is causing the problem. You could remove it but that would stop the slider on the home page. I'm not sure how to stop it working on post pages.
At line 33 in header.php, replace: <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url')?>/includes/js-functions.js"></script> Code (markup): with this: <?php if ( is_home() ) { ?> <script language="javascript" type="text/javascript" src="<?php bloginfo('template_url')?>/includes/js-functions.js"></script> <?php } ?> Code (markup): Hope that works, I have not tested it. Good luck!
ah-ha! I was out of town, just tried it. It worked perfecto. Thank you. I actually have a few more questions I might need to ask you. Thank you for providing quality help here (seems to be hard to find these days.) If I could give you green rep I would. But i dont think I have enough posts under my belt