Witam, mam problem z rozmieszczeniem formularza na grafice, mam takie coś:

i taki kod:
  1. <br>
  2. <form action=authenticate.php method=post name=login onsubmit=\"return saveme();\">
  3. <table width=100%>
  4. <tr>
  5. <td>
  6. <table width="391px" height="196px" background="templates/images/logowanie.jpg" >
  7. <tr>
  8. <td>
  9. <br><br>
  10. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Nick:&nbsp;&nbsp;&nbsp;&nbsp;
  11. <input type="text" class="input" maxlength="40" name="username"><br>
  12. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hasło:&nbsp;&nbsp;&nbsp;
  13. <input class="input" maxlength="40" type="password" name=password>
  14. </td>
  15. </tr>
  16. <tr>
  17. <td>
  18. <center><input type="submit" class="submit" value="{L_LOG_IN}" /></center>
  19. </form>
  20. </td>
  21. </tr>
  22. </td>
  23. </tr>
  24. <br>
  25. <a href='register.php'>Zarejestruj sie!!!</a>


problem z tym, że nie potrafię ładnie rozplanować tych inputów na grafice, jak to zrobić? proszę o pomoc