cofour
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text and image issues/how to make hard paragraphsOk… still looking for help…
I think the problem is with the CSS styles… and I need to take out or alter something below, but I don’t know what.
Any kind souls???
/* Single post styles -------------------------------------------------------------- */ .post_meta { color: #666; padding: 0.3em 0 0.4em 0; font-size: 0.8em; text-transform: uppercase; } .post_meta_tag { color: #666; } .post_meta p img, .post_meta a img { margin: 0; padding: 0; float: none; } img.WP-PrintIcon, img.WP-EmailIcon { display: none; } .post_meta p { margin: 0 0 0.4em 0; } .post_text { margin: 0.9em 0 0 0; } .post_text p { margin: 0 0 1em 0; padding: 0; line-height: 1.6em; } .post_text a { border-bottom: 1px solid #eee; } #post_content blockquote { float: right; width: 260px; color: #666; margin: 0 0 0 1.5em; color: #000; font: bold 1.3em georgia, serif; font-style: italic; letter-spacing: -0.048em; } #post_content blockquote p { text-align: right; line-height: 1.5em; } #post_content p img { /*margin: 0;padding:0;*/ } #post_content img.WP-PrintIcon, #post_content img.WP-EmailIcon, #post_content img.posttag { margin: 0 0.3em 0 0;padding: 0.1em 0 0 0; } #post_content p a, #arch_content p a, .post_meta a { color: /*#224970;*/#3a6999; } #post_content p a:hover, #arch_content p a:hover { color: #000; text-decoration: underline; }Forum: Fixing WordPress
In reply to: Text and image issues/how to make hard paragraphsHello forumites… still struggling with this issue… would be very appreciative of any suggestions… thank you. cofour.
Forum: Fixing WordPress
In reply to: Text and image issues/how to make hard paragraphsOk; I found this page on the codex that was helpful: Wrapping Text Around Images
However, it doesn’t have any answers for my problem.
Basically, in short, I want descriptive text beside a big image, then the next big image, with descriptive text beside and underneath. What’s happening that’s a problem is the text is creeping up beside the previous image, instead of “staying down” where it belongs.
Any ideas?
Forum: Fixing WordPress
In reply to: How to stop search engine indexing of search results pagesGreat – will give the second method a try. Thanks for your help!