• Rejestracja
vBHELP.pl - polskie wsparcie vBulletin
  • Tagi:
  1. #1
    wawrik jest nieaktywny Stały bywalec
    Dołączył
    Dec 2011
    Przegląda
    Poznań
    Posty
    113

    Domyślnie Doctype jaka sekcja ?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pl">
    <head>
    <!-- no cache headers -->
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="-1" />
    <meta http-equiv="Cache-Control" content="no-cache" />
    <!-- end no cache headers -->
    <link rel="canonical" href="http://xxxxxxxxxx.pl/" />
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" />
    <meta name="generator" content="vBulletin 3.8.7" />



    Wyczytałem ze doctype powinno być w pierwszej lini ja mam to nico inaczej i nie wiem gdzie jest błąd ?
    po sprawdzeniu zródła strony wyglada to tak

    Kod:
    <!-- BEGIN TEMPLATE: FORUMHOME -->
    
    <html dir="ltr" lang="pl">
    <head>
    
    	<!-- no cache headers -->
    	<meta http-equiv="Pragma" content="no-cache" />
    	<meta http-equiv="Expires" content="-1" />
    	<meta http-equiv="Cache-Control" content="no-cache" />
    	<!-- end no cache headers -->
    	<link rel="canonical" href="http://www.xxxxxxxxxxxxxxxx.pl/" />
    
    <!-- BEGIN TEMPLATE: headinclude -->
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
    <head>
    <title>Forum</title>
    </head>
    <body>
    </html>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" />
    <meta name="generator" content="vBulletin 3.8.7" />
    Ostatnio edytowane przez wawrik ; 29.03.2012 o 17:35



  2. #2
    wawrik jest nieaktywny Stały bywalec
    Dołączył
    Dec 2011
    Przegląda
    Poznań
    Posty
    113

    Domyślnie

    czy ktoś może mi to jaśniej opisać ?


  3. #3
    Brendan jest nieaktywny Początkujący
    Dołączył
    Aug 2012
    Posty
    3

    Domyślnie

    me to ?


Chmurka.pl

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67