bản trc bị lỗi post bài!! nếu mấy bạn để ý thì ở chế độ WYSIWYG mấy nút bold italic underline đều vô tác dụng
file js như sau:
Cách làm:
file js như sau:
Code:
function Rankicon(){
x = document.getElementsByTagName('span')
for(y=0;y<x.length;y++){
var oldHTML = x[y].innerHTML;
if ((x[y].style.color=="rgb(250, 0, 0)")||(x[y].style.color=="#fa0000")) {icon = "<img src='http://s1036.photobucket.com/albums/a449/a1tinhgia3/admin.gif'>";x[y].innerHTML = icon + oldHTML;}
}
}
Rankicon();
Cách làm: