Autor Zpráva
RiZe
Profil
Prosím vás, co se nelíbí validátoru ( HTML 4.01 Strict )

#

Line 41, column 12: there is no attribute "SRC"

<iframe src="change.html" width="570" height="80" scrolling="no" name="changer"

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.


#

Line 41, column 32: there is no attribute "WIDTH"

<iframe src="change.html" width="570" height="80" scrolling="no" name="changer"


#

Line 41, column 45: there is no attribute "HEIGHT"

...src="change.html" width="570" height="80" scrolling="no" name="changer" frame


#

Line 41, column 60: there is no attribute "SCROLLING"

...l" width="570" height="80" scrolling="no" name="changer" frameborder="0"></if


#

Line 41, column 70: there is no attribute "NAME"

...l" width="570" height="80" scrolling="no" name="changer" frameborder="0"></iframe>


#

Line 41, column 92: there is no attribute "FRAMEBORDER"

...ling="no" name="changer" frameborder="0"></iframe>


#

Line 41, column 95: element "IFRAME" undefined

...g="no" name="changer" frameborder="0"></iframe>

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).


#

Line 75, column 164: document type does not allow element "BR" here; missing one of "P", "H1", "H2", "H3", "H4", "H5", "H6", "PRE", "DIV", "ADDRESS" start-tag

...lue=''}">Váš dotaz...</textarea></p><br>

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").
Acci
Profil
V HTML 4.01 Strict nemůže být iframe
RiZe
Profil
tak to naštve, není nějaký jiný způsob jak tam vložit ten obsah, co měl být v tom ifrejmu?
Acci
Profil
RiZe
Přečti si Skládání stránek z kousků
RiZe
Profil
Takže include.
Spikee
Profil
RiZe
Include doporučujem
pyty
Profil
include a require su najlepsie...(uplne)
RiZe
Profil
Tak díky
Yuhů
Profil
a nebude lepší přepnout na Transitional?
RiZe
Profil
Yuhů
máš pravdu. prostě jsem takový vořech, že to chci mít strictní :)
blbá úvaha co?
Zippy
Profil *
Měl jsem podobný problém. Zkoušel jsem použít <object>, ale nikde jsem nenašel způsob, jak mu vypnout standardní scrollbary. Pak mě to naštvalo přepnul jsem na transitional a použil i frame. To je asi nejlepší řešení.
peta
Profil *
RiZe pro framy je w3c frame-set, pod stranky si mej strictni
peta
Profil *
Yuhů http://www.jakpsatweb.cz/include.html
A ja, ze kde lidi berou odkaz na frontpager a ty veci o framech...
menu s framy je nejlepsi resit tak, ze mas stranku s menu a v ni iframe na dalsi stranky.
a href ---------
a href |iframe|
a href ---------
ale to je ten popsany problem. Ale pak je take prevracena perspektiva, pohled z druhe strany
---------
|iframe| obsah
|menu|
---------
a tady pak vyhledavac najde menu, ktere odkazuje na stranky. Sice, kdo vi, jak se to zobrazi, ale menu tam je. Nemuzes za to, ze vyhledavac ti 10 let stary iframe neumi spravne zpracovat. Ale to by mela resit snad google-sitemap
Toto téma je uzamčeno. Odpověď nelze zaslat.

0