Autor Zpráva
PAJDLIK
Profil *
Určitě to už tady proběhlo. Co mám dělat, když chci nastavit pevnou šířku tabulky?
Plaváček
Profil
PAJDLIK

<table width="500"> .... </table>

Třeba?
roberta
Profil
Plaváček
to je skôr minimálna šírka tabuľky, čo keď v tabuľke bude chcieť mať 600px obrázok na šírku?

<div style="width: 200px; background-color: green;">
<div style="width: 100px; overflow: auto; background-color: red;">
<table style="width: 100%;">
<tr>
<td>
ahoj ahojahojahojahojahoj ahojahojahojahojahoj ahojahojahojahojahojahojahoj ahojahojahojahojahojahojahojahoj
</td>
</tr>
</table>
</div>
<div>
Toto téma je uzamčeno. Odpověď nelze zaslat.

0