hi all ,
I need to display data from database in table format . The thing is, in table horizontal borders should not appear for data rows.

Is there any options available.
Thanks in advance

Recommended Answers

All 5 Replies

for your data td's the css:

.data td {border-bottom:none;}

in the table:

<td class='data'>

of course, you will have to add the css for your vertical borders.

thanks Dandello and judryn27,


@judryn27 But i dont want to hide whole border ..

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.