Witam, chciałbym się dowidzieć jak wyśrodkować ten kod:
<div>
<script>
<!-- <![CDATA[
ile = 1;
elementy = new Array();
elementy[0]="<a href='http://rometws50.pl'><img src='http://rometws50.pl/images/wazne/banner2.png' border=0 alt=''></a>",
elementy[1]="<a href='http://www.supertube.za.pl'><img src='http://supertube.za.pl/rek/banner.gif' border=0 alt='SuperTube'></a>",
elementy[2]="<a href='http://www.katen-viki.cba.pl/news.php'><img src='http://i40.tinypic.com/ojndx.jpg' border='0' alt='Katen viki Twój świat Dram' border=0 alt='dramy'></a>"
elementy[3]="<a href='http://www.wavepower.pl'><img src='http://wavepower.pl/img/banner.gif' border='0' alt='Katen viki Twój świat Dram' border=0 alt='Radio'></a>",
elementy[4]="<a href='http://exmine.tk/yt'><img src='http://exmine.tk/image/banner.jpg' border='0' alt='kaaa' border=0 alt='Radio'></a>",
elementy[5]="<a href='http://www.rpgcity.eu'><img src='http://www.web-talk.pl/uploads/pliki/webtalk_1331843334__banerrpgcity.gif' border='0' alt='kaaa' border=0 alt='Radio'></a>",
l=new Array();
for (i=0;i<ile;i++) {
los = Math.round(Math.random()*(
elementy.length-1));
jest = false;
for (j=0;j<l.length;j++) if (l[j]==los) jest=true;
if (jest) i--; else l[i] = los;
}
for (i=0;i<ile;i++) document.write(elementy[l[i]]);
// ]]> -->
</script>
</div>