Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

 
Reply to this topicStart new topic
> [HTML]zgodnosc Xhtml
DR.GhostRider
post
Post #1





Grupa: Zarejestrowani
Postów: 72
Pomógł: 1
Dołączył: 27.01.2009

Ostrzeżenie: (0%)
-----


  1. <li><a href="?page=info&amp;show=6">Skład &nbsp;&nbsp;<font style="color:ORANGE">::</font></a></li>


Nie wiem dlaczego ale nie ma zgodności próbowałem tez z font color= ale tez błędy
Go to the top of the page
+Quote Post
erix
post
Post #2





Grupa: Moderatorzy
Postów: 15 467
Pomógł: 1451
Dołączył: 25.04.2005
Skąd: Szczebrzeszyn/Rzeszów




To <font /> się jeszcze używa...? Masz taki fajny znacznik <span />...
Go to the top of the page
+Quote Post
mike
post
Post #3





Grupa: Przyjaciele php.pl
Postów: 7 494
Pomógł: 302
Dołączył: 31.03.2004

Ostrzeżenie: (0%)
-----


Cytat(DR.GhostRider @ 11.03.2009, 23:20:15 ) *
Nie wiem dlaczego ale nie ma zgodności próbowałem tez z font color= ale tez błędy
A przedstaw nam treść tych błędów. Bo widzisz. Komunikaty o błądach zazwyczaj dość prezyzyjnie mówią co jest nie tak.
Może masz po prostu problem z ich przeczytaniem.
Go to the top of the page
+Quote Post
DR.GhostRider
post
Post #4





Grupa: Zarejestrowani
Postów: 72
Pomógł: 1
Dołączył: 27.01.2009

Ostrzeżenie: (0%)
-----


<span> załatwił sprawę (IMG:http://forum.php.pl/style_emoticons/default/smile.gif) Dzieki

a teraz problem z

  1. <marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="150"><b>
  2. tekst</b></marquee>

  1. Line 51, Column 36: there is no attribute "behavior".<div class="bar2"><marquee behavior="scroll" direction="left" scrollamount="5" s

    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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  2. (IMG:http://validator.w3.org/images/info_icons/error.png) Line 51, Column 55: there is no attribute "direction".…<marquee behavior="scroll" direction="left" scrollamount="5" scrolldelay="150

    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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  3. (IMG:http://validator.w3.org/images/info_icons/error.png) Line 51, Column 75: there is no attribute "scrollamount".…or="scroll" direction="left" scrollamount="5" scrolldelay="150" ><b>

    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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  4. (IMG:http://validator.w3.org/images/info_icons/error.png) Line 51, Column 91: there is no attribute "scrolldelay".…="left" scrollamount="5" scrolldelay="150" ><b>

    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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
  5. (IMG:http://validator.w3.org/images/info_icons/error.png) Line 51, Column 97: element "marquee" undefined.…" scrollamount="5" scrolldelay="150" ><b>

    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),
    • by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
    • by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).


Ten post edytował DR.GhostRider 12.03.2009, 00:02:58
Go to the top of the page
+Quote Post
mike
post
Post #5





Grupa: Przyjaciele php.pl
Postów: 7 494
Pomógł: 302
Dołączył: 31.03.2004

Ostrzeżenie: (0%)
-----


XHTML nie obejmuje swoją specyfikacją czegos takiego jak <marquee> Wywal to a wszystkie te błedy znikną.
Jeśli chcesz latające i migające elementu to zrób to za pomoca JavaScript.

Ten post edytował mike 12.03.2009, 11:31:21
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 22.08.2025 - 17:55