Anonimo12:
Yo trabaje sobre el link (
http://www.tus-animes.com/?p=676 ) que dejaste de prueba (que dice Capitulo 1 en lugar de título) lo hice directamente sobre el html utilizando el editor HTML de la extensión webdeveloper de firefox y funciona
En dónde dice
<th style="cursor: pointer;"onclick="this.getElementsByTagName('div')[0].style.display=((this.getElementsByTagName('div')[0].style.display=='none')?'':'none');" height="30" width="645">Capitulo 1
Debes poner
<th style="cursor: pointer;
text-align: left;" onclick="this.getElementsByTagName('div')[0].style.display=((this.getElementsByTagName('div')[0].style.display=='none')?'':'none');" height="30" width="645">Capitulo 1
en negrita el agregado
Saludos