Mam problem z kodem HTML, jak wstawiam skrypt logowania to tabelki się przemieszczają.
Czy ktoś by mi mógł poprawić ten kod HTML?
Jak ktoś pomoże wciskam "POMÓGŁ"!
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=iso-8859-2"> <style type="text/css"> body{ font-family: verdana,tahoma;font-size: 11px;color: #000;background-color: #fff;} td { font-family: verdana,tahoma;font-size: 11px;color: #000} a:link,a:visited,a:active {color: #000;text-decoration: none;} a:hover {color: #9E3F09;text-decoration: underline;} .top {background: url(images/top.jpg); width:800px;height:161px} .m {background: url(images/tlo.jpg); width:200px;height:30px;text-align:center;font-weight:bold;color:#fff} .m2 {background: url(images/tlo.jpg); width:30px;height:30px;text-align:center;font-weight:bold;color:#fff} .t {text-align:center;border:1px solid #D87136;padding:10px;font-size:11px;letter-spacing:1px} .brd {border:1px solid #C6C6C6} .linki {padding:5px;letter-spacing:1px} .newsy {padding:10px;text-align:justify} .stopka {border:1px solid #8C8C8C;padding:5px;font-size:11px;letter-spacing:1px;} img {border: 0px;} </style> </head> <body> <table align="center" border="0" cellpadding="0" cellspacing="2" width="800"> <tbody> <tr> </tr> <tr> <td valign="top"> <table class="brd" cellpadding="0" cellspacing="0"> <tbody> <tr> </tr> <tr> <td> <div class="linki"> </div> </td> </tr> </tbody> </table> <br> <table class="brd" cellpadding="0" cellspacing="0"> <tbody> <tr> </tr> <tr> <td> <div class="linki"> </div> </td> </tr> </tbody> </table> </td> <td valign="top"> <table style="width: 600px; height: 46px;" class="brd" cellpadding="0" cellspacing="0"> <tbody> <tr> </tr> <tr> </tr> </tbody> </table> </td> </tr> <tr> <td class="stopka" colspan="2"> Copyright by XYZ </td> </tr> </tbody> </table> </body> </html>