JeuWeb - Crée ton jeu par navigateur
Décalé sur internet ? - Version imprimable

+- JeuWeb - Crée ton jeu par navigateur (https://jeuweb.org)
+-- Forum : Discussions, Aide, Ressources... (https://jeuweb.org/forumdisplay.php?fid=38)
+--- Forum : Programmation, infrastructure (https://jeuweb.org/forumdisplay.php?fid=51)
+--- Sujet : Décalé sur internet ? (/showthread.php?tid=5429)



Décalé sur internet ? - golradir - 15-05-2011

Bonsoir, j'ai un petit soucis dans le code je crois, ou c'est normal ?

Voici ce que je vois sur Mozilla (Celui que j'utilise)

[Image: droit1.png]

Et la sur Internet explorer, ce n'ai pas droit comme je voudrais ...

[Image: droit2.png]

Voici le code du tableau.

Code :
<table border="0" cellspacing="0" cellpadding="2" width="15%" align="center"><tr><td>
<table border="0" cellspacing="0" cellpadding="2" width="25%" align="left">
<tr><td background="interface/coin_1.jpg" width="6" height="6"></td><td background="interface/haut_cadre.jpg"></td><td background="interface/coin_2.jpg" width="6" height="6"></td></tr>
<tr><td background="interface/gauche_cadre.jpg" width="6"></td><td background="interface/fondbg3.jpg">

<body>


<table border="0" width="1000" align="center">
    <tr>

<form action="index.php" method="post">
<font face="vivaldi" size=5><b>Pseudo de l'officier: </b></font>
<input type="text" name="login" value="<?php if (isset($_POST['login'])) echo htmlentities(trim($_POST['login'])); ?>">
</tr>
<tr>
<font face="vivaldi" size=5><b>Vôtre mot de passe: <b></font>
<input type="password" name="pass" value="<?php if (isset($_POST['pass'])) echo htmlentities(trim($_POST['pass'])); ?>">
</tr>
<tr>
<input type="submit" name="connexion" value="Connexion" onmouseover="this.src='interface/login.gif'" onmouseout="this.src='interface/login.gif'" src="interface/login.gif"><A HREF="projet.php"><font face="vivaldi" size=5> => Projet <=</font></a>
</select>
</tr>

<?php
if (isset($erreur)) echo '<br /><br />',$erreur;  
?>

</table></form>

</body>

</td><td background="interface/droite_cadre.jpg" width="6"></td></tr>
<tr><td background="interface/coin_3.jpg" width="6" height="6"></td><td background="interface/bas_cadre.jpg"></TD><TD background="interface/coin_4.jpg" width="6" height="6"></td></tr>
</table>
</td></tr><tr><td>




RE: Décalé sur internet ? - djidi - 15-05-2011

Il te manque des <td></td> là ou se trouve les champs de formulaire et les labels.


RE: Décalé sur internet ? - Argorate - 16-05-2011

Les tableaux de tableaux pour agencé du contenu, ça ne se fait plus trop, c'est moche et ça rajoute trois tonnes de balise^^



RE: Décalé sur internet ? - Wells - 16-05-2011

* Wells va se pendre en voyant ca

allez hop hop hop hop:

http://www.alsacreations.com/tutoriels/


RE: Décalé sur internet ? - Jeckel - 16-05-2011

Oui, en fait le HTML est tout faut, y a même un body au milieu d'un td...

Sans vouloir te vexer, je te conseille le lien de Wells... Y a rien à garder là