slb535
-
Centered div in everything but IE
Well thanks to both of you. You've saved me many hours and many headaches.
-
Centered div in everything but IE
genius! Is that something I should have for everything, not just IE? Am I just lucky it's working in the other browsers? Someone else wrote the css for the gallery and I've just been modifying it. Thank you so much for your help. I never …
-
Centered div in everything but IE
Don't suppose you can see a similarly stupid reason that those thumbnails are over on the right -- again, only in IE? http://www.starbuckslandscaping.com/test/gallery_plantings.html
-
Centered div in everything but IE
unbelievably, you're right. Which then throws the gallery into disarray in IE. Sigh. But I assume I can fix that with some quality time in my css. Thanks very much.
-
IE css sheet isn't loading
I thought replied to this, but apparently I didn't. yes, it was the permissions not being set properly. thank you!
-
Check if a URL is live for conditional statement
Yeah, I'd tried that previously. It doesn't seem to work for me. It tells me a page exists when it definitely doesn't. Could it be because I have a custom 404 page?
-
Calling a string in a link
I figured it out! It had to do with the way the custom field had been created. When it was an "email field", it gave me that big mess. When I made it just a single line text field, it was fine. Thank you all for your help. (Especially si…
-
Calling a string in a link
Nope, I've tried echo before. It does the same thing as print -- knocks it out of the href link and displays it on the page. And Vermaas, unless I'm missing something, yours is the same as pmac627 with just the print_r ($email) to test th…
-
Calling a string in a link
Thanks for looking at this. knocks it out of the HTML it's in. So instead of an image wrapped in a URL, I get person@emailaddress.com"> IMAGE pmac627, your solution doesn't work for me either. I still get a blank value for m…
-
Wordpress Best Practices - How do you make it so your clients can use classes?
Thanks very much for the article. (I'm sorry I didn't see your post earlier for some reason!)
-
Wordpress Best Practices - How do you make it so your clients can use classes?
That's an interesting idea. It doesn't work with the site I'm doing currently because she needs to add content to existing pages. But it actually suggests a better way of structuring a site like this. I did figure out how to add a dr…
-
Problems with an internal page jump
OK, that's it! Thank you, TheDoc! Now I just need to figure out some of what I screwed up in the responsive part, but that can wait until I have more time. Thanks!!
-
Problems with an internal page jump
Actually I haven't seen that before. I will have time to play with it later this evening. Thank you!
-
Problems with an internal page jump
ptibbets, I have tried that. And I've tried it again (if you check now). Clearly I'm not setting up something correctly. http://crowisland36pto.org/programsevents/extracurricular-activities/ TheDoc, I'll take a look at those links …
-
Problems with an internal page jump
I have researched this to death. Unfortunately that method doesn't work with a site that needs to adjust for different screen sizes.
-
Problems with an internal page jump
@Ptibbetts, thanks to you as well. But you caught me mid-edit. If you see my followup to TheDoc, you'll see I've exchanged one problem for another. :)
-
Problems with an internal page jump
Thanks so much for taking a look at it. That margin is there because of some problems I was having with the grey in the left column extending to the bottom of the page. I have removed it....And you're right. That is clearly the problem. Howe…
-
Trouble with a divider pipe in my navbar
I figured it out! (Well, the pipe placement issue. I'd still love to know if there's a way to control border height, since that's clearly the better way to go.) Here's my new code. Chris's crazy town selector post actu…
-
Trouble with a divider pipe in my navbar
Thanks, Matt. I can't do that (I don't think) because it's a Wordpress site and the navbar is generated. Although before I declare I can't do it, I will see if I can figure out how to add that in. Paullie_D, I agree that the bo…