jeudi 23 mai 2013

Image en arrière-plan d'un tableau

J'en ai déjà parlé mais à chaque fois que j'en ai besoin, j'ai oublié!

Donc, pour placer une image en arrière-plan d'un tableau ou plutôt d'une cellule (on doit pouvoir le faire aussi pour un tableau):

<table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 720px; height: 500px;">
<tbody>
<tr>
<td background="http://www.ssd.noaa.gov/goes/east/carb/avn-l.jpg" style="vertical-align: middle; background-color: rgb(0, 0, 0); text-align: center; background-repeat: no-repeat no-repeat;">
</td>
</tr>
</tbody>
</table>


Aucun commentaire:

Enregistrer un commentaire