Tableau html
Fermé
crazyghandi
Messages postés
312
Date d'inscription
vendredi 9 novembre 2007
Statut
Membre
Dernière intervention
4 octobre 2011
-
8 déc. 2008 à 17:04
crazyghandi Messages postés 312 Date d'inscription vendredi 9 novembre 2007 Statut Membre Dernière intervention 4 octobre 2011 - 8 déc. 2008 à 19:11
crazyghandi Messages postés 312 Date d'inscription vendredi 9 novembre 2007 Statut Membre Dernière intervention 4 octobre 2011 - 8 déc. 2008 à 19:11
A voir également:
- Tableau html
- Tableau croisé dynamique - Guide
- Tableau ascii - Guide
- Tableau word - Guide
- Trier tableau excel - Guide
- Editeur html - Télécharger - HTML
4 réponses
SAW4
Messages postés
190
Date d'inscription
mardi 29 juillet 2008
Statut
Membre
Dernière intervention
14 décembre 2008
16
8 déc. 2008 à 18:06
8 déc. 2008 à 18:06
Quelqu'un sait comment je peux coller les cellules
essaye dans ton code un Border-collapse
internetasso
Messages postés
1054
Date d'inscription
jeudi 25 octobre 2007
Statut
Membre
Dernière intervention
30 juin 2013
177
Modifié par crapoulou le 27/09/2010 à 21:03
Modifié par crapoulou le 27/09/2010 à 21:03
donne ton code de page
La création d'un site commence par la réflexion de son devenir...
La création d'un site commence par la réflexion de son devenir...
crazyghandi
Messages postés
312
Date d'inscription
vendredi 9 novembre 2007
Statut
Membre
Dernière intervention
4 octobre 2011
19
8 déc. 2008 à 19:05
8 déc. 2008 à 19:05
voici le code de index.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>EI CONSULTANT</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<?php
include 'init.php';
?>
<style type="text/css">
<!--
body {
background-image:url(images/bckgrd.JPG);
background-repeat:no-repeat;
font:Arial;
}
-->
</style></head>
<body>
<table width="200" border="0" align="center" class="tbl">
<tr>
<td height="112" colspan="3" background="images/baniere.jpg"></td>
</tr>
<tr>
<td background="images/fonds/fond_gauche.jpg" rowspan="2"><?php include "gauche.php" ?></td>
</tr>
<tr>
<td background="images/fonds/fond_main.jpg"><?php
include "menu.php";
echo "<br><br>";
include ($_GET['main']); ?></td>
</tr>
<tr>
<td colspan="2" height="20"><?php include "bas.php"; ?>
</td>
</tr>
</table>
</body>
</html>
et la classe tbl :
.tbl {
height:700px;
width:900px;
font: Arial, Helvetica, sans-serif;
}
je viens de refaire un upload sur www.cp2a.com/ei si vous voulez verifier
merci pour vos reponses
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>EI CONSULTANT</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="style.css" rel="stylesheet" type="text/css">
<?php
include 'init.php';
?>
<style type="text/css">
<!--
body {
background-image:url(images/bckgrd.JPG);
background-repeat:no-repeat;
font:Arial;
}
-->
</style></head>
<body>
<table width="200" border="0" align="center" class="tbl">
<tr>
<td height="112" colspan="3" background="images/baniere.jpg"></td>
</tr>
<tr>
<td background="images/fonds/fond_gauche.jpg" rowspan="2"><?php include "gauche.php" ?></td>
</tr>
<tr>
<td background="images/fonds/fond_main.jpg"><?php
include "menu.php";
echo "<br><br>";
include ($_GET['main']); ?></td>
</tr>
<tr>
<td colspan="2" height="20"><?php include "bas.php"; ?>
</td>
</tr>
</table>
</body>
</html>
et la classe tbl :
.tbl {
height:700px;
width:900px;
font: Arial, Helvetica, sans-serif;
}
je viens de refaire un upload sur www.cp2a.com/ei si vous voulez verifier
merci pour vos reponses
crazyghandi
Messages postés
312
Date d'inscription
vendredi 9 novembre 2007
Statut
Membre
Dernière intervention
4 octobre 2011
19
8 déc. 2008 à 19:11
8 déc. 2008 à 19:11
le border collapse marche bien mais vous remarquerez qu'il reste une ligne vide entre la banniere et le haut du menu.
possible de l'enlever?
refresh www.cp2a.com/ei
possible de l'enlever?
refresh www.cp2a.com/ei