Autor | Zpráva | ||
---|---|---|---|
Huggi Profil * |
#1 · Zasláno: 11. 9. 2005, 20:57:32
co se to mu validatoru nelibi? (
|
||
Huggi Profil * |
#2 · Zasláno: 11. 9. 2005, 20:58:38
kua blbej enter :)
This page is not Valid HTML 4.01 Transitional! Below are the results of attempting to parse this document with an SGML parser. Error Line 18 column 58: there is no attribute "HEIGHT". <table cellpadding ="0" cellspacing="0" border="0" height="100%"> You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead). This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information. How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. ✉ Warning Line 43 column 225: cannot generate system identifier for general entity "kod". ...p://vsevjednom.net/online.php?poc=51&kod=new' charset='windows-1250' language An entity reference was found in the document, but there is no reference by that name defined. Often this is caused by misspelling the reference name, unencoded ampersands, or by leaving off the trailing semicolon (;). The most common cause of this error is unencoded ampersands in URLs as described by the WDG in "Ampersands in URLs". Entity references start with an ampersand (&) and end with a semicolon (;). If you want to use a literal ampersand in your document you must encode it as "&" (even inside URLs!). Be careful to end entity references with a semicolon or your entity reference may get interpreted in connection with the following text. Also keep in mind that named entity references are case-sensitive; &Aelig; and æ are different characters. If this error appears in some markup generated by PHP's session handling code, this article has explanations and solutions to your problem. Note that in most documents, errors related to entity references will trigger up to 5 separate messages from the Validator. Usually these will all disappear when the original problem is fixed. ✉ Error Line 43 column 225: general entity "kod" not defined and no default entity. ...p://vsevjednom.net/online.php?poc=51&kod=new' charset='windows-1250' language This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details. ✉ Error Line 43 column 228: reference to entity "kod" for which no system identifier could be generated. .../vsevjednom.net/online.php?poc=51&kod=new' charset='windows-1250' language='J This is usually a cascading error caused by a an undefined entity reference or use of an unencoded ampersand (&) in an URL or body text. See the previous message for further details. ✉ Info Line 43 column 224: entity was defined here. ...tp://vsevjednom.net/online.php?poc=51&kod=new' charset='windows-1250' languag Error Line 45 column 166: ID "POCITADLO" already defined. ...className='MenuItemOrange'"><div id="pocitadlo"><script src='http://vsevjedno An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). ✉ Info Line 43 column 161: ID "POCITADLO" first defined here. ...className='MenuItemOrange'"><div id="pocitadlo"><script src='http://vsevjedno Warning Line 45 column 233: cannot generate system identifier for general entity "typ". .../vsevjednom.net/pocitadlo.php?poc=73&typ=6' charset='windows-1250' language=' ✉ Error Line 45 column 233: general entity "typ" not defined and no default entity. .../vsevjednom.net/pocitadlo.php?poc=73&typ=6' charset='windows-1250' language=' ✉ Error Line 45 column 236: reference to entity "typ" for which no system identifier could be generated. ...evjednom.net/pocitadlo.php?poc=73&typ=6' charset='windows-1250' language='Jav ✉ Info Line 45 column 232: entity was defined here. ...//vsevjednom.net/pocitadlo.php?poc=73&typ=6' charset='windows-1250' language= Error Line 72 column 31: there is no attribute "BACKGROUND". <tr><td colspan="3" background="img/topborder_orange.gif" style="background-repe |
||
Huggi Profil * |
#3 · Zasláno: 11. 9. 2005, 21:00:26
|
||
Huggi Profil * |
#4 · Zasláno: 11. 9. 2005, 21:01:07
|
||
Marty Profil |
#5 · Zasláno: 11. 9. 2005, 21:02:13
1) tag table nepodporuje atribut height
2) znak & v url adrese se zapisuje jako & 3) místo background="img/topborder_orange.gif", se má používat ostylování pozadí přes css |
||
Huggi Profil * |
#6 · Zasláno: 11. 9. 2005, 21:44:23
tak jsem to opravil..ale jak ma nahradit to heigh?..
a jeste to tam pise Error Line 45 column 166: ID "POCITADLO" already defined. ...className='MenuItemOrange'"><div id="pocitadlo"><script src='http://vsevjedno An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element). ✉ Info Line 43 column 161: ID "POCITADLO" first defined here. ...className='MenuItemOrange'"><div id="pocitadlo"><script src='http://vsevjedno |
||
Timy Profil |
#7 · Zasláno: 11. 9. 2005, 21:47:05
Huggi
ID "POCITADLO" already defined. (...) An "id" is a unique identifier. -- id je unikátní identifikátor, který nesmí být na stránce dvakrát (jako dvakrát stejný) |
||
Huggi Profil * |
#8 · Zasláno: 11. 9. 2005, 21:57:02
mno tak id sem obesel ze sem to druhy dal jako pocitadlo 2 :) ale jeste co stim heigh..je to posledni chyba..;)
|
||
Timy Profil |
#9 · Zasláno: 11. 9. 2005, 21:58:40
height přes css - table {height:100%} teda doufám, že to bude fungovat
|
||
Marty Profil |
#10 · Zasláno: 11. 9. 2005, 21:59:15
Table nepodporuje atribut height, viz: http://www.w3.org/TR/REC-html40/struct/tables.html
Použij css styly. |
||
Huggi Profil * |
#11 · Zasláno: 11. 9. 2005, 22:03:47
mno asi to funguje..ale potreboval byhc to specifikovat jen pro nektery..to uz ais nepujde co? *34*
|
||
Huggi Profil * |
#12 · Zasláno: 11. 9. 2005, 22:05:16
tak FF to nepochopi..:(
|
||
Huggi Profil * |
#13 · Zasláno: 11. 9. 2005, 22:13:55
ted to je validni..ale nefunguje to v FF..ze se to tak rozjelo..to by jeste mozna slo upravit..ale to v ff je divny :(
|
||
Časová prodleva: 20 let
|
Toto téma je uzamčeno. Odpověď nelze zaslat.
0