Hope someone can help...!
I need to add a lang="en-gb" attribute to some HTML tags, namely P, OL, UL but cannot figure out how to do it!
At the moment I have this...
<p>Some Text</p>
But I need it to become
<p lang="en-gb">Some Text</p>
I'm not looking for some fancy widget, just an easy way to make sure that whenever there is a P tag it has the lang attribute applied to it... Always.
Can anyone help?
