Site sous forme de tableau

Lu -  
 Utilisateur anonyme -
Bonjour,

Je suis en train de tenter de faire un site. Le soucis c'est que je n'ai jamais fait de site avec des tableaux (toujours avec des calques). Donc, je fonctionne par imbrication de tableau.

http://alexz-johnson.fr.nr/

En dessous de layout, un grand espace avant de tomber sur le CBOX et sur le news. Comment enlever cet espace ?

Sans doute un problème de marge, mais je ne sais pas les régler.

J'ai besoin de votre aide

Merci beaucoup d'avance
Configuration: Windows Vista
Firefox 3.0
Dreamweaver 8

5 réponses

  1. Lu
     
    Le voici, le voilà, désolée pour l'oublie...

    <!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=iso-8859-1" />
    <title>Alexz-Johnson.fr.cr le site de référence Français</title>
    <style type="text/css">
    <!--
    body {
    	background-color: #EDAA9A;
    	margin-left: 0px;
    	margin-top: 0px;
    	margin-right: 0px;
    	margin-bottom: 0px;
    }
    body,td,th {
    	font-family: Verdana, Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #D53632;
    }
    a {
    	font-size: 12px;
    	color: #D53632;
    	font-weight: bold;
    }
    a:link {
    	text-decoration: none;
    }
    a:visited {
    	text-decoration: none;
    	color: #D53632;
    }
    a:hover {
    	text-decoration: underline;
    	color: #FFFFFF;
    }
    a:active {
    	text-decoration: none;
    	color: #D53632;
    }
    #Menu {
    	position:absolute;
    	width:204px;
    	height:115px;
    	z-index:1;
    	left: 231px;
    	top: 400px;
    	visibility: visible;
    	overflow: visible;
    }
    #News {
    	position:absolute;
    	width:599px;
    	height:141px;
    	z-index:2;
    	left: 441px;
    	top: 399px;
    	visibility: visible;
    }
    -->
    </style></head>
    
    <body>
    <table width="800" height="793" align="center">
      <tr>
        <th height="400" scope="col"><img src="images/layout.jpg" width="800" height="400" /></th>
      </tr>
        <td height="385"><table width="204" align="left">
          <tr>
            <th height="145" scope="col">Projet</th>
          </tr>
          <tr>
            <th width="202" height="316" scope="col">Chat Box
      <!-- BEGIN CBOX - www.cbox.ws -->
    <div align="center" id="cboxdiv">
    <iframe frameborder="0" width="204" height="225" src="http://www.cbox.ws/box/?boxid=968659&amp;boxtag=5068&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: 0px solid;" id="cboxmain"></iframe><br/>
    <iframe frameborder="0" width="204" height="75" src="http://www.cbox.ws/box/?boxid=968659&amp;boxtag=5068&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px" id="cboxform"></iframe>
    </div>
    <!-- END CBOX --></th>
          </tr>
        </table>
          <table width="583" align="right">
            <tr>
              <th width="575" scope="col"><?PHP
    $number=10;
    include("/mnt/126/sdc/8/2/patamacher/alexz/cutenews/show_news.php");
    ?></th>
            </tr>
          </table></td>
      </tr>
    </table>
    </body>
    </html>
    
    0
  2. Lu
     
    Merci beaucoup, en espèrant que tu puisses l'aider
    0
  3. the sentinel Messages postés 755 Date d'inscription   Statut Membre 145
     
    sans le code html de ta page ca va être dur
    -1
  4. the sentinel Messages postés 755 Date d'inscription   Statut Membre 145
     
    je vais étudier cela... Mais pour ce soir je dois arrêter... A demain
    -1
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. Utilisateur anonyme
     
    Problème résolu, si quelqu'un peu le mettre RESOLU, Merci
    -1