Autor Zpráva
WiLy
Profil
Stale sa mi robi mezera mezi bunkami, ako ju mozem odstranit ?
PS: ako sa da zarovnat obrazok do laveho horneho rohu v okne prohlizeca? aj tam sa mi robi mezera.. diky.

<table width="40" height="40" border="0" align="center">
<tr>
<td bgcolor="x" width="10"></td>
<td bgcolor="y" width="10"></td>
<td bgcolor="z" width="10"></td>
<td bgcolor="w" width="10" ></td>
</tr>
</table>
WiLy
Profil
uz som to zistil.. je to cellspacing a cellpadding
len este neviem ako zarovnat tabulku "uplne hore"
WiLy
Profil
tak je to CSS pozicování
Plaváček
Profil
Zkus pro body a html nastavit margin i padding na nulu. Asi takhle:

<style type="text/css">
<!--
html, body {
margin: 0;
padding: 0;
}
-->
</style>
Toto téma je uzamčeno. Odpověď nelze zaslat.

0