Table borders and column widths
-
Hi, I’m new to all of this, but understand a little html. I’m having trouble putting borders into my tables. If I use rules=”all” (or any other value”), the cellspacing=”value” and cellpadding=”value” (I’ve tried different values all the way up to 50) commands are ignored, my table scrunches together. How do I solve this?
Example of my code:
`<span style=”text-decoration: underline;”>Informatieavonden in 2009</span>:
<table border=”1″ cellspacing=”value” cellpadding=”value” rules=”all”>
<tbody style=”font-size:75%”>
<tr>
<td width=”50″>Gem.:</td>
<td colspan=”3″>Datum:</td>
<td width=”80″>Tijd:</td>
<td width=”70″>Locatie:</td>
</tr>
<tr>
<tr>
<td>De Rijp</td>
<td width=”20″>do</td>
<td width=”20″></td>
<td width=”30″>mei</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>ma</td>
<td>29</td>
<td>jun</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Edam</td>
<td>do</td>
<td>23</td>
<td>apr</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>di</td>
<td>1</td>
<td>sep</td>
<td>20.00-22.00 u</td>
<td>De Singel</td>
</tr>
<tr>
<td>Velsen</td>
<td>di</td>
<td>16</td>
<td>juni</td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td>ma</td>
<td>31</td>
<td>aug</td>
<td>19.30-21.30 u</td>
<td>Het Mosterdzaadje</td>
</tr>
<tr>
<td>Westzaan</td>
<td>wo</td>
<td>17</td>
<td>juni</td>
<td>19.30-22.00 u</td>
<td>De Kwaker</td>
</tr>
</tbody></table>
- The topic ‘Table borders and column widths’ is closed to new replies.