Итак, начнем...В css ставьте стили для рамок нашего спойлера(в любое место)
Code
.quote {color: #000000;FONT: 7pt Verdana;text-align:justify; background-color: #FFFFF0; height:100% !important; border: 1px dashed #000000 !important; padding:5px; max-height:none !important; overflow:visible !important}
И в нужное вам место сам спойлер с ссылками:
Code
<div alich="center"><div class="quote"><div align="center">
<!--uSpoiler--><div class="uSpoilerClosed" id="uSpoilerDHJW_R"><div class="uSpoilerButBl"><input class="uSpoilerButton" onclick="if($('#uSpoilerDHJW_R')[0]){if ($('.uSpoilerText',$('#uSpoilerDHJW_R'))[0].style.display=='none'){$('.uSpoilerText',$('#uSpoilerDHJW_R'))[0].style.display='';$('.uSpoilerButton',$('#uSpoilerDHJW_R')).val('[\–] Получить ссылку');$('#uSpoilerDHJW_R').attr('class','uSpoilerOpened');}else {$('.uSpoilerText',$('#uSpoilerDHJW_R'))[0].style.display='none';$('.uSpoilerButton',$('#uSpoilerDHJW_R')).val('[+] Получить ссылку');$('#uSpoilerDHJW_R').attr('class','uSpoilerClosed');}}" value="[+] Получить ссылку" type="button"></div><div class="uSpoilerText" style="display: none;"><!--ust--><table border="1" width="100%">
<!-- Начало -->
<tbody><tr>
<td align="center" width="200">
HTML
</td>
<td align="center">
<script>
var today=new Date()
document.write('<input type="text" value="<a href='+window.location+'>$ENTRY_NAME$</a>" size="90">')
</script>
<br></td>
</tr>
<!-- Конец -->
<!-- Начало -->
<tr>
<td align="center" width="200">
BB-Code
</td>
<td align="center">
<script>
var today=new Date()
document.write('<input type="text" value="[url='+window.location+']$ENTRY_NAME$[/url]"size="90">')
</script>
<br></td>
</tr>
<!-- Конец -->
<!-- Начало -->
<tr>
<td align="center" width="200">
Ссылка
</td>
<td align="center">
<script>
var today=new Date()
document.write('<input type="text" value="'+window.location+'"size="90"> ')
</script>
<br></td>
</tr>
<!-- Конец -->
</tbody></table><!--/ust--><!--usn(=скрипт)--></div></div><!--/uSpoiler--></div></div>