Podstrony
|
telcocafeKto pomo¿e zoptymilizowaæ mi kod strony, tak aby by³ zgodny z valid'em. Za okazan± pomoc umieszcze link do Twojej strony.Kto pomo¿e zoptymilizowaæ mi kod strony, tak aby by³ zgodny z valid'em. Za okazan± pomoc umieszcze link do Twojej strony. Mam skrypt w którym od razu zawarty jest STYL, a validator pokazuje, ¿e nie mo¿e go byæ. Jak mam przenie¶ do pliku style.css, a potem co mam wpstawiæ w tym pliku?? Style te zawarte s±w ró¿nych miejscach Mam skrypt w którym od razu zawarty jest STYL, a validator pokazuje, ¿e nie mo¿e go byæ. Jak mam przenie¶ do pliku style.css, a potem co mam wpstawiæ w tym pliku?? Style te zawarte s±w ró¿nych miejscach Poza tym, zwykle validator nie czepia sie styli podanych w pliku.. najprawdopodobniej poprostu zle je napisales... proponuje wstawienie kodu na forum :D a ostatnio Beldzio dal swoj artykul o stylach... o tutaj ;) U¿ytkownik DJ_ProG edytowa³ ten post 24 kwiecieñ 2006, 21:23 mo¿e jaki¶ link?? <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <STYLE>A:link { COLOUR: blue; TEXT-DECORATION: none } A:visited { COLOR: blue; TEXT-DECORATION: none } A:hover { COLOR: blue; TEXT-DECORATION: underline } body {scrollbar-3d-light-color : #336699; scrollbar-arrow-color : #336699; scrollbar-base-color : #336699; scrollbar-dark-shadow-color : #336699; scrollbar-face-color : #333366; scrollbar-highlight-color : #6B6B7B; scrollbar-shadow-color : #336699" } TABLE, FORM, INPUT, TEXTAREA, SELECT {    font-size: 10px; } </STYLE> Tak wygl±da ten Style Przy tym style pokazuje, ¿e powinno byæ wczytane czy co¶ takiego Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. I jesze pokazuje b³±d tutaj <body topmargin="0" leftmargin="0" background="images\tlo.jpg" text="#336699"> Przy tym leftmargin i topmargin Przyczepi³ mi siê jeszcze tutaj  <table cellspacing=0 cellpadding=5 width="100%"          bgcolor="#28224c" border=0>           <tbody>           <tr>            <td align=justify bgcolor="#FFFFFF"><font size="3" face="Arial">                                     </td>    <----TUTAJ           </tr>           </tbody>          </table>         </td>        </tr>        </tbody>       </table> W miejscu gdzie pokaza³em, a na validatorze pisze co¶ takiego [/code] You forgot to close a tag, or you used something inside this tag that was not allowed, and the validator is complaining that the tag should be closed before such content can be allowed. The next message, "start tag was here" points to the particular instance of the tag in question); the positional indicator points to where the validator expected you to close the tag. U¿ytkownik simo_n edytowa³ ten post 25 kwiecieñ 2006, 14:07 <STYLE type="Text/css"> <!-- A:link { COLOR: blue; TEXT-DECORATION: none; } A:visited { COLOR: blue; TEXT-DECORATION: none; } A:hover { COLOR: blue; TEXT-DECORATION: underline; } body { scrollbar-3d-light-color : #336699; scrollbar-arrow-color : #336699; scrollbar-base-color : #336699; scrollbar-dark-shadow-color : #336699; scrollbar-face-color : #333366; scrollbar-highlight-color : #6B6B7B; scrollbar-shadow-color : #336699; } TABLE, FORM, INPUT, TEXTAREA, SELECT { font-size: 10px; } --> </STYLE> co do <body topmargin="0" leftmargin="0" background="images\tlo.jpg" text="#336699">... hmm... sproboj uzyc cssow... moze tak: BODY { margin-top: 0px; margin-left: 0px; } lub BODY { padding-top: 0px; padding-left: 0px; } a co do tabelki, to raczej tak: <table cellspacing=0 cellpadding=5 width="100%" bgcolor="#28224c" border=0> <tbody> <tr> <td align=justify bgcolor="#FFFFFF"><font size="3" face="Arial"> </FONT> </td> <----TUTAJ </tr> </tbody> U¿ytkownik DJ_ProG edytowa³ ten post 25 kwiecieñ 2006, 14:13 co do <body topmargin="0" leftmargin="0" background="images\tlo.jpg" text="#336699">... hmm... sproboj uzyc cssow... moze tak: BODY { margin-top: 0px; margin-left: 0px; } lub BODY { padding-top: 0px; padding-left: 0px; } margin, to nie to samo co padding ;) body { margin-top: 0px; margin-left: 0px; background: url(images/tlo.jpg); color: #336699; } _______________ simo_n, zamieñ <STYLE> na: <style type="text/css"> U¿ytkownik Coldpeer edytowa³ ten post 25 kwiecieñ 2006, 14:34 margin, to nie to samo co padding ;) body { margin-top: 0px; margin-left: 0px; background: url(images/tlo.jpg); color: #336699; } no tak, ale dalem "do wyboru".. bo nie mialem czasu, zeby przetestowac, co interpretuje body... simo_n, zamieñ <STYLE> na: <style type="text/css"> Co mam wstawiæ w style, aby w nag³ówku nabeli pokazywa³ siê obrazek. I co mam wstawiæ w tej tabeli jaki kod!!!!!!!!! NAjlepiej bêdzie jak dam ca³y kod <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" > <title>NIEOFICJALNA STRONA I GIMNAZJUM IM. JANA D£UGOSZA W NOWYM S¡CZU</title> <STYLE type="Text/css"><!--A:link {COLOR: blue;TEXT-DECORATION: none;}A:visited {COLOR: blue; TEXT-DECORATION: none;}A:hover {COLOR: blue; TEXT-DECORATION: underline;}body {scrollbar-3d-light-color : #336699;scrollbar-arrow-color : #336699;scrollbar-base-color : #336699;scrollbar-dark-shadow-color : #336699;scrollbar-face-color : #333366;scrollbar-highlight-color : #6B6B7B;scrollbar-shadow-color : #336699;}TABLE, FORM, INPUT, TEXTAREA, SELECT {   font-size:;}--></STYLE> </head> <body{ margin-top: 0px; margin-left: 0px; background: url(images/tlo.jpg); color: #336699;} > <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#336699" border=0>  <tbody>  <tr>   <td bgcolor="#333366" height="17" width="17"><img alt="" hspace=0    src="images/corner-top-left.gif" align=left border=0 width="17" height="17"></td>   <td bgcolor="#333366" height="13" width="663" colspan=2>    <div align="center">   <font color="#00FCFF"><a href="index.html"><img src="images/polska.jpg" width="20" height="13" border="0" alt="www.nsgim1.yoyo.pl">POLSKI</a> |   <a href="angielski/index.html"><img src="images/anglia.jpg" width="20" height="10" border="0" alt="www.nsgim1.yoyo.pl" >ANGIELSKI</a> |   <a href="niemiecki/index.html"><img src="images/niemcy.jpg" width="20" height="12" border="0" alt="www.nsgim1.yoyo.pl" >NIEMIECKI</a></font>   </div>   </td>   <td valign=top bgcolor="#333366" height="13" width="130"><img alt="" hspace=0    src="images/corner-top-right.gif" align=right border=0 width="17" height="17">   </td>  </tr>  <tr>   <td><h1 align="center"><font color="#FFFFFF" size="3">STRONA I GIMNAZJUM IM. JANA D£UGOSZA W NOWYM S¡CZU</font></h1>   </td>   <td width="130" colspan=2>   </td>  </tr>  </tbody> </table> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#b6cce1 " border=0>  <tbody>  <tr>   <td bgcolor="#b6cce1" colspan=4><img height=1 alt="" hspace=0    src="images/pixel.gif" width=1 border=0></td>  </tr>  <tr valign=middle bgcolor="#28224c">   <td align=center height=20 bgcolor="#333366">    <div align="center"><font color="#FFFFFF">Cytat:          </font></div>   </td>   <td align=right bgcolor="#333366" valign="bottom" width="17" height="17">   </td>  </tr>  <tr>   <td bgcolor="#b6cce1" colspan=4><img height=1 alt="" hspace=0    src="images/pixel.gif" width=1 border=0></td>  </tr>  </tbody> </table> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#336699" border=0>  <tbody>  <tr valign=top>   <td bgcolor="#336699"><img height=20 alt="" src="images/pixel.gif"    width=1 border=0> </td>  </tr>  </tbody> </table> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#336699" border=0>  <tbody>  <tr valign=top>   <td bgcolor="#336699"><img height=1 alt="" src="images/pixel.gif"    width=10 border=0> </td>   <td valign=top width=150 bgcolor="#336699">    <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0>     <tbody>     <tr>      <td>       <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366"       border=0>        <tbody>        <tr>         <td align="center" background="images/25.jpg" >          <div align="center"><b><font color="#FFFFFF">SZKO£A</font></b></div>        </td>        </tr>        <tr valign=top>         <td bgcolor="#FFFFFF">          <div align="center"><font face="Arial">           <a href="index.html">Strona g³ówna</a><br>            <a href="aktualnosci.html">Aktualno¶ci</a><br>            <a href="nauczyciele.html">Nauczyciele</a><br>            <a href="klasy.html">Klasy</a><br>            <a href="historia.html">Historia</a><br>            <a href="rekrutacja.html">Rekrutacja</a><br>            <a href="kontakt.html">Kontakt</a><br>            <a TARGET="blank" href="http://www.fnsgim1.yoyo.pl">Forum</a><br>            <a href="chat.html">Chat</a><br>            <a href="linki.html">Linki</a><br>           <hr>              <a href="http://www.nsgim1.yoyo.pl/ksiega/index.php">KSIÊGA GO¦CI</a> </font>          </div>         </td>        </tr>        </tbody>       </table>      </td>     </tr>     </tbody>    </table>    <br>    <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0>     <tbody>     <tr>      <td height="82">       <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366"       border=0>        <tbody>        <tr>         <td align="center" background="images/25.jpg">          <div align="center"><b><font color="#FFFFFF"></font></b></div>         </td>        </tr>        <tr valign=top>         <td bgcolor="#FFFFFF">          <div align="center">            <br />          <br />          <br />          <br />          <br />          </div>         </td>        </tr>        </tbody>       </table>      </td>     </tr>     </tbody>    </table>    <br>    <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0>     <tbody>     <tr>      <td height="82">       <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366"       border=0>        <tbody>        <tr>         <td align="center" background="images/25.jpg">          <div align="center"><b><font color="#FFFFFF">NOWY S¡CZ</font></b></div>         </td>        </tr>        <tr valign=top>         <td bgcolor="#FFFFFF">          <div align="center">          <font face="Arial"> <a href="nowysacz/geografia.html">Geografia </a><br> <a href="nowysacz/historia.html"> Historia </a><br> <a href="nowysacz/zabytki.html">Zabytki </a><br> <a href="nowysacz/kultura.html"> Kultura </a><br> <a href="nowysacz/edukacja.html"> Edukacja </a><br> <a href="nowysacz/media.html"> Media </a><br> <a href="nowysacz/gospodarka.html"> Gospodarka</a> <br> <a href="nowysacz/sport.html"> Sport </a><br> <a href="nowysacz/znani.html"> Znane osoby </a><br> <a href="nowysacz/linki.html"> Linki </a> <br>          </font>          </div>         </td>        </tr>        </tbody>       </table>      </td>     </tr>     </tbody>    </table>    <br>   </td>   <td><img height=1 alt="" src="images/pixel.gif" width=15 border=0> </td>   <td width="100%">     <table width="100%" border=0>     <tbody>     <tr>      <td valign=top>       <table cellspacing=0 cellpadding=1 width="100%" bgcolor="#b6cce1"       border=0>        <tbody>        <tr>         <td>          <table cellspacing=0 cellpadding=0 width="100%"          bgcolor="#b6cce1" border=0>           <tbody>           <tr>            <td>             <table cellspacing=0 cellpadding=5 width="100%"             bgcolor="#333366" border=0>              <tbody>              <tr>               <td align=left background="images/5.jpg" width="385">                <div align="center"><b><font color="#FFFFFF" size="6">Aktualno¶ci</font></b></div>               </td>               <td align=left> </td>              </tr>              </tbody>             </table>            </td>           </tr>           </tbody>          </table>          <table cellspacing=0 cellpadding=5 width="100%"          bgcolor="#28224c" border=0>           <tbody>           <tr>            <td align=justify bgcolor="#FFFFFF"><font size="3" face="Arial">                                     </td>           </tr>           </tbody>          </table>         </td>        </tr>        </tbody>       </table>          <td> </td>      <td valign=top>       <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1"       border=0>        <tbody>        <tr>         <td>          <table cellspacing=1 cellpadding=2 width="100%"          bgcolor="#333366" border=0>           <tbody>           <tr>            <td align="center" background="images/25.jpg">             <div align="center"><font color="#FFFFFF"><b>STRONA</b></font></div>            </td>           </tr>           <tr valign=top>            <td bgcolor="#FFFFFF">                       <a TARGET="blank" href="http://www.fnsgim1.yoyo.pl"><img src="images/forum1.jpg" width="110" height="70" alt=""></a><br>                       <a href="http://gimy.toplista.pl/?we=simo_n"><DIV style="width:120px;height:40px;overflow:hidden;background:#EE8800;border:2px;border-color:#FFAA22; border-style:outset;padding:5px;font:bold 11px verdana;color:white;text-decoration:none;text-align:center;cursor:pointer">Toplista gimnazjów</DIV></a><br>                        </td>           </tr>           </tbody>          </table>         </td>        </tr>        </tbody>       </table>       <br></FORM>       <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1"       border=0>        <tbody>        <tr>         <td>          <table cellspacing=1 cellpadding=2 width="100%"          bgcolor="#333366" border=0>           <tbody>           <tr>            <td align=middle background="images/25.jpg">             <div align="center"><font color="#FFFFFF"><b>REKLAMA</b></font></div>            </td>           </tr>           <tr valign=top>            <td bgcolor="#FFFFFF">      </td>           </tr>           </tbody>          </table>         </td>        </tr>        </tbody>       </table>       <br></FORM>        <td bgcolor="#336699"><img height=1 alt="" src="images/pixel.gif"    width=10 border=0> </td>  </tr>  </tbody> </table> <center> <font face="Arial, Helvetica, sans-serif" size="1" color=white><b>©      2006 <a href="mailto:szymonnosal@gmail.com">simo_n</a>. Wszelkie prawa zastrze¿one.           </b></font> <br><br><br><br> </body> </html> MAm jeszcze pytanie. Czy mo¿na includowaæ skrypt java do html, ale nie wstawiaj±c ca³ego skryptu tylko INCLUDE do pliku?? U¿ytkownik simo_n edytowa³ ten post 26 kwiecieñ 2006, 11:03 Czy mo¿na includowaæ skrypt java do html, ale nie wstawiaj±c ca³ego skryptu tylko INCLUDE do pliku?? This Page Is Tentatively Valid -//W3C//DTD HTML 4.1 Transitional//EN <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.1 Transitional//EN"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2" > <title>NIEOFICJALNA STRONA I GIMNAZJUM IM. JANA D£UGOSZA W NOWYM SˇCZU</title> <style type="text/css"> <!-- A:link, A:visited { COLOR: blue; TEXT-DECORATION: none; } A:hover { COLOR: blue; TEXT-DECORATION: underline; } body { margin-top: 0px; margin-left: 0px; background: url(images/tlo.jpg); color: #336699; scrollbar-3d-light-color : #336699; scrollbar-arrow-color : #336699; scrollbar-base-color : #336699; scrollbar-dark-shadow-color : #336699; scrollbar-face-color : #333366; scrollbar-highlight-color : #6B6B7B; scrollbar-shadow-color : #336699; } TABLE, FORM, INPUT, TEXTAREA, SELECT { font-size: 10pt; } .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; } --> </STYLE> </head> <body> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#336699" border=0> <tbody> <tr> <td bgcolor="#333366" height="17" width="17"> <img alt="" hspace=0 src="images/corner-top-left.gif" align=left border=0 width="17" height="17"> </td> <td bgcolor="#333366" height="13" width="663" colspan=2> <div align="center"> <font color="#00FCFF"> <a href="index.html"> <img src="images/polska.jpg" width="20" height="13" border="0" alt="www.nsgim1.yoyo.pl"> POLSKI </a> | <a href="angielski/index.html"> <img src="images/anglia.jpg" width="20" height="10" border="0" alt="www.nsgim1.yoyo.pl" > ANGIELSKI </a> | <a href="niemiecki/index.html"> <img src="images/niemcy.jpg" width="20" height="12" border="0" alt="www.nsgim1.yoyo.pl" > NIEMIECKI </a> </font> </div> </td> <td valign=top bgcolor="#333366" height="13" width="130"> <img alt="" hspace=0 src="images/corner-top-right.gif" align=right border=0 width="17" height="17"> </td> </tr> <tr> <td> <h1 align="center"> <font color="#FFFFFF" size="3"> STRONA I GIMNAZJUM IM. JANA D£UGOSZA W NOWYM SˇCZU </font> </h1> </td> <td width="130" colspan=2> </td> </tr> </tbody> </table> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#b6cce1" border=0> <tbody> <tr> <td bgcolor="#b6cce1" colspan=4> <img height=1 alt="" hspace=0 src="images/pixel.gif" width=1 border=0> </td> </tr> <tr valign=middle bgcolor="#28224c"> <td align=center height=20 bgcolor="#333366"> <div align="center"> <font color="#FFFFFF"> Cytat: <i>ala ma kota</i> </font> </div> </td> <td align=right bgcolor="#333366" valign="bottom" width="17" height="17"> </td> </tr> <tr> <td bgcolor="#b6cce1" colspan=4> <img height=1 alt="" hspace=0 src="images/pixel.gif" width=1 border=0> </td> </tr> </tbody> </table> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#336699" border=0> <tbody> <tr valign=top> <td bgcolor="#336699"> <img height=20 alt="" src="images/pixel.gif" width=1 border=0> </td> </tr> </tbody> </table> <table cellspacing=0 cellpadding=0 width="770" align=center bgcolor="#336699" border=0> <tbody> <tr valign=top> <td bgcolor="#336699"> <img height=1 alt="" src="images/pixel.gif" width=10 border=0> </td> <td valign=top width=150 bgcolor="#336699"> <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0> <tbody> <tr> <td> <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366" border=0> <tbody> <tr> <td align="center" style="background: url(images/25.jpg);" > <div align="center"> <b> <font color="#FFFFFF"> SZKO£A </font> </b> </div> </td> </tr> <tr valign=top> <td bgcolor="#FFFFFF"> <div align="center"> <font face="Arial"> <a href="index.html"> Strona g³ówna </a> <br> <a href="aktualnosci.html"> Aktualno¶ci </a> <br> <a href="nauczyciele.html"> Nauczyciele </a> <br> <a href="klasy.html"> Klasy </a> <br> <a href="historia.html"> Historia </a> <br> <a href="rekrutacja.html"> Rekrutacja </a> <br> <a href="kontakt.html"> Kontakt</a><br> <a TARGET="_blank" href="http://www.fnsgim1.yoyo.pl"> Forum </a> <br> <a href="chat.html"> Chat </a> <br> <a href="linki.html"> Linki </a> <br> </font> </div> <hr> <div align="center"> <font face="Arial"> <a href="http://www.nsgim1.yoyo.pl/ksiega/index.php"> KSIÊGA GO¦CI </a> </font> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br> <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0> <tbody> <tr> <td height="82"> <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366" border=0> <tbody> <tr> <td align="center" style="background: url(images/25.jpg);"> <div align="center"> <b> <font color="#FFFFFF"> </font> </b> </div> </td> </tr> <tr valign=top> <td bgcolor="#FFFFFF"> <div align="center"> <br /> <br /> <br /> <br /> <br /> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br> <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0> <tbody> <tr> <td height="82"> <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366" border=0> <tbody> <tr> <td align="center" style="background: url(images/25.jpg);"> <div align="center"> <b> <font color="#FFFFFF"> NOWY SˇCZ </font> </b> </div> </td> </tr> <tr valign=top> <td bgcolor="#FFFFFF"> <div align="center"> <font face="Arial"> <a href="nowysacz/geografia.html"> Geografia </a> <br> <a href="nowysacz/historia.html"> Historia </a> <br> <a href="nowysacz/zabytki.html"> Zabytki </a> <br> <a href="nowysacz/kultura.html"> Kultura </a> <br> <a href="nowysacz/edukacja.html"> Edukacja </a> <br> <a href="nowysacz/media.html"> Media </a> <br> <a href="nowysacz/gospodarka.html"> Gospodarka </a> <br> <a href="nowysacz/sport.html"> Sport </a> <br> <a href="nowysacz/znani.html"> Znane osoby </a> <br> <a href="nowysacz/linki.html"> Linki </a> <br> </font> </div> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br> </td> <td> <img height=1 alt="" src="images/pixel.gif" width=15 border=0> </td> <td width="100%"> <table width="100%" border=0> <tbody> <tr> <td valign=top> <table cellspacing=0 cellpadding=1 width="100%" bgcolor="#b6cce1" border=0> <tbody> <tr> <td> <table cellspacing=0 cellpadding=0 width="100%" bgcolor="#b6cce1" border=0> <tbody> <tr> <td> <table cellspacing=0 cellpadding=5 width="100%" bgcolor="#333366" border=0> <tbody> <tr> <td align=left style="background: url(images/5.jpg);" width="385"> <div align="center"> <b> <font color="#FFFFFF" size="6"> Aktualno¶ci </font> </b> </div> </td> <td align=left> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellspacing=0 cellpadding=5 width="100%" bgcolor="#28224c" border=0> <tbody> <tr> <td align=justify bgcolor="#FFFFFF"> <font size="3" face="Arial"> </font> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> <td> </td> <td valign=top> <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0> <tbody> <tr> <td> <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366" border=0> <tbody> <tr> <td align="center" style="background: url(images/25.jpg);"> <div align="center"> <font color="#FFFFFF"> <b> STRONA </b> </font> </div> </td> </tr> <tr valign=top> <td bgcolor="#FFFFFF"> <a TARGET="blank" href="http://www.fnsgim1.yoyo.pl"> <img src="images/forum1.jpg" width="110" height="70" alt=""> </a> <br> <div class="toplista"> <a href="http://gimy.toplista.pl/?we=simo_n"> Toplista gimnazjów </a> </div> <br> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br> <table cellspacing=0 cellpadding=1 width=150 bgcolor="#b6cce1" border=0> <tbody> <tr> <td> <table cellspacing=1 cellpadding=2 width="100%" bgcolor="#333366" border=0> <tbody> <tr> <td valign=middle style="background: url(images/25.jpg);"> <div align="center"> <font color="#FFFFFF"> <b> REKLAMA </b> </font> </div> </td> </tr> <tr valign=top> <td bgcolor="#FFFFFF"> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <br> <td bgcolor="#336699"> <img height=1 alt="" src="images/pixel.gif" width=10 border=0> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <!-- </td> </tr> </tbody> </table>--> <div class="stopka" align="center"> © 2006 <a href="mailto:szymonnosal@gmail.com"> simo_n </a>. Wszelkie prawa zastrze¿one.<br> Poprawki w kodzie by DJ ProG. </div> </body> </html> a czy mozna includowac jave... coldpeer ci odpisal... jesli o to ci chodzilo, to JavaScript! java to co innego ;) U¿ytkownik DJ_ProG edytowa³ ten post 26 kwiecieñ 2006, 16:52 Wielkie dziêki za pomoc. Chodzi mi o java script DJ ProG przykro mi, ale wcze¶ciej uda³o mi siê z kodem. Jak chcesz mogê daæ linka do twojej strony Znacie mo¿e jakie¶ DOBRE ksi±zki o css,html,xhtml Jest problem. Wstawi³em skrypt java script takiej tre¶ci <script language="Javascript" type="text/javascript" src="http://www.fnsgim1.yoyo.pl/topics_anywhere.php?mode=show&f=a&n=5&so=d&b=squ& br=y&bl=y"></script> i validator pokazuje b³êdy co mam zrobiæ, aby mi nie pokazywa³?? U¿ytkownik simo_n edytowa³ ten post 27 kwiecieñ 2006, 20:20 |
|||
Sitedesign by AltusUmbrae. |