Looks like your idea has been used :P
Printable View
Looks like your idea has been used :P
Lol i dont see the spoiler bit :S
how u all do tht u r so 1337 ;[
<script language='JavaScript' type='text/javascript'>
<!--
function spoiler(obj)
{
for (var i = 0; i < obj.childNodes.length; i++)
{
if (obj.childNodes[i].id == 'idTitle')
titleRow = obj.childNodes[i];
if (obj.childNodes[i].id == 'idSpoiler')
{
if (obj.childNodes[i].style.display != 'none')
{
obj.childNodes[i].style.display = 'none';
titleRow.innerHTML = ' <b>click to show</b>';
}
else
{
obj.childNodes[i].style.display = 'block';
titleRow.innerHTML = ' <b>click to hide</b>';
}
}
}
}
//-->
</script>
Well that didnt work :S
to do the spoiler you
[ SPOILER] text here [/ SPOILER]
without the spaces
There was a button, I don't know where it has gone :(.
Edited by Garion (Forum Super Moderator): Please do not post pointlessly, thanks :).