Partage
  • Partager sur Facebook
  • Partager sur Twitter

Comment trouvez vous mon site

Sujet résolu
    23 septembre 2006 à 21:34:27

    Bonjour a tous je voudrait votre avis sur mon site.

    Et je voudrait savoir comment mettre correctement mon disign.
    Parceque pour qu'il s'adapte au différente résolution il faut mettre en pourcent. Si vous voulez bien m'aider ce serait simpa.

    L'adresse du site c'est: http://toutsurlesrpg.goldzoneweb.info/index.php

    Voici mon fichier css:

    /*
    Créé par Sheppard
    04 septembre 2006
    Titre : Feuille de style disign_01
    */

    #pre
    {

    font-size: 1em;
    font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
    }

    .petit
    {
            font-size: xx-small;
    }

    #news h3
    {
            display:block;
            text-decoration:none;
            font-variant:normal;
            font-size:1.3em;
            margin:0px;
            text-indent:20px;
            padding:3px;
            font-family:Arial, 'Times New Roman', Times, serif;
            color: #2C485C;
            background:url("images_disign_01/degrade_titre_menu_2.jpg") repeat-x;
            border: 1px dotted #848686;
    }
    #news p
    {
        background-color: #ffd700;
        margin-top:0px;
        border: 1px solid #848686;
            font-family: 'Tahoma';
            font-size: 15px;
            font-weight: bold;
            padding: 10px;
    }
    #news
    {

        width:70%;
        margin:auto;
    }

    #haut_de_page
    {

        margin-top: 2%;
            width: 760px;
            height: 100px;
            background-image: url("images_disign_01/banniere_01.jpg");
            background-repeat: no-repeat;
            margin: auto;
            margin-bottom: 2%;
            margin-left: 20%;
    }


    a
    {
            text-decoration: none;
            color: black;
    }

    a:hover
    {
            text-decoration: underline;
            color: red;
    }

    a:focus
    {
            background-color: #b0c4de;
    }

    .center
    {
            text-align: center;
    }

    h1
    {
            text-align: center;
    }

    h3
    {
            text-align: center;
    }

    body
    {
            font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
            font-size:0.8em;
            margin:0;
            background:url("images_disign_01/degrade_haut_2.jpg") repeat-x;
            background-color: #ff8c00;
    }

    #menu_gauche
    {

            float: left;
            margin-left:1%;
    }

    #menu_droit
    {

            float: right;
            margin-right:1%;
    }

    .element_menu
    {
            width: 70%;
            background-color:#ffa500;
            padding: 0px;
            margin: 0;
            margin-bottom:10px;
            border: 1px solid #848686;
            border-top: 1px solid #F4F9FD;
            margin-left:1%;
            margin-right:1%;
           
    }
    .titre_menu
    {
            color: black;
            background:url("images_disign_01/degrade_titre_menu_2.jpg") repeat-x;
            font-size:0.9em;
            border: 1px solid #848686;
    }



    #corp_de_page
    {

            background-color: #ff8c00;
            border: 1px solid #848686;

            overflow:hidden;
            width:70%;
            list-style-image: url("images_disign_01/aile.gif");
    }

    #pied_de_page
    {

            clear:both;
            background-color: #ffa500;
            border: 1px solid #2C485C;
            padding: 5px;
            margin-top: 10px;
            margin-bottom:10px;
        text-align: center;
            width:685px;
            overflow:hidden;
            margin-left:152px;

     }

    #administration
    {

            color: black;
            font-size: xx-small;
    }





    Merci d'avance pour votre aide.
    • Partager sur Facebook
    • Partager sur Twitter
      23 septembre 2006 à 21:36:37

      J'aime bien,mais bon y'a des chose a ameliorer...Est les petite ailes en images elle sont de toi?Si oui pui'je te les emprinter?
      Merci d'avance
      • Partager sur Facebook
      • Partager sur Twitter
        23 septembre 2006 à 21:38:09

        Je les ai trouvez en icone. Et je les ai mise sur mon site. Mais peu tu m'aider pour les % je n'y arrive pas du tout.

        Mon css on m'a dit de mettre en % et je n'y arrive pas. :(

        Vous pouvez m'aider a mettre ça correctement s'ils vous plait??
        Parceque s'y vous voyez la t^te du site, il ressemble a rien.

        Au fait DarkShadow tu peut les prendres si tu veux.
        • Partager sur Facebook
        • Partager sur Twitter
          23 septembre 2006 à 21:44:13

          Desoler mes pour les % je suis nul......Dsl
          • Partager sur Facebook
          • Partager sur Twitter
            23 septembre 2006 à 21:45:23

            Il y a personne pour m'aider???
            • Partager sur Facebook
            • Partager sur Twitter
              23 septembre 2006 à 21:57:59

              Tien,

              tu met ce code css est tu fais dans ta page html juste au dessu de <div id "corps"> tu met center,

              #pre
              {

              font-size: 1em;
              font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
              }

              .petit
              {
                      font-size: xx-small;
              }

              #news h3
              {
                      display:block;
                      text-decoration:none;
                      font-variant:normal;
                      font-size:1.3em;
                      margin:0px;
                      text-indent:20px;
                      padding:3px;
                      font-family:Arial, 'Times New Roman', Times, serif;
                      color: #2C485C;
                      background:url("images_disign_01/degrade_titre_menu_2.jpg") repeat-x;
                      border: 1px dotted #848686;
              }
              #news p
              {
                  background-color: #ffd700;
                  margin-top:0px;
                  border: 1px solid #848686;
                      font-family: 'Tahoma';
                      font-size: 15px;
                      font-weight: bold;
                      padding: 10px;
              }
              #news
              {

                  width:70%;
                  margin:auto;
              }

              #haut_de_page
              {

                  margin-top: 15px;
                      width: 760px;
                      height: 100px;
                      background-image: url("images_disign_01/banniere_01.jpg");
                      background-repeat: no-repeat;
                      margin: auto;
                      margin-bottom: 20px;
                      margin-left: 190px;
              }


              a
              {
                      text-decoration: none;
                      color: black;
              }

              a:hover
              {
                      text-decoration: underline;
                      color: red;
              }

              a:focus
              {
                      background-color: #b0c4de;
              }

              .center
              {
                      text-align: center;
              }

              h1
              {
                      text-align: center;
              }

              h3
              {
                      text-align: center;
              }

              body
              {
                      font-family: 'Trebuchet MS', Tahoma, Verdana, 'Times New Roman', Times, serif;
                      font-size:0.8em;
                      margin:0;
                      background:url("images_disign_01/degrade_haut_2.jpg") repeat-x;
                      background-color: #ff8c00;
              }

              #menu_gauche
              {

                      float: left;
                      margin-left:5px;
              }

              #menu_droit
              {

                      float: right;
                      margin-right:5px;
              }

              .element_menu
              {
                      width: 135px;
                      background-color:#ffa500;
                      padding: 0px;
                      margin: 0;
                      margin-bottom:10px;
                      border: 1px solid #848686;
                      border-top:1px solid #F4F9FD;
                      margin-left:5px;
                      margin-right:5px;
                     
              }
              .titre_menu
              {
                      color: black;
                      background:url("images_disign_01/degrade_titre_menu_2.jpg") repeat-x;
                      font-size:0.9em;
                      border: 1px solid #848686;
              }



              #corp_de_page
              {

                      background-color: #ff8c00;
                      border: 1px solid #848686;
                     
                      padding-bottom:25px;
                      padding-left: 140px;

                      width:70%;
                      list-style-image: url("images_disign_01/aile.gif");
              }

              #pied_de_page
              {

                      clear:both;
                      background-color: #ffa500;
                      border: 1px solid #2C485C;
                      padding: 5px;
                      margin-top: 10px;
                      margin-bottom:10px;
                  text-align: center;
                      width:70%;
                      overflow:hidden;
                      margin-left:152px;

               }

              #administration
              {

                      color: black;
                      font-size: xx-small;
              }


              • Partager sur Facebook
              • Partager sur Twitter
                23 septembre 2006 à 22:13:00

                Maintenant mon disign marche!

                Comment trouvez vous mon site??

                http://toutsurlesrpg.goldzoneweb.info
                • Partager sur Facebook
                • Partager sur Twitter
                  23 septembre 2006 à 22:38:00

                  Salut,

                  Pour moi c'est un peu trop rouge. Sutout avec ta baniere bleu.

                  Tu ne metrise pas le PHP : http://validator.w3.org/check?uri=http://toutsurlesrpg.goldzoneweb.info/
                  modifie ton code ou retire l'icone de ton site.
                  • Partager sur Facebook
                  • Partager sur Twitter
                    23 septembre 2006 à 22:42:17

                    Je comprend pas quand je rentre les codes dans leur site il me dise que c'est bon.
                    C'est a n'y rien comprendre.

                    J'ai fait comme toi en rentrant l'adresse du site et il a trouvé des erreurs. Mais je ne les comprends pas du tout.

                    Citation : W3C

                    This page is not Valid XHTML 1.0 Strict!

                    Below are the results of checking this document for XML well-formedness and validity.

                    1. Error Line 38 column 20: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.

                    <p class= "center">Visiteurs actuels:<br />2</p> <p class= "center">Total de

                    The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

                    One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").

                    &#9993;
                    2. Error Line 38 column 70: document type does not allow element "p" here; missing one of "object", "ins", "del", "map", "button" start-tag.

                    ...tuels:<br />2</p> <p class= "center">Total de visiteurs: <br />126</p>

                    &#9993;
                    3. Error Line 62 column 61: document type does not allow element "table" here; missing one of "object", "ins", "del", "map", "button" start-tag.

                    ...e width="200" border="0" cellspacing="0" cellpadding="2">

                    &#9993;
                    4. Error Line 63 column 38: document type does not allow element "form" here.

                    <form method='post' action='voter.php'>

                    The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

                    One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

                    &#9993;
                    5. Error Line 64 column 3: document type does not allow element "tr" here; assuming missing "table" start-tag.

                    <tr>

                    &#9993;
                    6. Error Line 68 column 7: element "center" undefined.

                    <center> <tr><td><input type=radio name="vote" value="0"> Bien</td></tr>

                    You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by:
                    * incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element),
                    * by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
                    * by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case.

                    &#9993;
                    7. Error Line 68 column 29: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

                    <center> <tr><td><input type=radio name="vote" value="0"> Bien</td></tr>

                    &#9993;
                    8. Error Line 68 column 57: end tag for "input" omitted, but OMITTAG NO was specified.

                    <center> <tr><td><input type=radio name="vote" value="0"> Bien</td></tr>

                    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

                    &#9993;
                    9. Info Line 68 column 17: start tag was here.

                    <center> <tr><td><input type=radio name="vote" value="0"> Bien</td></tr>

                    10. Error Line 69 column 21: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

                    <tr><td><input type=radio name="vote" value="1"> Moyen</td></tr>

                    &#9993;
                    11. Error Line 69 column 49: end tag for "input" omitted, but OMITTAG NO was specified.

                    <tr><td><input type=radio name="vote" value="1"> Moyen</td></tr>

                    &#9993;
                    12. Info Line 69 column 9: start tag was here.

                    <tr><td><input type=radio name="vote" value="1"> Moyen</td></tr>

                    13. Error Line 70 column 21: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

                    <tr><td><input type=radio name="vote" value="2"> Nul</td></tr>

                    &#9993;
                    14. Error Line 70 column 49: end tag for "input" omitted, but OMITTAG NO was specified.

                    <tr><td><input type=radio name="vote" value="2"> Nul</td></tr>

                    &#9993;
                    15. Info Line 70 column 9: start tag was here.

                    <tr><td><input type=radio name="vote" value="2"> Nul</td></tr>

                    16. Error Line 73 column 58: end tag for "input" omitted, but OMITTAG NO was specified.

                    <td align="center"><input type="submit" value="voter"></td>

                    &#9993;
                    17. Info Line 73 column 19: start tag was here.

                    <td align="center"><input type="submit" value="voter"></td>

                    18. Error Line 78 column 6: end tag for "table" omitted, but OMITTAG NO was specified.

                    </form>

                    &#9993;
                    19. Info Line 64 column 0: start tag was here.

                    <tr>

                    20. Error Line 79 column 7: end tag for "table" which is not finished.

                    </table>

                    Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

                    Another possibility is that you used an element which requires a child element that you did not include. Hence the parent element is "not finished", not complete. For instance, <head> generally requires a <title>, lists (ul, ol, dl) require list items (li, or dt, dd), and so on.

                    &#9993;
                    21. Error Line 99 column 104: end tag for "img" omitted, but OMITTAG NO was specified.

                    ...re/petiteamaart.jpg" alt="Amaart"></a><br />

                    &#9993;
                    22. Info Line 99 column 33: start tag was here.

                    <a href="http://www.amaart.net/"><img style="border:0;" src="banniere/petiteamaa

                    23. Error Line 124 column 9: there is no attribute "align".

                    <p align="center">Merci de voter pour nous!<br />

                    You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

                    This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

                    How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.

                    &#9993;
                    24. Error Line 125 column 140: there is no attribute "border".

                    ...om/top-gamemaking/bouton.gif" border="0"></a></p>

                    &#9993;
                    25. Error Line 125 column 143: required attribute "alt" not specified.

                    ...top-gamemaking/bouton.gif" border="0"></a></p>

                    The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

                    Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.

                    &#9993;
                    26. Error Line 125 column 147: end tag for "img" omitted, but OMITTAG NO was specified.

                    ...gamemaking/bouton.gif" border="0"></a></p>

                    &#9993;
                    27. Info Line 125 column 67: start tag was here.

                    ...om/topsite/gamemaking/in.php?ID=637"><img src="http://www.100ballesprod.com/t

                    28. Error Line 155 column 9: ID "news" already defined.

                    <div id="news">

                    An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

                    &#9993;
                    29. Info Line 140 column 9: ID "news" first defined here.

                    <div id="news">

                    30. Error Line 165 column 9: ID "news" already defined.

                    <div id="news">

                    &#9993;
                    31. Info Line 140 column 9: ID "news" first defined here.

                    <div id="news">

                    32. Error Line 172 column 38: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

                    Merci d'envoyer vos oeuvres ? <a href=mailto:toutsurlesrpg@hotmail.fr>cette adre

                    &#9993;
                    33. Error Line 172 column 58: an attribute value must be a literal unless it contains only name characters.

                    Merci d'envoyer vos oeuvres ? <a href=mailto:toutsurlesrpg@hotmail.fr>cette adresse.</a><br />

                    You have used a character that is not considered a "name character" in an attribute value. Which characters are considered "name characters" varies between the different document types, but a good rule of thumb is that unless the value contains only lower or upper case letters in the range a-z you must put quotation marks around the value. In fact, unless you have extreme file size requirements it is a very very good idea to always put quote marks around your attribute values. It is never wrong to do so, and very often it is absolutely necessary.

                    &#9993;
                    34. Error Line 177 column 9: ID "news" already defined.

                    <div id="news">

                    &#9993;
                    35. Info Line 140 column 9: ID "news" first defined here.

                    <div id="news">

                    36. Error Line 182 column 109: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.

                    ...ions sur le livre d'or ou par <a href=mailto:toutsurlesrpg@hotmail.fr>e-mail<

                    &#9993;
                    37. Error Line 182 column 129: an attribute value must be a literal unless it contains only name characters.

                    ...or ou par <a href=mailto:toutsurlesrpg@hotmail.fr>e-mail</a>.<br />

                    • Partager sur Facebook
                    • Partager sur Twitter
                      24 septembre 2006 à 12:25:17

                      Je vois en bas de page que vous ete plusieur a travailler sur ce site.

                      Je pense qu'a trois, vous pouriez produire un site plus jolie et plus interresant.

                      Le orange simple et standar par exemple, je ne le trouve pas génial...
                      • Partager sur Facebook
                      • Partager sur Twitter
                        24 septembre 2006 à 12:49:18

                        En fait je suis seul dessus. L'autre personne elle sait pas programmer.
                        Elle fait des textes pour le site. En plus pour ça il faudrait trouver quelqu'un d'interressé par les RPG et qui sait programmer et qui ne fait pas d'autres sites. Ce qui n'est pas facile a trouver. Pour le disign je verrait ça après quand le contenu sera mieux.
                        • Partager sur Facebook
                        • Partager sur Twitter
                          24 septembre 2006 à 12:55:32

                          Bonjour !

                          Alors voilà, je navigue avec Internet Explorer et sous IE, ton cadre de sondage déborde sur le cadre central !
                          • Partager sur Facebook
                          • Partager sur Twitter
                            24 septembre 2006 à 13:21:33

                            Bon j'ai pas réussi a l'empêcher de dépasser alors je l'ai retiré et mi sur une autre page.

                            Si quelqu'un a des idées??
                            • Partager sur Facebook
                            • Partager sur Twitter
                              24 septembre 2006 à 14:12:43

                              Je veux bien t'aider dans la programation,Contacte moi par MP.
                              • Partager sur Facebook
                              • Partager sur Twitter
                                24 septembre 2006 à 14:22:05

                                D'accord. Et vous autres, pouvez vous m'aider???

                                Je vous remerci tous d'avance.
                                • Partager sur Facebook
                                • Partager sur Twitter
                                  24 septembre 2006 à 15:10:40

                                  Salut,

                                  Tu as 2 doctype.
                                  A la fin de ton code il y a anouveau du code qui ne sert a rien.
                                  c'est du a ca tes problemes de validation.

                                  @+
                                  • Partager sur Facebook
                                  • Partager sur Twitter
                                    24 septembre 2006 à 15:13:50

                                    Je ne trouve pas de DOCTYPE en trop
                                    • Partager sur Facebook
                                    • Partager sur Twitter
                                      24 septembre 2006 à 15:22:48

                                      Le site es pas mal
                                      mais on peut pas télécharger
                                      • Partager sur Facebook
                                      • Partager sur Twitter
                                        24 septembre 2006 à 15:27:43

                                        Wawww !! Il s'ai bien amélioré au niveau de l'affichage.

                                        Il reste encore un petit soucis au niveau de la bannière du fond et la scrollbar disparaitera et ce seras bon.

                                        Pas mal !

                                        Les couleurs j'aime pas trop mais ca ne regarde que moi après tout.
                                        • Partager sur Facebook
                                        • Partager sur Twitter
                                          24 septembre 2006 à 15:29:30

                                          c'est quoi la scroll barre???
                                          • Partager sur Facebook
                                          • Partager sur Twitter
                                            24 septembre 2006 à 15:30:57

                                            se normal que le téléchargement marche pas

                                            • Partager sur Facebook
                                            • Partager sur Twitter
                                              24 septembre 2006 à 19:43:38

                                              oui, je confirme, sous internet explorer, il n'y a plus de cadres (notament le cadre du sonage) qui dépassent.

                                              Sa fait déja beaucoup plus clair.
                                              • Partager sur Facebook
                                              • Partager sur Twitter
                                                30 septembre 2006 à 13:46:53

                                                Bonjour, alors comment trouvez vous le site??
                                                Normalement le disign marche sous IE et FF.
                                                Voici l'adresse du site: http://toutsurlesrpg.goldzoneweb.info/
                                                Merci beaucoup.
                                                • Partager sur Facebook
                                                • Partager sur Twitter
                                                  30 septembre 2006 à 13:53:43

                                                  Moi je pencherais pour des couleur plus clair sur le site :/
                                                  Et l'image du haut je trouve qu'elle fait un peut trop amateur par rapport au reste :/

                                                  sinon il est sympas
                                                  • Partager sur Facebook
                                                  • Partager sur Twitter
                                                    30 septembre 2006 à 13:56:16

                                                    OK. Quelqu'un a t'il des idées de couleurs pour le site??
                                                    Parceque ce sont les couleurs qui apparament sont les mieux pour un site sur les RPG.
                                                    • Partager sur Facebook
                                                    • Partager sur Twitter
                                                      30 septembre 2006 à 13:58:49

                                                      les couleur peuvent être les même, moi je les vérrais mieu en plus claire ^^
                                                      • Partager sur Facebook
                                                      • Partager sur Twitter
                                                        30 septembre 2006 à 14:00:54

                                                        OK. Les même en plus clair.
                                                        • Partager sur Facebook
                                                        • Partager sur Twitter
                                                          30 septembre 2006 à 15:08:22

                                                          Pas mal ton site, même sous IE. Par contre, faudrait peut-être changer un peu les couleurs, le orange, rouge et jaune, c'est flashy, ça fatigue un peu les yeux...
                                                          • Partager sur Facebook
                                                          • Partager sur Twitter
                                                            30 septembre 2006 à 18:59:19

                                                            Tu proposerai quoi comme couleur??
                                                            • Partager sur Facebook
                                                            • Partager sur Twitter
                                                            Anonyme
                                                              30 septembre 2006 à 19:07:07

                                                              Salut,
                                                              je sais pas pour vous mais moi c'est serveur introuvable et comme tous les sites hebergés chez goldzoneweb.info depuis ce matin par exmple voyez vous ce site : http:///inew.goldzoneweb.info ?
                                                              • Partager sur Facebook
                                                              • Partager sur Twitter

                                                              Comment trouvez vous mon site

                                                              × Après avoir cliqué sur "Répondre" vous serez invité à vous connecter pour que votre message soit publié.
                                                              × Attention, ce sujet est très ancien. Le déterrer n'est pas forcément approprié. Nous te conseillons de créer un nouveau sujet pour poser ta question.
                                                              • Editeur
                                                              • Markdown