|
Posted by Martin Jay on 06/08/06 15:43
In message <1149696782.015678.279390@c74g2000cwc.googlegroups.com>, phl
<killkennyhouse@hotmail.com> writes
>I have been having problems aligning the bottom borders of sub table
>within my main table. I need to have a table within a table. Each row
>has a bottom border. My problem is where the last row of my sub table,
>meets the next row of the main table. I don't seem to be ablt to get
>them to match up, so I get two lines here, where I should have one.
>
>Has anyone have problems like this before, is there anyway I can fix
>it, or alternate solution?
Remove the border from the bottom <td> of the first table:
CSS:
.none{ border: none; }
And change:
<td>inner table row 3</td>
to:
<td class="none">inner table row 3</td>
--
Martin Jay
Phone/SMS: +44 7740 191877
Fax: +44 870 915 2124
Navigation:
[Reply to this message]
|