Bước 1: Đăng nhập blogger, vào chỉnh sửa HTML.
Bước 2: Bấm Ctrl-F tìm thẻ <head>
Bước 3: Chèn code dưới đây vào sau thẻ <head> vừa tìm được
<div border="0" style="position:fixed; width: 100%; height: 40px; z-index: 1; top: 300px; left: 0;" id="loading" align="center"> <table border="1" width="150" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#003300"> <tr> <td align="center"> <div border="1" style="background-color: #FFFFFF; filter: alpha(opacity=70); opacity: .7; width: 150px; height: 40px; z-index: 1; border-collapse: collapse;" bordercolor="#006600" align="center"> <b>Đang tải dữ liệu...</b><br><img border="0" src="http://i351.photobucket.com/albums/q463/nguyenthidung/loading.gif"> </div> </td> </tr> </table> </div>
Bước 4: Thêm code sau vào trước thẻ </body>
<script >window.document.getElementById("loading").style.display = 'none';</script >
CHÚ Ý: Nếu code ở Bước 3 làm template của bạn bị lỗi thì bạn có thể sửa bằng cách vào ĐÂY rồi copy code ở Bước 3 paste vào ô phía trên để mã hóa rồi làm bình thường.
0 nhận xét