Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    Non posso scrivere in <ul> . Xhtml 1.0 strict

    This page is not Valid XHTML 1.0 Transitional!
    Below are the results of checking this document for XML well-formedness and validity.

    Error Line 31 column 13: character data is not allowed here.
    <ul> Amministrazione
    You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include putting text directly in the body of the document without wrapping it in a container element (such as a

    aragraph</p>) or forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes).


    come risolvo?

  2. #2
    veramente si tratta di XHTML 1.0 Transitional.......

    sarebbe d'aiuto vedere il codice incriminato.

  3. #3
    Ma tu hai scritto qualcosa tipo questo?
    codice:
    <ul>Amministrazione[/list]
    Ricordo che ul non può contenere direttamente del testo ma deve contenere almeno un elemento li. Se, ad esempio, vuoi elencare le prime tre lettere dell'alfabeto italiano, scriverai:
    codice:
    <ul>[*]A[*]B[*]C[/list]
    Approfondimenti sul marcatore di lista:

    - www.w3.org/TR/html4/struct/lists.html#h-10.2
    - http://htmldog.com/reference/htmltags/ul/


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.