Autor Zpráva
klasik
Profil *
Zdravím, chtěl bych se vás zeptat, jestli do tohoto kodu lze nějakým způsobem vložit několik tabulek a buněk, jestli to funkce Overflow umožňuje? Pokud ano, byl bych velice rád, kdyby jste mi tady napsali jak.
Děkuji

Overflow:
<div style="width:200px;height:150px;overflow:auto;">
text text text text text text text text text text text text text text text text text text
</div>

Co potřebuji udělat do Overflow :
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="164">
<tr>
<td width="25%" align="center" height="125">
<table border="2" bordercolor="#006600" cellspacing="1" cellpadding="2" bgcolor="#FFFFFF" width="33" height="35">
<tr>
<td width="102" height="28">
<a href="../fotky/darlingtonia_Copyright_R_Simek.jpg" target="_blank">
<img border="0" src="../miniatury/darlingtonia_Copyright_R_Simek_small.jpg" width="100" height="66"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="25%" align="center" height="25"><font size="2" color="#004F00">
<i>Darlingtonia californica</i></font></td>
klasik
Profil *
Já vlastně mohu udělat jen toto, je to tak?

<div style="width:200px;height:150px;overflow:auto;">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="164">
<tr>
<td width="25%" align="center" height="125">
<table border="2" bordercolor="#006600" cellspacing="1" cellpadding="2" bgcolor="#FFFFFF" width="33" height="35">
<tr>
<td width="102" height="28">
<a href="../fotky/darlingtonia_Copyright_R_Simek.jpg" target="_blank">
<img border="0" src="../miniatury/darlingtonia_Copyright_R_Simek_small.jpg" width="100" height="66"></a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="25%" align="center" height="25"><font size="2" color="#004F00">
<i>Darlingtonia californica</i></font></td>
</div>
Toto téma je uzamčeno. Odpověď nelze zaslat.

0