Ho fatto una domanda simile a questo altrove su questo sito, ma ho pensato di dare un altro risultato in termini più semplici.
Sono nuovo in Dreamweaver e attualmente sto cercando di creare una semplice tabella di 14 colonne. Voglio che abbiano le stesse dimensioni.
Attualmente ho il seguente codice. Ma quando digito Dreamweaver, le larghezze della colonna si spostano. Non voglio questo, voglio che il codice si completi. Quindi se per esempio inserisco xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx in una delle celle, si espande e riduce le altre colonne, come posso superare questo?
table.teams{table-layout:fixed; overflow:auto; width:745; align:center; cellspacing:0; cellpadding:0;}
<table class="teams">
<tr>
<td width="5%"> </td>
<td width="5%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="8%"></td>
<td width="5%"></td>
<td width="5%"></td>
</tr>