severndigital Posted July 9, 2010 Share Posted July 9, 2010 I am having a brain fart.. please help me I need my table rows to have a border .. not my table cells. in a crude graphical example . i need this -------------------------------------------- | table cell table cell table cell | -------------------------------------------- not this -------------------------------------------- | table cell | table cell | table cell | -------------------------------------------- Thanks, Chris Link to comment https://forums.phpfreaks.com/topic/207276-table-borders-really-simple-i-think/ Share on other sites More sharing options...
haku Posted July 10, 2010 Share Posted July 10, 2010 table { border-left:solid black 1px; border-right:solid black 1px; } Link to comment https://forums.phpfreaks.com/topic/207276-table-borders-really-simple-i-think/#findComment-1083899 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.