Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Validation W3C

  1. #1
    Utente di HTML.it L'avatar di misbo
    Registrato dal
    Nov 2001
    Messaggi
    282

    Validation W3C

    Perchè il Validation W3C quando controlla la mia pagina mi dà questi due errori ?

    Below are the results of attempting to parse this document with an SGML parser.

    Line 25, column 35: there is no attribute "LEFTMARGIN" (explain...).
    <body bgcolor="#ffffff" leftmargin="0" topmargin="0">
    -------------------------------------------------^
    Line 25, column 49: there is no attribute "TOPMARGIN" (explain...).
    <body bgcolor="#ffffff" leftmargin="0" topmargin="0">
    ------------------------------------------------------------^

  2. #2
    Puoi togliere il tutto e inserire nel css:

    body{margin:0; color:#fff; background:transparent;}

  3. #3
    Utente di HTML.it L'avatar di misbo
    Registrato dal
    Nov 2001
    Messaggi
    282
    ok grazie.

  4. #4
    Utente di HTML.it L'avatar di antos
    Registrato dal
    Feb 2001
    Messaggi
    3,581
    se ti vuoi riferire ai singoli margini
    style="matgin-left: xxpx;margin:top: xxpx; margin-right: xxpx;margin-bottom: xxpx"

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.