Tabulky

From: Graphics (graphics@mujweb.cz)
Date: 11. 06. 2000, 21:11 CEST


Vytvoril jsem obrazek velky 200x200. Ten jsem rozdelil na ctyri casti a
pomoci tabulky v html bych jej chtel slozit zpet. Nekde vsak bude problem,
nebot dle nize uvedeneho zapisu se obrazek slozi, ale mezi jednotlivymi
castmi jsou mezery.

Dokazete poradit, kde mam chybu. Dekuji

Pavel Trojan

P.S.: Neznate nejaky program, ktery by dokazal rozdelit obrazek na vice
ruzne velkych poli a automaticky vygeneruje html kod.


<table border="0" cellspacing="0" cellpading="0" width="200" height="200">
  <tr>
    <td>
    <img SRC="obr01.gif" WIDTH="100" HEIGHT="100" BORDER="0">
    </td>
    <td>
    <img SRC="obr02.gif" WIDTH="100" HEIGHT="100" BORDER="0">
    </td>
  </tr>
  <tr>
    <td>
    <img SRC="obr03.gif" WIDTH="100" HEIGHT="100" BORDER="0">
    </td>
    <td>
    <img SRC="obr04.gif" WIDTH="100" HEIGHT="100" BORDER="0">
    </td>
  </tr>
</table>



This archive was generated by hypermail 2.1.2 : 10. 08. 2001, 14:47 CEST