Autor Zpráva
Szucs
Profil
V knihe CSS kaskadove styly od P. Staniceka sa pise, ze je mozne vodorovne zarovnat bunky v tabulke podla retazca.

Mate s tym skusenosti? Mne to bohuzial nefunguje

<style>
td {text-align:","}
</style>

<body>
<table width="90%" border="5" cellspacing="0" cellpadding="5">
<tr>
<td>568,4</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>56,45</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>78,5678</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<table>
</body>
</html>
habendorf
Profil
Podle mě správně je to <col align="charoff" char=","> , ale asi to nikde nefunguje :o(
Toto téma je uzamčeno. Odpověď nelze zaslat.

0