Visualizzazione dei risultati da 1 a 8 su 8
  1. #1
    Utente di HTML.it
    Registrato dal
    Dec 2002
    Messaggi
    1,786

    Shinystat & Valid HTML 4.01 Transitional

    Salve,

    c'è un sistema per passare il controllo w3c Valid HTML 4.01 Transitional avendo sulla pagina il codice html di Shinystat ?

    grazie !
    [Scambio Links a Tema] Contattatemi in Privato x + Info.

  2. #2
    Se il codice di Shinystat non è valido, perchè cercare un sotterfugio per validare lo stesso la pagina?

    Cercare di aggirare il problema tramite piccoli imbrogli è una mentalità della vecchia scuola: occorre più dedizione e impegno in questo campo.

    Comunque, prova a postare il codice: magari è una questione di entity o cose varie, risolvibili tranquillamente e senza imbrogli.

  3. #3
    Utente di HTML.it
    Registrato dal
    Dec 2002
    Messaggi
    1,786
    codice:
    <script type="text/javascript" language="JavaScript" SRC="http://codice.shinystat.it/cgi-bin/getcod.cgi?USER=user"></script>
    <noscript>
    <A HREF="http://www.shinystat.it/cgi-bin/shinystatv.cgi?USER=user" target="_top">
    </A>
    </noscript>
    [Scambio Links a Tema] Contattatemi in Privato x + Info.

  4. #4
    Prova così:
    codice:
    <script type="text/javascript" src="http://codice.shinystat.it/cgi-bin/getcod.cgi?USER=user"></script>
    <noscript>
    <a HREF="http://www.shinystat.it/cgi-bin/shinystatv.cgi?USER=user" target="_top">
    </A>
    </noscript>
    Cerca, se puoi, di mettere gli attributi di stile in un CSS esterno.

    Fammi sapere,
    Piero.


  5. #5
    Utente di HTML.it
    Registrato dal
    Dec 2002
    Messaggi
    1,786
    si posso usare css esterni

    x il tuo codice non va :

    Line 14, column 66: cannot generate system identifier for general entity "NC"

    ...//www.shinystat.it/cgi-bin/shinystat.cgi?USER=user&NC=1" border="0"></A>

    An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (. The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs".

    Entity references start with an ampersand (&) and end with a semicolon (. If you want to use a literal ampersand in your document you must encode it as "&amp;" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and &aelig; are different characters.

    Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed.



    Line 14, column 66: general entity "NC" not defined and no default entity

    ...//www.shinystat.it/cgi-bin/shinystat.cgi?USER=user&NC=1" border="0"></A>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 14, column 68: reference to entity "NC" for which no system identifier could be generated

    ...w.shinystat.it/cgi-bin/shinystat.cgi?USER=user&NC=1" border="0"></A>

    This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details.



    Line 14, column 65: entity was defined here

    ...p://www.shinystat.it/cgi-bin/shinystat.cgi?USER=user&NC=1" border="0"></A>

    Line 14, column 82: required attribute "ALT" not specified

    ...nystat.cgi?USER=user&NC=1" border="0"></A>

    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>.
    [Scambio Links a Tema] Contattatemi in Privato x + Info.

  6. #6
    Utente di HTML.it
    Registrato dal
    Dec 2002
    Messaggi
    1,786
    ho risolto il problema da solo

    grazie
    [Scambio Links a Tema] Contattatemi in Privato x + Info.

  7. #7
    Come temevo c'è un problema nell'URL che contiene quelle cacchio di query.

    Non saprei: prova a sostituire & con &amp;. Ho paura perrò che non funzioni...

  8. #8

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.