Bonjour je viens de créer un page mais la présentation ne donne pas du tout ce à quoi je m'ttendais.
Voiçi le code :
et une capture d'écran
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 // XHTML -------------------------------------------------- <?php echo"<?xml version=\"1.0\" encoding=\"iso-8859-1\"?>\n" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <title>Surfeurdu33</title> <meta name="description" content="Le site perso de Greg Alias Surfeurdu33" /> <meta name="keywords" lang="fr" content="surfeurdu33, greg, surfeur33" /> <meta name="category" content="internet" /> <meta name="revisit-after" content="1 days" /> <meta name="author" lang="fr" content="Greg / Surfeurdu33 / Surfeur33" /> <meta name="copyright" content="Surfeurdu33" /> <meta name="generator" content="WebExpert6" /> <meta name="identifier-url" content="http://surfeurdu33.free.fr" /> <?php $ip = $_SERVER['REMOTE_ADDR']; if ($ip=="127.0.0.1") $chemin2 = "http://127.0.0.1/surfeurdu33" ; else $chemin2 = "http://surfeurdu33.free.fr"; ?> <script type="text/javascript" src="<?php echo $chemin2 ?>/script.js"></script> <link rel="stylesheet" type="text/css" href="style_sms.css" /> </head><?php echo"\n\n" ?> <body> <div class="phone"> <p> <img src="sharp_top.jpg" width="187" height="73" alt="top" /> </p> <p> <img src="sharp_left.jpg" width="23" height="185" alt="left" /> <span class="mess"><?php echo /*$lire ; */ ?></span> <img src="sharp_right.jpg" width="23" height="185" alt="right" /> </p> <p> <img src="sharp_bottom.jpg" width="187" height="162" alt="bottom" /> </p> </div> </body> </html> // CSS -------------------------------------------------- * {margin:0;padding:0} body {margin-top:20px;overflow:auto;} img {border:none;} ul {list-style-type:none;} img.coll {border:none;display:block;} div.phone {background-color:#D6FFB0;width:512px;float:left} span.mess {width:138px;overflow:auto;}
Déja j'aimerai que l'image du bas (sharp_bottom.jpg) soit collée au reste (haut) et ensuite pourquoi le "<span class="mess"> depasse de l'image ?
J'espère que vous m'avez compris merçi
Partager