Hi Grazu, thanks very much. That's part of it

. Actually I want to change the font inside of this bit:
Code:
<span onClick="var spoiler = this.parentNode.parentNode.getElementsByTagName('div')[2];
if (spoiler.style.display != ''){
this.parentNode.parentNode.style.width = '98%'
this.parentNode.style.borderBottom = '1px dotted #000000';
spoiler.style.display = '';
this.getElementsByTagName('a')[0].innerHTML = '>> Close Download Links <<';
}else{
this.parentNode.parentNode.style.width = '98%'
this.parentNode.style.borderBottom = 'none';
spoiler.style.display = 'none';
this.getElementsByTagName('a')[0].innerHTML = '>> Open Download Links <<';
}" />
Any idea how to do this?
And would you have an idea if it's possible to always have the spoiler at the bottom of each post, automatically? Thanks and keep up the great work mate.