mam problem ze złożeniem strony do HTML'a ;>
Mam część tabeli:
<style type="text/css"> span.menu{ color:white; margin-left:13px; font-weight:bold; } span.menu:hover{ color:grey; } input#login{ background-image: url(images/1_03.jpg); border:0px; width:148px; height:17px; color:white; } input#haslo{ background-image: url(images/1_05.jpg); border:0px; width:173px; height:17px; color:white; } </style> </head> <body bgcolor="#000000"> <!-- Save for Web Slices (2.psd) --> <table id="Table_01" width="1008" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="11"> </tr> <tr> <td colspan="5" rowspan="2"> <td colspan="2" > <form action="hgbui" method="POST"> <input id = "login" type="text" name="login"> </td> <td colspan="2"> <img src="images/1_04.jpg" width="56" height="17"> </td> <td colspan="2"> <input id = "haslo" type="text" name="haslo"> </td> </tr>
i niestety dostaję takie coś:
http://image.mmazur.info/files/676029.jpg
jak mógłbym to poprawić? Pozdrawiam, i proszę o pomoc

Jeśli potrzebujecie więcej kodu, proszę pisać..