Jump to content
php.lv forumi

probleemas ar tabulaam


andrisp

Recommended Posts

<table border="1">
<tr>
<td rowspan="2" width="199">
 bla bla bla bla bla
</td>
<td colspan="2" height="18">Shitam vajadzeetu buut 18px</td>
</tr>
<tr>
<td>content</td>
<td>conten2</td>
</tr>
</table>

 

bet jo vairaak bla bla bla saliekam, tas height="18" tiek ignoreets . kaapeec taa ?

Link to comment
Share on other sites

piedod atvaino bet stipri ** ir salikt divas šūnas blakus ar dažādiem augstumiem. Drīzāk būtu jātaisa tad:

 

<table border="1">
<tr height="20">
<td rowspan=2>a</td><td>b</td>
</tr>
<tr height="100">
<td> </td>
</tr>
</table>

Link to comment
Share on other sites

×
×
  • Create New...