Créer un modèle pour le traitement de texte

Le 5 janvier 2009

Google Documents dispose maintenant de modèles ce qui facilitent grandement son utilisation.

Les modèles sont visibles que dans la version américaine de Google Documents.

Afin de rester dans la version française il est possible d'accéder directement aux "templates" en cliquant sur le lien : http://docs.google.com/templates

google Template

Ces modèles sont tous en version américaine. Les modèles de lettres par exemple sont en conformité à ceux utilisés aux Etats Unis.

Pour avoir une version française il faut soit modifier le modèle existant soit le créer.

Création d'un modèle

La création comme la modification est possible ouvrant le modèle souhaité.

Les interventions se font en modifiant la partie HTML et CSS (Onglet modifier puis "Modifier le code HTML" ou "Modifier le CSS").

La création du modèle se fait ici en ouvrant un document vierge et en insérant dans les fenêtres HTML et CSS les codes ci-dessous.

Modèle de Lettre

Le modèle réalisé est celui d'une lettre de format commercial

L'adresse du destinataire est ici programmée pour la faire apparaître dans la fenêtre d'une enveloppe commerciale.

<div class="google_header" id="google_header">
<div>
<table id="ni7n" width="100%" cellpadding="3" cellspacing="0" border="0" class="zeroBorder">
<tbody>
<tr>
<td width="60%" valign="top"><span style="font-family: Georgia"><b><font size="4">Votre Nom </font></b></span></td>
<td width="40%">
<div style="text-align: left;margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 0)">n° rue<br>
Code Postal Ville</div>
<div style="text-align: left;margin-top: 0px; margin-bottom: 0px; color: rgb(0, 0, 0)"><font size="2">E-mail : nom@domaine.com</font></div>
</td>
</tr>
</tbody>
</table>
</div>
</div>


<div style="text-align: right;"><span style="font-family: 'Comic Sans MS';">Le date à enter</span></div>
<div style="text-align: left;"><span style="font-family: Verdana;">
<div>
<table id="p193" width="100%" cellpadding="3" cellspacing="0" border="0" class="zeroBorder">
<tbody>
<tr>
<td width="50%"></td>
<td width="50%"><br>
<br>
<span style="font-family: 'Arial Black';"><font size="4">Destinataire<br>
n° rue<br>
Code Postal Ville</font></span></td>
</tr>
</tbody>
</table>
</div>
</span></div>

<br>


<div><span style="font-family: Verdana;"><br>
</span></div>
<div><span style="font-family: Verdana;"><br>
</span></div>
<div><span style="font-family: Verdana;">Ref :</span></div>
<div><span style="font-family: Verdana;">Objet :</span></div>
<div><span style="font-family: Verdana;"><br>
</span></div>
<div><span style="font-family: Verdana;">
<div>
<table id="yeda" width="100%" cellpadding="3" cellspacing="0" border="0" class="zeroBorder">
<tbody>
<tr>
<td width="5%"></td>
<td width="95%">
<p>Messieurs,</p>
<p>Placer ici le corps de votre lettre</p>
<p>Les paragraphes se font automatiquement avec un retour de ligne </p>
<p>Je vous prie de croire, Messieurs en l'assurance de mes sentiments distingués</p>
<p><br>
</p>
<p><br>
</p>
<p style="text-align: center;">Prénom Nom</p>
</td>
</tr>
</tbody>
</table>
<div style="text-align: left;"><br>
</div>
</div>
</span></div>
<div><span style="font-family: Verdana;"><br>
</span></div>
<div><span style="font-family: Verdana;"><br>
</span></div>
<br>
<div class="google_footer" id="google_footer">
 <span class="google_pagenumber" id="nusb35">Page 1</span> of <span class="google_pagecount" id="nusb36">1</span>
 </div>
 <br>
body, div, td, h1, h2, h3, h4, h5, h6, p, li {
 font-family: Comic Sans MsArial,Tahoma,Verdana,sans-serif;
 color: #000;
}
body, div, td, p, li {
 font-size: 10pt;
}
td, p, li {
 line-height: 14pt;
}
#google_header {
 border-bottom: 1px double black;
 padding-bottom: 4pt;
}
p {
 margin: 10px 0;
}
#google_footer {
 border-top: 1px double #000;
 padding-top: 4pt;
 font-size: 8pt;
 text-align: right;
}

© Copyright 2007, André Willemijns WebSite

Valid XHTML 1.0 Strict