IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

Comprendre le Formattage HTML


Sujet :

HTML

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre averti
    Inscrit en
    Juin 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Juin 2010
    Messages : 12
    Par défaut Comprendre le Formattage HTML
    Bonjour tout le monde...je construit un site sur Dreamweaver et je me retrouve avec quelque chose que je ne comprend pas...le formattage de page HTML

    J'ai ma page, avant le formattage: http://grominnettowrestling.web44.net/ProfilsMSang.html

    et j'ai une page après le formattage: http://grominnettowrestling.web44.net/ProfilsMSesp.html

    Je comprend le résultat...ce que je ne comprend pas, c'est quand je regarde ma page en mode "design", je vois des images à gauche et au centre...et je vois de noms au centre et à gauche (oui vous pouvez voir avec "Afficher la source")

    En voyant cela, sur quoi puis-je me baser pour placer une autre image....ou même faire une nouvelle page avec touts les noms de A
    à Z...

    Quelqu'un peut m'éclairer?


    Merci

  2. #2
    Modérateur
    Avatar de Bisûnûrs
    Profil pro
    Développeur Web
    Inscrit en
    Janvier 2004
    Messages
    9 931
    Détails du profil
    Informations personnelles :
    Âge : 42
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Janvier 2004
    Messages : 9 931
    Par défaut
    Je n'ai absolument rien compris ...

  3. #3
    Modérateur
    Avatar de Vil'Coyote
    Homme Profil pro
    Développeur adélia & Web
    Inscrit en
    Février 2008
    Messages
    4 583
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur adélia & Web
    Secteur : Industrie

    Informations forums :
    Inscription : Février 2008
    Messages : 4 583
    Par défaut
    c'est moi ou le décodeur est en panne?
    la vie n'est pas cirrhose des foies ...

    Avant de poster un message Rechercher n'est pas qu'une option.
    FAQ Web - Tuto Web

  4. #4
    Membre averti
    Inscrit en
    Juin 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Juin 2010
    Messages : 12
    Par défaut
    OK, regardez le vieux code:

    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
     
     
    <p align="center">&nbsp;</p>
    <p align="center" class=style14>Click on your wrestler </p>
     
    <table width="1213" border="0">
     
     
     
      <tr>
     
     
     
    	    <td valign="top"><p><a href="MaddDogReaperang.html"><img src="Photo/MaddDogReaperA.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="MaddDogReaperang.html" class="style8">Madd Dog Reaper</a> </p></td>
     
     
    		    <td valign="top"><a href="Makabreang.html"><img src="Photo/Makabre Makabre Makabre A.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="Makabreang.html" class="style8">Makabre Makabre Makabre </a></p></td>
     
     
     
     
     
     
    	        <td valign="top"><p><a href="MaliaHosakaang.html"><img src="Photo/Malia Hosaka A.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="MaliaHosakaang.html" class="style8">Malia Hosaka </a></p></td>
     
    	      <td valign="top"><p><a href="Mansonang.html"><img src="Photo/Manson A.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="Mansonang.html" class="style8">Manson</a></p></td>
     
    	 <td valign="top"><p><a href="MarcFieldang.html"><img src="Photo/Marc Field.jpg" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="MarcFieldang.html" class="style8">Marc Fields </a></p></td>
     
     
    	 <td valign="top"><p><a href="MareaRojaang.html"><img src="Photo/Marea Roja A.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="MareaRojaang.html" class="style8">Marea Roja </a></p></td>
     
     
    	  <td valign="top"><p><a href="Marionang.html"><img src="Photo/Marion.jpg" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="Marionang.html" class="style8">Marion</a></p></td>
     
     
        <td valign="top"><p><a href="Mariusang.html"><img src="Photo/Marius.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="Mariusang.html" class="style8">Marius</a></p></td>
     
    	    <td valign="top"><p><a href="MarkJamesang.html"><img src="Photo/Marc James A.gif" width="130" height="110" border="0" /></a></p>
        <p align="center"><a href="MarkJamesang.html" class="style8">Mark James </a></p></td>
     
     
     
      </tr>
    et maintenant le nouveau:

    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
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    <p ALIGN="center">&nbsp;
     
        </p>
        <p ALIGN="center" CLASS="style11 style4 style8">
          Haga clic con el luchador
        </p>
        <p ALIGN="center" CLASS="style9">&nbsp;
     
        </p>
        <p ALIGN="center" CLASS="style2">&nbsp;
     
        </p>
        <table WIDTH="1213" BORDER="0">
          <tr>
            <td VALIGN="top">
              <p>
                <a HREF="MaddDogReaperesp.html"><img SRC="Photo/MaddDogReaperA.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MaddDogReaperesp.html" CLASS="style12">Madd Dog Reaper</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Makabreesp.html"><img SRC="Photo/Makabre%20Makabre%20Makabre%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Makabreesp.html" CLASS="style12">Makabre Makabre Makabre</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MaliaHosakaesp.html"><img SRC="Photo/Malia%20Hosaka%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MaliaHosakaesp.html" CLASS="style12">Malia Hosaka</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Mansonesp.html"><img SRC="Photo/Manson%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Mansonesp.html" CLASS="style12">Manson</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MarcFieldesp.html"><img SRC="Photo/Marc%20Field.jpg" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MarcFieldesp.html" CLASS="style12">Marc Field</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MareaRojaesp.html"><img SRC="Photo/Marea%20Roja%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MareaRojaesp.html" CLASS="style12">Marea Roja</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Marionesp.html"><img SRC="Photo/Marion.jpg" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Marionesp.html" CLASS="style12">Marion</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Mariusesp.html"><img SRC="Photo/Marius.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Mariusesp.html" CLASS="style12">Marius</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MarkJamesesp.html"><img SRC="Photo/Marc%20James%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MarkJamesesp.html" CLASS="style12">Mark James</a>
              </p>
            </td>
          </tr>
    Si vous mettez cela dans Dreamweaver en mode design, vous allez avoir deux résultats très différent, qui pourtant sont bien correct sur le Web!!!

    Mais si je veux faire un seul tableau par langues, sans le découper comme présentement, comment je fais pour avoir un beau code HTML comme le nouveau, si je ne peux pas voir en mode Design?

    Suis-je plus clair?


    Merci...et bonne nuit!!

  5. #5
    Membre Expert
    Avatar de polymorphisme
    Homme Profil pro
    Publishing
    Inscrit en
    Octobre 2009
    Messages
    1 460
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 52
    Localisation : France, Gironde (Aquitaine)

    Informations professionnelles :
    Activité : Publishing
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Octobre 2009
    Messages : 1 460
    Par défaut
    Bonjour,

    tu devrais te pencher sur le mode d'emploi de Dreamweaver.

  6. #6
    Membre averti
    Inscrit en
    Juin 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Juin 2010
    Messages : 12
    Par défaut
    Pas sur que le mode d'emploi va m'expliquer pourquoi les images sont ainsi....

    Faudrait aller plus loin dans ton observation ou.......

  7. #7
    Membre Expert
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    1 132
    Détails du profil
    Informations personnelles :
    Âge : 53
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 1 132
    Par défaut
    Bonjour,

    Pourquoi tous les attribut HTML sont en majuscules ?

    Citation Envoyé par grominnetto Voir le message
    et maintenant le nouveau:

    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
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    <p ALIGN="center">&nbsp;
     
        </p>
        <p ALIGN="center" CLASS="style11 style4 style8">
          Haga clic con el luchador
        </p>
        <p ALIGN="center" CLASS="style9">&nbsp;
     
        </p>
        <p ALIGN="center" CLASS="style2">&nbsp;
     
        </p>
        <table WIDTH="1213" BORDER="0">
          <tr>
            <td VALIGN="top">
              <p>
                <a HREF="MaddDogReaperesp.html"><img SRC="Photo/MaddDogReaperA.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MaddDogReaperesp.html" CLASS="style12">Madd Dog Reaper</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Makabreesp.html"><img SRC="Photo/Makabre%20Makabre%20Makabre%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Makabreesp.html" CLASS="style12">Makabre Makabre Makabre</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MaliaHosakaesp.html"><img SRC="Photo/Malia%20Hosaka%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MaliaHosakaesp.html" CLASS="style12">Malia Hosaka</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Mansonesp.html"><img SRC="Photo/Manson%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Mansonesp.html" CLASS="style12">Manson</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MarcFieldesp.html"><img SRC="Photo/Marc%20Field.jpg" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MarcFieldesp.html" CLASS="style12">Marc Field</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MareaRojaesp.html"><img SRC="Photo/Marea%20Roja%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MareaRojaesp.html" CLASS="style12">Marea Roja</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Marionesp.html"><img SRC="Photo/Marion.jpg" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Marionesp.html" CLASS="style12">Marion</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="Mariusesp.html"><img SRC="Photo/Marius.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="Mariusesp.html" CLASS="style12">Marius</a>
              </p>
            </td>
            <td VALIGN="top">
              <p>
                <a HREF="MarkJamesesp.html"><img SRC="Photo/Marc%20James%20A.gif" WIDTH="130" HEIGHT="110" BORDER="0"></a>
              </p>
              <p ALIGN="center">
                <a HREF="MarkJamesesp.html" CLASS="style12">Mark James</a>
              </p>
            </td>
          </tr>
    devyan

  8. #8
    Membre averti
    Inscrit en
    Juin 2010
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Juin 2010
    Messages : 12
    Par défaut
    Étrangement, je te dirais que j'en ai aucune idée..

    Avec site: http://www.websiteoptimization.com/services/analyze/

    Je fais une tentative et je vois que la page arrive plus vite...donc cela me semble intéressant....mais avant de conclure, je veux comprendre!!!

    Et c'est la raison de ma question!!!!

    N'étant pas un Webmaster (et voyant l'engouement pour mon site de la part des lutteurs), je suis un peu confus avec ce "formattage de HTML"

    Merci

Discussions similaires

  1. JQuery et html comprendre
    Par Bombe dans le forum jQuery
    Réponses: 1
    Dernier message: 07/02/2012, 11h34
  2. Formattage des variables numérique en HTML
    Par Patrice.H dans le forum 4D
    Réponses: 6
    Dernier message: 02/11/2010, 16h00
  3. Réponses: 3
    Dernier message: 05/01/2009, 09h39
  4. Formattage de code : HTML,PHP,CSS
    Par aiphes dans le forum Eclipse
    Réponses: 1
    Dernier message: 21/11/2008, 09h14
  5. [HTML] Pouvez vous m'aider à comprendre ces balises HTML ?
    Par DionCeli dans le forum Balisage (X)HTML et validation W3C
    Réponses: 8
    Dernier message: 02/07/2008, 11h54

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo