The_Netter
When translating pages with microsoft/google translate, we are to use a no translate class to protect part of page from translation. Please how to use?
Graham
The_Netter you just add the class name to the element you do not wish to be translated
ie
<div class="notranslate">......</div>
you can also create a dummy class in your global_stylesheet.css
.notranslate { }
so it can be selected from the building tool