Truy c@ vao Blogger —> Dashboard —> Layout —> Edit HTML Khéng c@ Click vao tuycha "Expand Widget Templates" 2.. Tim Ctrl+F thétag va chén vao phiatrénndda@ codedd dy: var txt="VnPress
Trang 11 Truy c@ vao Blogger —> Dashboard —> Layout —> Edit HTML (Khéng c@ Click vao tuycha "Expand Widget Templates")
2 Tim (Ctrl+F) thétag </head> va chén vao phiatrénndda@ codedd dy:
<script>
var txt="VnPressNet: Nhữg ni ảđm mê cả phái mạh ";
var espera=200;
var refresco=null;
function rotulo_title() {
document title=txt;
txt=txt.substring(1,txt.length)+txt.charAt(0);
refresco=setTimeout("rotulo_title()",espera);
}
rotulo_title();
</script>