re : titre, sur fond de texture
b.poiraud <b.poiraud <at> wanadoo.fr>
2006-02-01 07:26:24 GMT
----- Original Message -----
From: "b.poiraud" <b.poiraud <at> wanadoo.fr>
To: "b.poiraud" <b.poiraud <at> wanadoo.fr>
Sent: Wednesday, February 01, 2006 7:58 AM
Subject: Re: [Spip] titre, sur fond de texture
>
> ----- Original Message -----
> From: "b.poiraud" <b.poiraud <at> wanadoo.fr>
> To: "Jacques PYRAT" <spip.newsgroup <at> pyrat.net>; <spip <at> rezo.net>
> Sent: Wednesday, February 01, 2006 7:02 AM
> Subject: Re: [Spip] titre, sur fond de texture
>
>
>
> ----- Original Message -----
> From: "Jacques PYRAT" <spip.newsgroup <at> pyrat.net>
> To: <spip <at> rezo.net>
> Sent: Wednesday, February 01, 2006 12:14 AM
> Subject: Re: [Spip] titre, sur fond de texture
>
>
> b.poiraud a écrit :
>> Bonjour
>>
>> Je voudrais écrire le titre de QUELQUES articles, sur un fond de couleur
>> texturé.
>> J'ai ouvert spip_style.css
>> et j'ai ajouté ceci :
>>
>> div.spip_texture {
>> background-image:
>> url(http://www.journal-la-mee.info/SPIP-v1-6/Wb0184345.jpg)
>> }
>>
>> et puis j'ai essayé d'appeler
>> <texture>
>> mon titre
>> </texture>
>>
>> (un peu comme on fait avec <poesie>....</poesie>)
> L'idée est séduisante, mais <poesie> marche ainsi parce que propre()
> (une fonction de spip) traduit <poesie> en HTML.
>
>>
>> après moult essais ... ça ne va pas.
>> Quelqu'un aurait-il une idée ?
> <div class="spip_texture">Ton texte</div>
>
> <<<<<<<<<<<<<<<<<
>
> Merci
> J'ai essayé de mettre <div class="spip_texture">Ton texte</div>
> mais ça ne marche pas.
> Je vais essayer encore
>
>
> <<<<<<<<<<<<<<<<<<<<<<
j'ai trouvé ceci, qui me fait bien un texte sur fond de texture.
<table width="75%" cellpadding="12" bordercolor="#000000" border="3"
background="http://www.journal-la-mee.info/SPIP-v1-6/Wb0184345.jpg"
style="font-weight: bold;">
<tbody>
<tr>
<td>
<div style="text-align: center;"><font size="5"><span
style="color: rgb(255, 255, 255);"> texte</span></font></div>
</td>
</tr>
</tbody>
</table>
Mais c'est trop long pour mettre dans un titre.
Y a-t-il un moyen de raccourcir ?
> Jacques — http://www.pyrat.net/-SPIP-.html
>
> _______________________________________________
> liste spip
> spip <at> rezo.net - désabonnement : spip-off <at> rezo.net
> Infos et archives : http://listes.rezo.net/mailman/listinfo/spip
> Documentation de SPIP : http://www.spip.net/
> irc://irc.freenode.net/spip
> FAQ : http://www.spip-contrib.net/spikini/FaQ
>
>
>
> _______________________________________________
> liste spip
> spip <at> rezo.net - désabonnement : spip-off <at> rezo.net
> Infos et archives : http://listes.rezo.net/mailman/listinfo/spip
> Documentation de SPIP : http://www.spip.net/
> irc://irc.freenode.net/spip
> FAQ : http://www.spip-contrib.net/spikini/FaQ
>
>
>
>