Visualizzazione risultati 1 fino 7 di 7

Discussione: [XHTML 1.0 Strict] Non passa...perchè?

  1. #1
    Guest

    Post [XHTML 1.0 Strict] Non passa...perchè?

    Ciao a tutti, ho un tag (<img src="aaa" alt="img" align="left" />) ma non me lo passa mi dice che non è un tag (in quel caso è left ma anche con right non passa)...
    Line xx, Column xx: there is no attribute "align" .

    …S" style="padding-right: 5px;" align="left" />

    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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
    Cosa devo mettere nello "style" allora? xD
    Grazie 1000...ciao Davide! ^^
    Ultima modifica di sIM : 23-01-2009 alle ore 22.49.36

  2. #2
    Guest

    Predefinito

    hai provato a mettere text-align:left; ?

  3. #3
    Guest

    Predefinito

    Si ma non è lo stesso allineamento..perchè il testo è sotto l'img non all'inizio! xD
    align="left/right" ---> [img] TESTO TESTO TESTO
    style="text-align: left/right;" ---> [img] [sotto] TESTO TESTO TESTO

  4. #4
    Guest

    Predefinito

    Se gli dai il float:left allora dovresti risolvere da quello che ho capito!

  5. #5
    Guest

    Predefinito

    Ok..funziona grazie! ^^
    Ora non capisco perchè non mi accetta il tag <a ... O___o
    # Error Line xx, Column xxx: document type does not allow element "a" here .

    …f="http://www.sito.com>«• Sito }</a></textarea>

    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).
    Quello accanto a « è un &bull; ---> •
    ...grazie 1000...ciao davide! ^^

  6. #6
    Guest

    Predefinito

    Perchè non hai chiuso il href:

    Codice:
    …f="http://www.sito.com>«• Sito }</a></textarea>

  7. #7
    Guest

    Predefinito

    Ma href è chiuso! xD
    Codice PHP:
    <textarea><a href="http://www.sito.com">titolo</a></textarea>
    Edit: Risolto ci voleva:
    Codice:
    &gt; &lt; &quot;
    Grazie 1000!
    Ultima modifica di sIM : 24-01-2009 alle ore 16.12.49

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •