Cell/Column Border Codes for Tables *without* using Plug-in
-
Hi there,
CSS or HTTML noobie here who needs help with inserting borders between the rows and cells in a table with 3 columns. I’m drafting a post and have figured out the basic codes for the table but, no matter what I do, there is no border between the individual cells. It ends up looking sloppy and hard to read. Whatever codes I’ve found on the internet don’t give me borders when I go into Preview mode, so can you help? I do NOT want to download any plug-in because this will be a one time thing for me.This is the code I currently have in my draft article:
<span style=”text-decoration: underline;”>FOR OTHER MANUFACTURERS</span>:
<div>
<table style=”height: 411px;” border=””1″;” width=”584″ cellspacing=””0″;” cellpadding=””0″”>
<tbody>
<tr>
<th>If the bottle measures:</th>
<th>Then its quantity is:</th>
<th>and the possible bottle date:</th>
</tr>
<tr>
<td>3.5″ or 8 cm</td>
<td>10 ml or 1/3 of an oz</td>
<td>1954 or after.</td>
</tr>
<tr>
<td>3.23″, 8.2 cm, and has wide feet</td>
<td>10 ml or 1/3 oz</td>
<td>Saint Gobain from 1981 to 1984.</td>
</tr>
<tr>
<td>3.66″, 9.3 cm, and has wide feet</td>
<td>15 ml or 1/2 oz</td>
<td>Saint Gobain from 1981 to 1986.</td>
</tr>
<tr>
<td>3.6″, 9.3 cm, but it does not have wide feet</td>
<td>16.5cc or 0.558 oz</td>
<td>1964 onwards, changed in 1978 to register as 15 ml.</td>
</tr>
<tr>
<td>3.94″ or 10 cm</td>
<td>30 ml or 1?oz</td>
<td>anywhere from 1948 to 1978, and quite possibly beyond.</td>
</tr>
<tr>
<td>5.91″ or 15 cm</td>
<td>60 ml or 2 oz</td>
<td>anywhere from 1962 to 1978, and quite possibly beyond.</td>
</tr>
</tbody>
</table>
</div>
<div>The spacing between column 1 and 2 looks quite off as well. The 2nd one is squashed into an itsy bitsy, narrow thing. If you could help me fix that so that all 3 columns are even, I’d be very grateful.
The blog name and url is: KafkaesqueBlog.com
I’m totally a dunce with coding and really need to post this article soon (like in the next few hours), so any help (in basic language) that you could provide would be SUPER! Thank you!
- The topic ‘Cell/Column Border Codes for Tables *without* using Plug-in’ is closed to new replies.