html - Styling table issue -


so want table have borders below each row.

td{      border-bottom-style: solid;} 

but, between columns, there visible border break. don't how can remove that?

table {     border-collapse: collapse; } 

http://jsfiddle.net/adrift/lsnr7/


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -