mettre un texte changeant
Bonjour,
Pour l'instant j'utilise un code qui permet de faire défiler un texte :
Code:
1 2 3 4 5
| <body>
<marquee behavior="scroll" direction="up" scrollamount="1" scrolldelay="1" onmouseover="this.stop()" onmouseout="this.start()" style="height:400px;width:30%;border:solid #B4C1D3 20px;background:#7ecccc;padding:5px;" height="40" width="10%">
• mon script<br />
</body> |
En fait, j'ai un texte stocké dans un fichier .txt (ou .doc), je change ce texte pratiquement tous les jours.
Je voulais savoir si on pouvait inclure ce texte directement (= il remplace "mon script"), mais pas faire de lien, juste que le texte se trouvant dans mon fichier s'affiche....
Merci,
A+