,
  HTML KÓDY

Jezdící a svítící texty...


1.
Jezdící a svíticí...

zdroj:

<marquee scrollamount="3">
  <table style="FILTER: glow(color=red,strenght=9)">
   <tbody>
    <tr>
     <th>VÁŠ TEXT...</th>
    </tr>
   </tbody>
  </table>
</marquee>


2.
Jezdící text...
zdroj:

<marquee scrollamount="5">VÁŠ TEXT...</marquee>


3.

A další jezdící text...

zdroj:

<marquee>
  <table style="FILTER: glow(color=black,strenght=9)">
   <tbody>
    <tr>
     <td> <center><font color=#ffaeff size=5> <hr> VÁŠ TEXT... <hr> </font></center></td>
    </tr>
   </tbody>
  </table>
</marquee>


4.

D A L Š Í

zdroj:

<center>
 <p align="center">
  <b>
   <font color="green" size="+2"><marquee scrolldelay="30" behavior="alternate"
   width="10%">D</marquee></font>
   <font color="RED" size="+2"><marquee scrolldelay="75" behavior="alternate"
   width="10%">A</marquee></font>
   <font color="orange" size="+2"><marquee scrolldelay="60" behavior="alternate"
   width="10%">L</marquee></font>
   <font color="blue" size="+2"><marquee scrolldelay="80" behavior="alternate"
   width="10%">Š</marquee></font>
   <font color="brown" size="+2"><marquee scrolldelay="10" behavior="alternate"
   width="10%">Í</marquee></font>
  </b>
 </p>
</center>