Bonjour
voila ma page index
sous IE tout va bien , sous firefox les "align center" ne sont pas reconnus
j'ai pas envie de faire du css, car je ne connais pas trop
et je suis très mauvais en mise en page...
Merci bcp
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 <HTML> <head> <title> Admin</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <img src="mon_header.JPG"> </br></br></br></br> <table border=3 align="center"> <tr> <td> <table border=0 align="center"> <tr> <td align="center"> <img src="admin.png" width="100" height="80" border="0" ></td> <td align="center"> <img src="tele.jpg" width="100" height="80" border="0" ></td> <td align="center"> <img src="down.jpg" width="100" height="80" border="0" ></td> <td align="center"> <img src="reveil.jpg" width="100" height="80" border="0" > </td> </tr> <td colspan="4"><form name="myform" method="POST" action="test.php"> <input type="radio" name="type" value="conf" onClick="document.forms.myform.submit()"><b>Modifier</b> <input type="radio" name="type" value="resto" onClick="document.myform.submit()"><b>Restorer </b> <input type="radio" name="type" value="upl" onClick="document.forms.myform.submit()"><b>Créer </b> <input type="radio" name="type" value="wol" onClick="document.forms.myform.submit()"><b>Reveil</b> </form> </td> </tr> </table> </td> </tr> </table>
Partager