1
Joomla! 3 / Re:Articolo diviso in 2 colonne di dimensione fissa: come fare?
« il: 23 Feb 2019, 12:21:59 »
Non capisco... ma io scrivo il codice:
<table style="height: 300px;" border="1" width="150" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="50">
<p><strong><span style="text-decoration: underline;">Community Summary</span></strong></p>
</td>
<td valign="top" width="50">
<p><strong>75228, TX</strong></p>
</td>
<td valign="top" width="50">
<p><strong>DALLAS, TX</strong></p>
</td>
</tr>
</tbody>
</table>
nel backend dell'articolo compare bene. Ma quando lo vedo sul frontend... la tabella ha dimensioni "aggiustate da sé"... non capisco... helpatemi
<table style="height: 300px;" border="1" width="150" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="50">
<p><strong><span style="text-decoration: underline;">Community Summary</span></strong></p>
</td>
<td valign="top" width="50">
<p><strong>75228, TX</strong></p>
</td>
<td valign="top" width="50">
<p><strong>DALLAS, TX</strong></p>
</td>
</tr>
</tbody>
</table>
nel backend dell'articolo compare bene. Ma quando lo vedo sul frontend... la tabella ha dimensioni "aggiustate da sé"... non capisco... helpatemi
