Re: the codes are possibly obselete
[spoiler][quote][b][color=red]For educational purposes only.[/color][/b][/quote]
An alternative code for customize header names
I made a [b]simple code[/b] & now the co
[b]moving headers[/b]
if ( ! attachOnLoadHandler(function () { cHeaders();}))
window.onload = function () {
cHeaders();};
function cHeaders() {
var h;
h=document.getElementById("publiccomments_1_7").getElementsByTagName("h2")[0];
h.innerHTML="[b]<MARQUEE style=\"width:400px; height:20px; \" direction=\"left\" behavior=\"scroll\" scrollamount=\"5\" >YOUR TITLE NAME</MARQUEE>[/b]";
}