jlknauff
-
How do I remove title attributes from WP links?
That has nothing to do with the question I asked.
-
[Solved] Screwy WordPress Quotes
Found it...it was a plugin
-
SEO and Wordpress
First of all, do all development on a demo server rather than live. Second, as you mentioned, you should use AIO for seo, also install Google sitemap generator. If they have a static site, their URLs will probably end in .html or .php - you can se…
-
keeping tags in excerpt
I found a plugin that works perfectly... http://wordpress.org/extend/plugins/advanced-excerpt/
-
help w/ jquery conflict
Hmm...odd. It seems to be working fine now, but everything seems to be the same as it was.
-
help w/ jquery conflict
No, that's not it. There the jQuery lightbox uses jQuery 1.2.3, the menu uses jQuery 1.3.2 - that is the conflict. They don't work together and I don't know how eliminate the need for one of them.
-
[Solved] Large copy margin issue
line-height:100%; Play with the value, but that should solve your problem. Also - keep in mind, CSS may not display uniformly when it comes to email. Test in multiple environments before you send it.
-
float problem in IE, works in FF
Solved it...had to add an hr below the logo
-
float problem in IE, works in FF
Tried both...neither worked
-
Building a 3-piece, expandable box
Well, there is no way to get around the javascript issue because you need it for the pngs to display properly in IE6, so if you're requirement is to have no js, then you are dead in the water on this one. The short answer is, yes, it is possib…
-
problems on list-style-image with an inline unordered list
"AshtonSanders" said:Hahah He's Alive Yes, alive indeed :D I was out in a massive session of trial and error. No success in the end, but it wasn't a detail the client even cared about. I was trying to figure it out for my own k…
-
Building a 3-piece, expandable box
The dropshadow is subtle, so you really should be able to do it with jpgs anyway. Here's the thing; it can be done with pngs, and there is a java script that will make pngs display properly in IE6 - but you can't make that hack work with …
-
big gap in IE, FF is fine
Fixed it. It was a stupid oversight. I used the same div class twice, where the second div should have been a different class.
-
big gap in IE, FF is fine
Hi, Where did you find .main? I don't remember using that class and didn't see it in the CSS files. Plus, it's not about that anyway. It's the same theme we're using throughout the rest of the site, there is just a gap whe…
-
Building a 3-piece, expandable box
I took a quick look but fail to see why you need a png/gif. It looks like you should be able to do what you're looking for with 2 divs and some jpgs. Let me know if you're still having problems.
-
problems on list-style-image with an inline unordered list
Hmmm...well, it is progress, but still no dividers in IE7. Any other thoughts? Thanks for your help so far, by the way :D