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

    css non validato perchè?

    il w3c mi dice che ....non capisco....forse l'estensione?

    Error Line 23 column 57: document type does not allow element "LINK" here.

    <link rel="stylesheet" type="text/css" href="css/css.css">


    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).



    Error Line 24 column 6: end tag for element "HEAD" which is not open.
    </head>


    The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

    If this error occured in a script section of your document, you should probably read this FAQ entry.

  2. #2
    Quello che ti sta dicendo è che quel tag link non è correttamente inserito all'interno del tag head...
    "Le uniche cose che sbagli sono quelle che non provi a fare."
    Atipica

  3. #3
    di che pagina stai parlando?
    mostra tutto il codice e/o metti dei links

  4. #4
    ho risolto ma adesso ho il problema che non mi si visualizza per bene sia su explorer che su mozzilla..come faccio a adattarli non usando un template ad esempio?..

  5. #5
    cominciamo dal css
    togli le prime righe deve cominciare con div#container
    e in fondo togli
    Codice PHP:
    </style

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.