Partage
  • Partager sur Facebook
  • Partager sur Twitter

M@téo

m'as-tu dis ?

Anonyme
19 février 2006 à 16:15:46

Bon dimanche zériens ...

Pour fêté ça, j'ai un petit problème dans le code html d'une page, voici les codes, qui en le survolant peut me dire ou sont mes fautes et ce que je n'ai surotut pas le droit de faire

Merci, à bientôt

body
{
        background-color: #000000
}
       
#baniere
{

        width: 518px;
        height: 100px;
       
        background-image: url("images/banniere.jpg");
        background-repeat: no-repeat;
       
        border: none;
        margin: auto;
        margin-bottom: 100px;
}
       
#menu
{

        width: 678x;
        height: 250px;
       
        background-image: url("images/menu.jpg");
        background-repeat: no-repeat;
       
        border: none;
        margin: auto;
        margin-bottom: 100px;
}

#logo
{

        background-image: url("images/logo.gif");
}

p
{
        font-size: 8px;   
        color: silver;
}

h1
{
        font-size: 12px;
    color: red;
}


<!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" >
    <head>
        <title>ROCKTOUR STUDIO</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <link rel="stylesheet" media="screen" type="text/css" title="contact" href="contact.css" />
    </head>
 
    <body>
      <form method="POST" action="contact.php" name="AVIS">
        <div id="logo"></div>
                               
        <div class="baniere"></div>
       
        <div class="menu">
   <table border="0" height="678" width="250"><tr><td align="center">
   
<p>Votre Pseudo :<input type="text" name="pseudo" size="30" maxlength="50"></p>
<p>Votre Mail : <input type="text" name="mail" size="30" maxlength="50"></p>
<p>Sujet :<input type="text" name="sujet" size="30" maxlength="50"></p>
<p>Texte :<textarea name="texte" wrap=physical rows=8cols=62></textarea></p>
<input  type="submit" value="Envoyer" name="envoyer">
  </td></tr></table>
   </div>

</body>
</html>


Le Rendu
Gros Yak
  • Partager sur Facebook
  • Partager sur Twitter
19 février 2006 à 16:21:50

Titre non-explicite.

++
aimak
  • Partager sur Facebook
  • Partager sur Twitter