ďťż
Podstrony
|
telcocafeMam pytanie. Czy istnieje jakaś, strona czy program, która zmienia litery np. p na postać taką: ą??. JEst mi coś takiego potrzebne.Inaczej. Mam taki link do obrazka <img src="http://www.mystat.pl/servlet/counter.gif?s=szymonnosal&p=index&t=s&c=g10& fg=FFFFFF&bg=000000&d=0" border="0" alt="Liczniki"> Jak go przerobić aby był zgodny z XHTML Użytkownik simo_n edytował ten post 17 czerwiec 2006, 09:16 1. http://forum.ks-eksp...ndpost&p=500937 2. <img src="http://www.mystat.pl/servlet/counter.gif?s=szymonnosal&p=index&t=s&c=g10& fg=FFFFFF&bg=000000&d=0" style="border: 1px solid #000" alt="Liczniki" /> Użytkownik Coldpeer edytował ten post 17 czerwiec 2006, 10:00 Coldpeer- nie działa, dalej wywala błędy. Coldpeer- nie działa, dalej wywala błędy. a może tak: <img src="http://www.mystat.pl/servlet/counter.gif?s=szymonnosal&p=index&t=s& amp;c=g10&fg=FFFFFF&bg=000000&d=0" style="border: 0px;" alt="Liczniki" /> Dziła działa :) :) :) Wielkia dzięki DJ_ProG Mam teraz inny problem. MAm taki skrypt <a href="images/nauczyciele/big/big_1.jpg" target="blank"><img src="images/nauczyciele/1.jpg" width="200" height="150" alt="" /></a><br / a przy walidacji wywala mi taki błąd Line 211 column 175: document type does not allow element "a" here; missing one of "object", "span", "bdo", "applet", "iframe", "tt", "i", "b", "u", "s", "strike", "big", "small", "font", "em", "strong", "dfn", "code", "q", "samp", "kbd", "var", "cite", "abbr", "acronym", "sub", "sup", "label", "ins", "del" start-tag. <--to jest miejsce w którym występuje błąd--> ...ef="images/nauczyciele/big/big_3.jpg"(-->)>(<--to zaznaczone miejsce wyświetla się na czerwono) <img src="images/nauczyciele/3sm.jpg" w 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>"). Co może być przyczyną tego?? BEz target="blank" pojawiają się te same błędy. Użytkownik simo_n edytował ten post 17 czerwiec 2006, 11:03 jak już to target="_black". może daj większą część kodu (codebox). a może tak: style="border: 0px;" Ech, zapomniałem, że on chciał border=0... jak już to target="_black". Chyba _blank :P --------------------------- Co do problemu simo_n. Eee, a może daj np: <span><a ...><img ... /></a></span> ?? Też miałem kiedyś podobny problem :) Mam pytanie. Czy istnieje jakaś, strona czy program, która zmienia litery np. p na postać taką: ą??. JEst mi coś takiego potrzebne. Inaczej. Mam taki link do obrazka <img src="http://www.mystat.pl/servlet/counter.gif?s=szymonnosal&p=index&t=s&c=g10& fg=FFFFFF&bg=000000&d=0" border="0" alt="Liczniki"> Jak go przerobić aby był zgodny z XHTML Program jest np. Gżegżółka (dobry program). Mam inny problem. Jak mam wyśrodkować tavelke, aby była zgodna z XHTMl. Bo cały czas wywala mi błąd Line 208 column 7: document type does not allow element "center" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag. <center><table border="1"> 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>"). Oto skrypt tej tabeli: <table border="1px"> <tr> <td><a href="index.php?id=ia">IA</a></td> <td><a href="index.php?id=ib">IB</a></td> <td><a href="index.php?id=iia">IIA</a></td> <td><a href="index.php?id=iib">IIB</a></td> <td><a href="index.php?id=iiia">IIIA</a></td> <td><a href="index.php?id=iiib">IIIB</a></td> </tr> </table> Użytkownik simo_n edytował ten post 17 czerwiec 2006, 17:25 <table align="center"> Chociaż, nie wiem czy przepuszcza atrybut align, zależy od wersji XHTML. Najlepiej używaj divów + css :) nie działa. nie ma jakiegoś innego sposobu??. nie działa. nie ma jakiegoś innego sposobu??. nie przechodzi przez validacje Jak by wyglądał styl css z wyśrodkowaniem?? Użytkownik simo_n edytował ten post 17 czerwiec 2006, 18:12 nie przechodzi przez validacje Jak by wyglądał styl css z wyśrodkowaniem?? działa. tylko co mam wpisać, aby mi wyśrodkował w poziomie?? działa. tylko co mam wpisać, aby mi wyśrodkował w poziomie?? nie wyśrodkowuje wogóle Ale musisz tabelkę umieścić w divie czyli <div style="margin: 0 auto;"> <table> ... </table></div> A wydaje mi sie iż to : <table style="margin: 0 auto;"> ... też winno zadziałać NIc nie działa <table> <tr> <td><a href="index.php?id=ia">IA</a></td> <td><a href="index.php?id=ib">IB</a></td> <td><a href="index.php?id=iia">IIA</a></td> <td><a href="index.php?id=iib">IIB</a></td> <td><a href="index.php?id=iiia">IIIA</a></td> <td><a href="index.php?id=iiib">IIIB</a></td> </tr> </table> Tak wygląda ten skrypt body { padding: 0 auto; } NIc nie działa <table> <tr> <td><a href="index.php?id=ia">IA</a></td> <td><a href="index.php?id=ib">IB</a></td> <td><a href="index.php?id=iia">IIA</a></td> <td><a href="index.php?id=iib">IIB</a></td> <td><a href="index.php?id=iiia">IIIA</a></td> <td><a href="index.php?id=iiib">IIIB</a></td> </tr> </table> Tak wygląda ten skrypt Nie działa. mam jeszcze jedno pytanie. Jak przerobić ten skrypt CSS A:link { text-decoration : none; } A:visited { color : #fffc00; text-decoration : none; } A:hover { color : #5cff00; } body { margin-top : 0; margin-left : 0; background : url(images/tlo.jpg); color : #336699; } .toplista { width : 120px; height : 40px; overflow : hidden; background : #ee8800; border : 2px; border-color : #ffaa22; border-style : outset; padding : 5px; font-size : 11px; font-family : verdana; font-weight : bold; color : white; text-decoration : none; text-align : center; cursor : pointer; } .stopka { font-family : Arial, Helvetica, sans-serif; font-size : 8pt; color : black; } aby był zgodny z walidatorem Nie działa. Jak przerobić ten skrypt CSS aby był zgodny z walidatorem Wyskakują mi takie błędy: Line : 5 (Level : 1) You have no background-color with your color : A:visited Line : 9 (Level : 1) You have no background-color with your color : A:hover Line : 15 (Level : 1) You have no background-color with your color : body Line : 27 font-family: You are encouraged to offer a generic family as a last alternative Line : 27 (Level : 2) font-family: You are encouraged to offer a generic family as a last alternative : .toplista Line : 37 (Level : 1) You have no background-color with your color : .stopka Wyskakują mi takie błędy: Line : 5 (Level : 1) You have no background-color with your color : A:visited Line : 9 (Level : 1) You have no background-color with your color : A:hover Line : 15 (Level : 1) You have no background-color with your color : body Line : 27 font-family: You are encouraged to offer a generic family as a last alternative Line : 27 (Level : 2) font-family: You are encouraged to offer a generic family as a last alternative : .toplista Line : 37 (Level : 1) You have no background-color with your color : .stopka co do CSSów to tam gdzie masz color zdefiniuj też background-color i odwrotnie.. a co do wyśrodkowania tabeli.. transitional nie czepia się <center></center> :P <center><table style="text-align:left;"> <tr> <td><a href="index.php?id=ia">IA</a></td> <td><a href="index.php?id=ib">IB</a></td> <td><a href="index.php?id=iia">IIA</a></td> <td><a href="index.php?id=iib">IIB</a></td> <td><a href="index.php?id=iiia">IIIA</a></td> <td><a href="index.php?id=iiib">IIIB</a></td> </tr> </table></center> co do CSSów to tam gdzie masz color zdefiniuj też background-color i odwrotnie.. a co do wyśrodkowania tabeli.. transitional nie czepia się <center></center> :P <center><table style="text-align:left;"> <tr> <td><a href="index.php?id=ia">IA</a></td> <td><a href="index.php?id=ib">IB</a></td> <td><a href="index.php?id=iia">IIA</a></td> <td><a href="index.php?id=iib">IIB</a></td> <td><a href="index.php?id=iiia">IIIA</a></td> <td><a href="index.php?id=iiib">IIIB</a></td> </tr> </table></center> |
|||
Sitedesign by AltusUmbrae. |