zacząłem się bawić html, php, js od niedawna. jeśli jest to możliwe to prosiłbym o sprawdzenie poprawności niżej zamieszczonego kodu. chodzi mi o ewentualne wyłapanie błędów początkującego. może po prostu robie coś co można zrobić prościej i wydajniej. oczywiście są to póki co same ramki gotowe do przyjęcia grafiki, skryptów itp. wiem, że jest to dopiero początek, ale lepiej odrazu dowiedzieć się o ewentualnych błędach, aniżeli potem pisać wszystko od początku.
dziękuję.
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN' 'http://www.w3.org/TR/html4/strict.dtd'> <html> <head> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'> <meta http-equiv='Content-Language' content='pl'> <link rel='stylesheet' href='style.css' type='text/css'> </head> <body> <div id='glowne'> <table id='tabela_glowna' align="center" width='768'> <!-- BANER --> <tr> <td class='td_baner' colspan='3'> Tutaj bedzie baner </td> </tr> <tr> <td class='td_info' colspan='3'> Tutaj bedzie info </td> </tr> <tr> <!-- LEWE MENU --> <td class='td_menu_lewe' valign='top'> <div class='menu_l'> <table id='tabela_lewa_1'> <tr> </tr> <tr> </tr> <tr> </tr> <tr> </tr> </table> <br> <table id='tabela_lewa_2' width='100%'> <tr> </tr> <tr> </tr> <tr> </tr> </table> <br> <table id='tabela_lewa_3' width='100%'> <tr> </tr> <tr> </tr> <tr> </tr> </table> <br> to jest leve menu </div> </td> <!-- SRODEK --> <td class='td_srodek' valign='top'> <div class='srodek'> to jest czesc srodkowa </div> </td> <!-- PRAWE MENU --> <td class='td_menu_lewe' valign='top'> <div class='menu_prawe'> <table id='tabela_prawa_1'> <tr> </tr> <tr> </tr> <tr> </tr> </table> <br> <table id='tabela_prawa_2' width='100%'> <tr> </tr> <tr> </tr> <tr> </tr> </table> <br> to jest prave menu </div> </td> </tr> <!-- STOPKA --> <tr> <td class='td_stopka' valign='top' colspan='3'> Tutaj bedzie stopka </td> </table> </div> </body> </html>