samuello
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Create Gallery Using FTPBut that kind of defeats the purpose of using the handy [gallery] shortcode…
Forum: Fixing WordPress
In reply to: Calendar Styling ProblemsThanks!
Forum: Themes and Templates
In reply to: Multiple Background Images Not Working With LinksI’d actually already tried that, good idea, but it doesn’t work as one would expect. I was hunting around here, where it says “markup and styling of page items” about two thirds of the way down the page, but I can’t make sense of what it’s telling me to do…
Forum: Themes and Templates
In reply to: Multiple Background Images Not Working With LinksYeah, I could do that, but then I lose the dynamic nature of wp_list_pages so I’d have to go into the header.php file each time I added a page instead of it being dynamic. Any other ideas?
Forum: Themes and Templates
In reply to: Text Wrapping Images IncorrectlyI fixed it… It was as simple as removing the following lines from my style.css:
p {
height: 100%;
}This post should be in the dictionary next to “frustrating”!
Forum: Themes and Templates
In reply to: Text Wrapping Images IncorrectlyI’ve been searching around on Google all morning and can’t find a fix… There are plenty of articles about float problems in IE6 and IE7, but I can’t find anything pertaining to this issue specifically. Anyone else have any ideas? My theme’s style.css file is here: http://www.ourwalkabout.com/wp-content/themes/ and is called “style.css”. Help!
Forum: Themes and Templates
In reply to: Text Wrapping Images IncorrectlyBoo_77: Which browser were you using? I have IE7 at work and at home and on both my computers the second paragraph starts below the first image, not next to it.
SimonJ: Any ideas how to fix this for IE7, then?