Marge avant tableau sur dreamweaver

Bonsoir,

J'ai retourné mon code dans tous les sens (enfin à la mesure de mes infimes connaissances) et je n'arrive toujours pas à intégrer une marge au dessus de mon tableau pour mon site sur dreamweaver.
Je vous mets une copie du code au cas où vous pourriez m'aider.
Par avance, je vous remercie pour l'aide que vous pourriez m'apporter.

Bonne soirée

Elodie

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Document sans nom</title>
<style type="text/css">
<!--
body {
margin-top: 50px;
background-color: #000000;
background-image: url(background.png);
background-repeat: no-repeat "100%";
margin: 0;
padding: 0;
}
-->
</style></head>

<body>
<div align="center" margin-top: 50px;>
<table width="890" border="0" align="center" cellpadding="0" cellspacing="0" margin-top="50px">

<tr>
<td width="890"><table width="890" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="323"><a href="accueil.html"><img src="decoupes_site/logo.jpg" width="323" height="144" border="0"/></a></td>
<td width="567"><table width="489" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="489"><img src="decoupes_site/bandeau.jpg" width="566" height="113" /></td>
</tr>
<tr>
<td><table width="566" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="31"><a href="accueil.html"><img src="decoupes_site/home.jpg" width="31" height="31" border="0" /></a></td>
<td width="101"><a href="presentation.html"><img src="decoupes_site/presentaition.jpg" width="101" height="31" border="0" /></a></td>
<td width="94"><a href="prestation.html"><img src="decoupes_site/prestations.jpg" width="94" height="31" border="0"/></a></td>
<td width="91"><a href="produits.html"><img src="decoupes_site/produits.jpg" width="91" height="31" border="0"/></a></td>
<td width="92"><a href="portfolio.html"><img src="decoupes_site/portfolio.jpg" width="92" height="31" border="0" /></a></td>
<td width="28"><img src="decoupes_site/mailto.jpg" width="28" height="31" /></td>
<td width="129"><img src="decoupes_site/coin_bandeau.jpg" width="129" height="31" /></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td width="890" bgcolor="#F0F0F0"> </td>
</tr>
<tr>
<td><table width="889" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="714"><img src="decoupes_site/cadre_texte_presentation.jpg" width="714" height="411" /></td>
<td width="175"><table width="175" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="175"><img src="decoupes_site/derneir_cadre_texte.jpg" width="175" height="252" /></td>
</tr>
<tr>
<td><a href="produits_verts.html"><img src="decoupes_site/produits_ecolo.jpg" width="175" height="159" border="0"/></a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td><table width="889" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="889"><table width="889" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="179"><a href="cgv.html"><img src="decoupes_site/cgv.jpg" width="179" height="34" border="0"/></a></td>
<td width="108"><a href="mentions_legales.html"><img src="decoupes_site/mentions_legales.jpg" width="108" height="34" border="0"/></a></td>
<td width="57"><a href="contact.html"><img src="decoupes_site/contact.jpg" width="57" height="34" border="0"/></a></td>
<td width="365"><img src="decoupes_site/centre_bande_verte.jpg" width="365" height="34" /></td>
<td width="88"><a href="pro.html"><img src="decoupes_site/professionnels.jpg" width="88" height="34" border="0"/></a></td>
<td width="92"><a href="particuliers.html"><img src="decoupes_site/particuliers.jpg" width="92" height="34" border="0"/></a></td>
</tr>
</table></td>
</tr>

</table></td>
</tr>
</table>
</div>
</body>
</html>
Configuration: Windows Vista
Firefox 3.0.8

1 réponse

  1. Peut-être pourra tu faire ça en jouant avec le CSS.
    Exemple:
    table{margin-top:10px;}

    Si c'est bien ce que tu veux faire d'après ce que j'ai compris...
    0