Looks like your idea has been used![]()
Looks like your idea has been used![]()
ye
Benedictus qui venit in nomine Domini
does this work
Lol i dont see the spoiler bit :S
<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
Last edited by Scott™; 06-04-2007 at 10:22 PM. Reason: not work
you what<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
O RLI?
YH RLI
MAN IT WORKS
HIYA!
Last edited by Scott™; 06-04-2007 at 10:25 PM.
There was a button, I don't know where it has gone.
Benedictus qui venit in nomine Domini
O RLI?
Edited by Garion (Forum Super Moderator): Please do not post pointlessly, thanks.
Last edited by Nixt; 06-04-2007 at 10:27 PM.
Want to hide these adverts? Register an account for free!