bonjour,
je sais que les tables c'est dépassé et qu'il est mieux d'ajouter des classes dans un css de joomla mais pour le moment j'apprends avec les moyens du bord !
comment puis-je changer (span ou div vide avec ligne span autour de ma table,...) :
font-size: 12px;
color: #646464;
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
line-height: 150%;
dans une table du type :
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td></td>
<td rowspan="2" align="right" valign="top">
<div style="float: right;"><img src="/images/gwapamode/istock 6.jpg" alt="Contact" align="middle" />
</div>
</td>
</tr>
<tr>
<td>
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td rowspan="6" valign="top" width="40"><img src="/images/gwapamode/con_address.png" alt="Adresse: " />
</td>
</tr>
<tr>
<td valign="top">Avenue Laboulle 31</td>
</tr>
<tr>
<td valign="top">Tilff</td>
</tr>
<tr>
<td valign="top">4130</td>
</tr>
</tbody>
</table><br />
merci d'avance
marc
je sais que les tables c'est dépassé et qu'il est mieux d'ajouter des classes dans un css de joomla mais pour le moment j'apprends avec les moyens du bord !
comment puis-je changer (span ou div vide avec ligne span autour de ma table,...) :
font-size: 12px;
color: #646464;
font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
line-height: 150%;
dans une table du type :
<table style="width: 100%;" border="0">
<tbody>
<tr>
<td></td>
<td rowspan="2" align="right" valign="top">
<div style="float: right;"><img src="/images/gwapamode/istock 6.jpg" alt="Contact" align="middle" />
</div>
</td>
</tr>
<tr>
<td>
<table style="width: 100%;" border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td rowspan="6" valign="top" width="40"><img src="/images/gwapamode/con_address.png" alt="Adresse: " />
</td>
</tr>
<tr>
<td valign="top">Avenue Laboulle 31</td>
</tr>
<tr>
<td valign="top">Tilff</td>
</tr>
<tr>
<td valign="top">4130</td>
</tr>
</tbody>
</table><br />
merci d'avance
marc
Commentaire