tags:

views:

26

answers:

1

i want a border on bottom of a td.i got that using border:dotted 1px black;.but it is not visible in ie7.the td height is 10px.if i use &nbsp it is visible in ie7.but i dont need that much height.can anyone help me? Here My Code

Untitled Document

A: 
table {
 border-collapse: collapse;
}
Dustin Laine
i don't think this is what S.Rangaraj is asking for - this would help if there are ugly double-bprders between the cells, but there is nothing...
oezi