rfielder21
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Photo gallery images popping up in new screen, java problem?Here’s a sample link – http://www.mnpokermag.com/2010/06/15/photos-mspt-day-2-and-final-table/
Forum: Fixing WordPress
In reply to: Show excerpts on front page, full post on other pagesWell played. Thanks!
Forum: Fixing WordPress
In reply to: Text won’t wrap around image – tried everythingThe problem was this strip of code in the style.css file:
#content div.post p { line-height: 1.6em; color: #666; clear: both; padding: 10px 10px; margin: 0; }
Deleting it fixes the issue, but creates a couple other formatting problems. Still have to fix those, but deleting the above line fixes the text wrap problem.
Forum: Fixing WordPress
In reply to: Text won’t wrap around image – tried everythingThe CSS in this theme is actually a 960 grid-style CSS, with a style-960.css file.
Is anybody familiar with 960 CSS and/or know how that may or may not affect the style.css file?
Forum: Fixing WordPress
In reply to: Text won’t wrap around image – tried everythingAlso, if anybody knows whether a style.css code (such as the image float code above) can somehow be canceled out by another file, let me know. I’m totally baffled right now.
Forum: Fixing WordPress
In reply to: Text won’t wrap around image – tried everythingI’m back to the original editor now, which is more ideal for the multiple authors we have.
With the original editor, the paragraphs show up just fine. But as you can see in the above links, they do not wrap around the image.