Discussion: Ole noob :D
Afficher un message
Vieux 30/05/2007, 17h28   #29 (permalink)
Profil
Bowser
Membre V.I.P
Ancienneté  94%
Ancienneté 94%
 
Avatar de Bowser
 
Date d'inscription: mai 2006
Messages: 2 464
Téléchargements: 2
Uploads: 0
Entrées dans le blog: 1
Merci: 7
Remercié 28 fois dans 15 Posts
Par défaut

Effectivement, en 8, ça rend mieux !

Maintenant, je dois juste copier tout ce code sur une page HTML et ça roule ?

Voici mon code HTML :

Citation:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>Generateur</title>

<style>
a {
color: black;
decoration: underline dashed;
}
a.menu { text-decoration:none ; }
a:hover {
color: #93C4FC;
text-decoration: underline;
}
a.menu:hover {
color: white;
-moz-border-radius-topright: 3px;
}
body {
background-image: url(../images/fond.gif);
}
</style><LINK REL="SHORTCUT ICON" HREF="">

<style type="text/css">
<!--
.Style5 {color: #000000; }
.Style6 {color: #0099FF}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style>
</head>

<body>

<div align="center"></div>
<div align="center">
<table style="border: 1px solid rgb(113, 180, 250);" cellpadding="0" cellspacing="0" width="200">
<tbody><tr>
<td height="641"><div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="650">
<tbody><tr>
<td width="650"><table border="0" cellpadding="0" cellspacing="0" width="650">
<tbody><tr>
<td height="112" bgcolor="#d4e8ff">&nbsp;</td>
</tr>
</tbody>
</table> <table border="0" cellpadding="0" cellspacing="0" width="650">
<tbody><tr>
<td bgcolor="#93c4fc" height="538" valign="top" width="100">&nbsp;</td>
<td align="center" bgcolor="#ffffff" valign="top" width="550">&nbsp;</td>
</tr>
</tbody>
</table></td>
</tr>
</tbody></table>


</div></td>
</tr>
</tbody></table>
<center>
</center>

</div>
</body></html>
Bowser est déconnecté   Réponse avec citation