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

    style errore validatore

    cosa vuol dire?

    Error Line 26 column 6: required attribute "TYPE" not specified.
    <style>
    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
    ho questo css
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>magda decori a mano</title>
    <link href="style.css" rel="stylesheet"type="text/css">
    <meta name="OWNER" content="magda decori a mano.it">
    <meta name="AUTHOR" content="magda decori a mano">
    <meta name="keywords" content="corsi di pittura su porcellana a Firenze" >
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
    <meta name="description" content=" decorazione e pittura su porcellana ,tecnica terzo fuoco, matrice classica similare Richard Ginori">
    <style type="text/css"><!--
    -->
    </style>
    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_reloadPage(init) { //reloads the window if Nav4 resized
    if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
    else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
    }
    MM_reloadPage(true);
    //-->
    </script>


    <style>
    .box {
    min-height: 200px;
    height: auto !important;
    height: 200px;
    font-size: 36px;
    }
    .inizio {
    width:760px;
    float:left;
    font-size: 36px;
    height: 50px;
    background-image: url(Immagini/foto%20_modificate_%20per_%20album/rosa%20_rossa1.jpg);
    }
    .primo {
    width:766px;
    float:left;
    font-size: 12px;
    }
    .secondo {
    background-color:#33CCFF;
    width:200px;
    float:left;
    font-size: 12px;
    }
    .terzo{
    background-color:#66FFFF;
    width:150px;
    float:left;
    font-size: 12px;
    }
    .quarto{
    background-color:#33CCFF;
    width:200px;
    float:left;
    font-size: 12px;
    }
    .footer{
    background-color:#CCFFFF;
    width:762px;
    clear:both;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    }
    </style>
    </head >
    <body bgcolor="#99FFFF" >
    <div class="primo">
    www.magdadecoriamano.it

  2. #2
    Moderatore di Off Topic, Kickstarter e XML L'avatar di Sky
    Registrato dal
    Jul 2000
    residenza
    Roma
    Messaggi
    1,053
    Devi specificare l'attributo type nel secondo tag <style>, come hai fatto con il primo (così: <style type="text/css">)

    Ciao
    Lo Stato deve dare ai cittadini, come diritto, ciò che la mafia dà come favore.
    Carlo Alberto dalla Chiesa

    Facebook | Twitter | Last.fm | LinkedIn | Quora

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.