Bonjour
Je voudrais faire une modification de l'apparence publique du
calendrier d'agenda2, j'arrive à faire presque tout, sauf à centrer le
texte à l'intérieur des cellules, j'ai utlisé le code d'Erwan
http://www.veille-web.fr/index.php/pages/agenda_spip
J'ai compris en rélisant l'explication qui est sur la page du plug que
ce que je cherche à faire est dans le fichier calendrier_mini.html
dans un des dossiers du plug.
Cela doit vous paraître évident pour vous, mais pour moi, la
programmation, c'est pas vraiment mon truc, donc, j'ai chercher sur le
net, mais, je ne trouve pas ou est mon erreur
Bon, je sais pas encore comment faire une feuille css à part, mais
bon, si cela fonctionne, cela me va 
J'ai éssayer de mettre tr align="center, td align="center, mais non,
cela ne marche pas, donc, j'aurais besoin d'un coup de main 
div id="calendar">
<h2><BOUCLE_titre(ARTICLES){id_article}>#TITRE</
BOUCLE_titre><:icone_calendrier:><//B_titre></h2>
<table width="200" summary="<:icone_calendrier:>">
<caption>[
<a
href="(#ENV{self}|parametre_url{#ENV{var_date},[(#ENV{date}|
Agenda_moisdecal{-1,'Y-m'})]})"
title="[(#ENV{date}|Agenda_moisdecal{-1,'Y-m'}|
affdate_mois_annee)]">«</a>][
(#ENV{date}|affdate_mois_annee)][
<a
href="(#ENV{self}|parametre_url{#ENV{var_date},[(#ENV{date}|
Agenda_moisdecal{1,'Y-m'})]})"
title="[(#ENV{date}|Agenda_moisdecal{1,'Y-m'}|
affdate_mois_annee)]">»</a>]
</caption>
<thead>
<tr>
<th scope="col"><abbr title="<:date_jour_2:>"><:date_jour_2|
spip_substr{0,1}|strtoupper:></abbr></th>
<th scope="col"><abbr title="<:date_jour_3:>"><:date_jour_3|
spip_substr{0,1}|strtoupper:></abbr></th>
<th scope="col"><abbr title="<:date_jour_4:>"><:date_jour_4|
spip_substr{0,1}|strtoupper:></abbr></th>
<th scope="col"><abbr title="<:date_jour_5:>"><:date_jour_5|
spip_substr{0,1}|strtoupper:></abbr></th>
<th scope="col"><abbr title="<:date_jour_6:>"><:date_jour_6|
spip_substr{0,1}|strtoupper:></abbr></th>
<th scope="col"><abbr title="<:date_jour_7:>"><:date_jour_7|
spip_substr{0,1}|strtoupper:></abbr></th>
<th scope="col"><abbr title="<:date_jour_1:>"><:date_jour_1|
spip_substr{0,1}|strtoupper:></abbr></th>
</tr>
</thead>
<tbody>
[(#REM) On commence par calculer les evenements qui commencent ou
finissent dans le mois courant
Ainsi que ceux qui sont a cheval (commencent avant, et finissent
apres le mois courant)
]
<BOUCLE_calendrier_debut(EVENEMENTS)
{id_article}{id_mot?}
{agenda date_debut, mois, (#ENV{date}|annee), (#ENV{date}|mois)}>[
(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,[(#TITRE|addslashes)],
#DESCRIPTIF,#LIEU,
[(#ENV{self}|parametre_url{#ENV{var_date},[(#DATE_DEBUT|affdate{'Y-
m-d'})]})]})
]</BOUCLE_calendrier_debut><BOUCLE_calendrier_fin(EVENEMENTS)
{id_article}{id_mot?}
{agenda date_fin, mois, (#ENV{date}|annee), (#ENV{date}|mois)}>[
(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,[(#TITRE|addslashes)],
#DESCRIPTIF,#LIEU,
[(#ENV{self}|parametre_url{#ENV{var_date},[(#DATE_DEBUT|affdate{'Y-
m-d'})]})]})
]</BOUCLE_calendrier_fin>
#SET{'borne_debut_mois', (#ENV{date}|Agenda_moisdecal{0,'Y-m-d'})}
#SET{'borne_fin_mois', (#ENV{date}|Agenda_moisdecal{1,'Y-m-d'})}
<BOUCLE_calendrier(EVENEMENTS)
{id_article}{id_mot?}
{date_debut < #GET{'borne_debut_mois'}}
{date_fin >= #GET{'borne_fin_mois'}}>[
(#DATE_DEBUT|Agenda_memo_full{#DATE_FIN,[(#TITRE|addslashes)],
#DESCRIPTIF,#LIEU,
[(#ENV{self}|parametre_url{#ENV{var_date},[(#DATE_DEBUT|affdate{'Y-
m-d'})]})]})
]</BOUCLE_calendrier>
[(#REM) Puis on les affiche dans un agenda]
[(#ENV{date}|agenda_mini)]
</tbody>
</table>
<span> </span>
</div>
Cordialement, Franck
( suis