Лента-1 
 Картинки прокручиваются друг за другом без остановок. 
 Это могут быть баннеры ваших друзей или просто ваши картинки. 
 
 Вставляем в body:
 
 Code
<!--fantasyflash.ru--> 
 <MARQUEE onmouseover='this.scroll 
             onmouseout='this.scrollAmount="3''' Amount="3"' scrollAmount=3 width=180 height=35> 
 <a href="http://fantasyflash.ru" target=_blank> 
 <img src="http://fantasyflash.ru/image/banner.gif" border=0 width=88 height=31></a> 
 <a href="http://fantasyflash.ru" target=_blank> 
 <img src="http://fantasyflash.ru/image/banner2.gif" border=0 width=88 height=31></a> 
 <a href="http://fantasyflash.ru" target=_blank><img src="http://fantasyflash.ru/image/banner3.gif" border=0 width=88 height=31></a></MARQUEE></center><BR>
  
 Лента-2 
 Картинки прокручиваются друг за другом (право-лево) с остановками, при наведении мыши. Удобно использовать для показа баннеров на главной странице вашего сайта. 
 Вставляем в body:
 
 Code
<!--fantasyflash.ru--><center><marquee  scrollAmount=3 onmouseover=this.scrollAmount=0 onmouseout=this.scrollAmount=3 width=300 height=100>  
  <a href="http://fantasyflash.ru" target=_blank><img src="http://fantasyflash.ru/image/banner.gif" width=88 border=0 height=31></a> 
 <a href="http://fantasyflash.ru" target=_blank><img src="http://fantasyflash.ru/image/banner2.gif" width=88 border=0 height=31></a> 
 <a href="http://fantasyflash.ru" target=_blank><img src="http://fantasyflash.ru/image/banner3.gif" width=88 border=0 height=31></a> 
 <a href="http://fantasyflash.ru" target=_blank><img src="http://fantasyflash.ru/image/banner4.gif" width=88 border=0 height=31></a>  
   </marquee></center>