
La vieillesse est une ruine, je ne sais si c'est Alzheimer ou un autre symptôme mais à 86 printemps, ma mémoire fout le camp.
je n'arrive pas à retrouver comment dans flex-box afficher dans une fenêtre un fichier txt.
je sais que ça existe, mais toutes mes recherche n'aboutisse pas.
les css
/* ----styles -------------- */
.menu_1 { position: absolute; top:10px; left:5px; width:300px; height:1300px; background-color:#FF0; border:solid 2px;}
.container { height: 70px; width:300px;display: flex; padding: 1px; margin-bottom: 5px;}
.genre { height:30px; width:270px; text-align: center; font-family:Arial; font-size:30px; font-weight:bold; font-style:normal; padding:15px; background-color:#FF0;}
.icone { height: 70px ; width:80px; text-align:center; }
.texte { height:30px; width:270px; text-align: center; font-family:Arial; font-size:18px; font-weight:bold; font-style:italic; line-height: 20px; padding:15px; background-color:#CCC}
.visiteur { height:30px; width:270px; text-align: center; font-family:Arial; font-size:20px; font-weight:bold; font-style:normal; padding:15px; background-color:#CCC;}
.affiche { height:30px; width:270px; text-align: center; font-family:Arial; font-size:30px; font-weight:bold; font-style:normal; padding:15px; background-color: transparent; border: solid 2px;}
la ligne du programme qui m'*de ....
je n'arrive pas afficher le texte contenu dans le fichier "misejour" ma configuration est inexacte et ma mémoire fait défaut
<div menu_1>
<div class="container"><div class="item genre">Programme</div> </div>
<!--date de mise à jour -->
<div class="container"><div class="item affiche">="misejour_fleur.txt"></div></div>
Merci d'avance de votre aide
Modifié par gcyrillus (29 Jul 2025 - 13:27)