mam taki kod: (kod do wyswietlania 4 banerow na zmiane co 8 sek.)
<script language=JavaScript>
<!--
function AppInit(){
bannersInit()
newBanner()
}
function bannersInit(){
numBan=4
num=numBan-1
bann=new Array(numBan)
for (i=0;i<numBan;i++)
bann[i]="Div"+i
}
function newBanner(){
speed=8000
banOld=bann[num]
num++
num=num %numBan
banNew=bann[num]
showNew()
setTimeout("newBanner()",speed)
}
function showNew(){
if(document.all) {
document.all[banOld].style.visibility="hidden";
document.all[banNew].style.visibility="visible";
}
if (document.layers){
document.layers[banOld].visibility="hide";
document.layers[banNew].visibility="show";
}
}
window.onload=AppInit
//-->
</script>
<STYLE TYPE="text/css">
<!--
#Div0 {position:absolute; left:150; top:130; width:468; height:60;
clip:rect(0,468,60,0); visibility:hidden; layer-visibility:hide}
#Div1 {position:absolute; left:150; top:130; width:468; height:60;
clip:rect(0,468,60,0); visibility:hidden; layer-visibility:hide}
#Div2 {position:absolute; left:150; top:130; width:468; height:60;
clip:rect(0,468,60,0); visibility:hidden; layer-visibility:hide}
#Div3 {position:absolute; left:150; top:130; width:468; height:60;
clip:rect(0,468,60,0); visibility:hidden; layer-visibility:hide}
H2 {font-family: Arial, Helvetica; font-size: 15pt}
BODY { background: tlo0037.gif; font-family: Arial, Helvetica; font-size: 10pt; color: #000000}
A { text-decoration: none; color: ##0000FF}
TD {font-family: Arial, Helvetica; font-size: 10pt; color: ##000080}
-->
</STYLE>
</head>
<BODY>
<script language="javascript">
</script>
<div id="Div0"><a href="http://www.allegro.pl/ap/count.php?apu=1373980&dest=1&type=12&bid=69117&co=1" target="_blank">
<img SRC="http://www.allegro.pl/ap/show.php?type=12&bid=69117&apu=1373980&w=468&h=60&co=1" alt="[Allegro.pl - najwięcej ofert, najlepsze ceny, sprawdź!]" border=0 width=468 height=60></a></div>
<div id="Div1"><a href="http://www.allegro.pl/ap/count.php?apu=1373980&dest=15&type=124&bid=67990&co=1" target="_blank">
<img src="http://www.allegro.pl/ap/show.php?type=124&bid=67990&apu=1373980&w=468&h=60&co=1" border=0 width=468 height=60 alt="[Bądź piękna z Allegro.pl!]"></a></div>
<div id="Div2"><a href="http://www.allegro.pl/ap/count.php?apu=1373980&dest=17&type=122&bid=67970&co=1" target="_blank">
<img border=0 src="http://www.allegro.pl/ap/show.php?type=122&bid=67970&apu=1373980&w=468&h=60&co=1" border=0 width=468 height=60 alt="[Allegro.pl - Twoj serwis aukcyjny, z nami zrobisz najlepsze interesy!]"></a></div>
<div id="Div3"><a href="http://www.allegro.pl/ap/count.php?apu=1373980&dest=8&type=117&bid=67987&co=1" target="_blank">
<img SRC="http://www.allegro.pl/ap/show.php?type=117&bid=67987&apu=1373980&w=468&h=60&co=1" alt="[ Allegro - licytuj ksiazki i komiksy ]" border=0 width=468 height=60></a></div>
<br><br><br><br><br><br><br>
( to jest oczywiscie fragment strony ramy body, head, table - sa zamkniete )
jak zrobic aby baner byl na srodku tabeli w pionie i poziomie ?? juz kombinuje na wszystkie sposoby drugi dzien i bez skutku

((
bardzo prosze o pomoc