/ Published in: CSS
If you want to add horizontal spacing between rows, use a border for the tag:
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.rowWithBottomSpacing { border-bottom: solid 5px #ffffff; }
URL: http://www.roelvanlisdonk.nl/?p=687