oh, well i would but its not my blog and he has set it to private so you cant really see it, I’m using the Options theme from https://justintadlock.com/archives/2008/02/24/options-wordpress-theme I read someone had similar probs in the forums but there was no good solution.I tried the Div tag with no success, also the <p class…
/************************************************
Images
************************************************/
/* Images */
.single img, img.thumbnail, .flickr img, img.feature-image, #post-thumbnail-tabs img, #post-sections img, #home img, .post img {
padding: 3px;
background: #222;
border: 1px solid #333;
}
.no-border img { border: none; }
.post .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; }
.archive .post .avatar { width: 80px; height: 80px; }
a img { border: none; }
/* Post images */
img {
max-width: 98.5%;
}
/* Feature images */
img.feature-image {
max-width: 300px;
margin: 0 10px 0 0;
}
/* Thumbnail images */
img.thumbnail, .recent img.thumbnail {
float: left;
width: 100px;
height: 100px;
margin: 0 10px 5px 0;
}
/* Thumbnail Large images */
img.thumbnail-large {
max-width: 265px;
float: left;
margin: 0 10px 5px 0;
}
img.feature-full { max-width: 100%; }
#post-blocks img.thumbnail-large, #post-blocks a img.thumbnail-large { border: none; }
#post-thumbnail-tabs img { float: right; margin: 0 0 5px 10px; }
#author-box img { float: left; margin-right: 10px; }
thats the whole image css section on the stylesheet which is causing the probs, Im also having the same problem with the WP-Email (lesterchan.net/portfolio/programming.php) plugin email icon which is inserted into the single.php section using email_link(); }
, I tried wraping that with the <span class but just got an error in the single page.