Message # 1 | 9:50 PM
hello i want to translate the main ucoz page . For example the "No Entries" with my lang word ..... i fund this scrips

Code
<script>      
e=document.getElementsByTagName("TD");      
for(i=0;i<e.length;i++) {      
if(e[i].className=='gTableBody1') {      
e[i].innerHTML=e[i].innerHTML.replace('No entries','Your Language');      
       
}      
}      
</script>


but i dont know how to use this . If any one can help will be great smile

Sry if i post in the wrong thread