IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

Problème d'affichage


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Inscrit en
    Avril 2005
    Messages
    71
    Détails du profil
    Informations forums :
    Inscription : Avril 2005
    Messages : 71
    Par défaut Problème d'affichage
    je n'arrive pas a trouver pourquoi mais j'ai une bande blanche de 1 quart de pouce en haut de ma page et a gauge que je n'arrive pas a faire disparaitre...

    voivi le code dans mon index
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
     
    <?php
    include 'encryptage.php';
    include 'Config.php';
    include 'Fonctions.php';
    include 'SQL.php';
    include 'GetPost.php';
    //session_start(); 
    ?>
    <!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><?php echo TITLE; ?></title>
    </head>
    <body>
      <table width="<?php echo WIDTH_SITE;?>" border="0" align="center" cellspacing="0" cellpadding="0">
        <tr>
          	<td height="150" width="<?php echo WIDTH_SITE; ?>" background='<? echo BANNER; ?>'>
      		  <table width="<?php echo WIDTH_SITE; ?>" height="150" border="0" valign="top" align="right" cellspacing="0">
    				<tr height="150">
    					<td width="250" height="150">&nbsp;
     
    					</td>
    					<td valign="middle" align="right" height="150">
    						<table height="150">
    							<tr>
    								<td height="15">
    								</td>
    							</tr>
    							<tr>
    								<td valign="top" align="right">
    									<img border="0" width="500" height="70" src="<?php echo IMAGES.'banner-amica.gif'; ?>" /></td>
    							</tr>
    						</table>
    					</td>
    				  	<td bgcolor="" width="120" valign="top" align="right">
    							<?php include 'Section_Login.php'; ?>
    					</td>
    				</tr>
    	  	  </table>		
    		</td>
        </tr>
    	<tr>
    		<td align="left" valign="top" height="35">
    			<?php include 'menu.php'; ?>
    		</td>
    	</tr>
        <tr>
       	  <td valign="top" align="left">
    		<table width="<?php echo WIDTH_SITE; ?>" border="0" cellspacing="0" bgcolor="#FFFFFF" >
    			<tr>				
    				<td width="650" valign="top" align="center" cellspacing="0" cellpadding="0">
    					<?php include 'Section_Contenu.php'; ?>
    				</td>
    			  	<td width="<?php echo WIDTH_SECTION_RIGHT; ?>"  align="left" valign="top">
    					<table width="<?php echo WIDTH_SECTION_RIGHT; ?>" cellspacing="0">
    						<tr>
    							<td>
    								<?php include 'Section_Right1.php'; ?>
    							</td>						
    						</tr>
    						<tr>
    							<td>
    								<?php include 'Section_Right2.php'; ?>
    							</td>
    						</tr>
    						<tr>
    							<td>
    								<?php include 'Section_Right3.php'; ?>
    							</td>						
    						</tr>
    					</table>
    				</td>		
    			</tr>
    		</table>
    		</td>
        </tr>
        <tr>
       	  	<td height="50"  valign="top" align="center" background="<?php echo BANNER_BOTTOM; ?>">
    		<?php include 'Section_Bottom.php'; ?>
    		</td>
        </tr>
      </table>
    <form method="post" action="index.php" id="InfoPage"><input type="hidden" name="Page" id="Page" value="0" /></form>
    </body>
    </html>
    <?php
            SQL_Close_Database();
    ?>

  2. #2
    Membre éclairé Avatar de mussara
    Inscrit en
    Novembre 2004
    Messages
    442
    Détails du profil
    Informations personnelles :
    Âge : 57

    Informations forums :
    Inscription : Novembre 2004
    Messages : 442
    Par défaut
    as tu une feuille de style qui pilote ta page?

    si non rajoute une div englobante pour toute ta page, dans laquelle tu lui spécifies margin-top:0px;

    voila

  3. #3
    Membre confirmé
    Inscrit en
    Avril 2005
    Messages
    71
    Détails du profil
    Informations forums :
    Inscription : Avril 2005
    Messages : 71
    Par défaut
    j'ai esseyé ton truc:

    <div style="margin-left:0px" style="margin-top:0px">
    </div>

    mais sa ne fonctionne toujours pas...

  4. #4
    Membre éclairé Avatar de mussara
    Inscrit en
    Novembre 2004
    Messages
    442
    Détails du profil
    Informations personnelles :
    Âge : 57

    Informations forums :
    Inscription : Novembre 2004
    Messages : 442
    Par défaut
    montre le lien vers ta page

  5. #5
    Modérateur
    Avatar de Bisûnûrs
    Profil pro
    Développeur Web
    Inscrit en
    Janvier 2004
    Messages
    9 931
    Détails du profil
    Informations personnelles :
    Âge : 42
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Janvier 2004
    Messages : 9 931
    Par défaut
    Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    body{
       margin:0;
       padding:0;
    }

Discussions similaires

  1. Problème d'affichage
    Par mustang-gx dans le forum Bases de données
    Réponses: 8
    Dernier message: 26/01/2005, 22h54
  2. Problème d'affichage avec trace
    Par WriteLN dans le forum Flash
    Réponses: 10
    Dernier message: 22/10/2003, 16h59
  3. [Kylix] problème d'affichage
    Par scalvi dans le forum EDI
    Réponses: 1
    Dernier message: 18/06/2003, 10h07
  4. Réponses: 1
    Dernier message: 06/03/2003, 11h57
  5. probléme d'affichage d'une fiche
    Par sb dans le forum Composants VCL
    Réponses: 7
    Dernier message: 29/08/2002, 09h43

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo