Im trying to add a line between each row in a table but its not working. Lines are not being displayed.
Here is my html -
<tr class="myline">
Here is my css -
.myline TR {border-bottom:1px solid gray}
Thanks
|
|
|
your css references a
or even better, applying the class to the
|
|||||||||||
|
|
If no other styles affect the table your code should work. http://jsfiddle.net/MS4Qm/ |
|||||||||
|