I have a web page for the Podunk company. But every time Podunk appears on the page (no matter where it is) it needs to be shown as Podunk!
Note that this is ANYWHERE on the page so it could be in header tags, list tags, in multiple nested DIVs, etc.
What is the best way to go about this? I'm thinking that jQuery is the better solution (as opposed to CSS) but I don't know how to go about it? Can someone please provide a code snippet for this kind of replacement on an entire page element.
<span class="podunk">...</span>and add an!importantCSS style. If you try to do this automatically in jQuery it will eventually screw something up. – Blazemonger Dec 17 '12 at 18:43