darklight Posted February 29, 2008 Share Posted February 29, 2008 I seem to be having trouble doing that. Look at the screen shot below. Link to comment https://forums.phpfreaks.com/topic/93763-thinner-borders-on-tables/ Share on other sites More sharing options...
Ads Posted March 1, 2008 Share Posted March 1, 2008 I think it is css, something like Border:collapse Link to comment https://forums.phpfreaks.com/topic/93763-thinner-borders-on-tables/#findComment-480598 Share on other sites More sharing options...
haku Posted March 1, 2008 Share Posted March 1, 2008 I think it is css, something like Border:collapse Close. OP: set this in the head of your document: <style type="text/css"> table { border-collapse: collapse: } </style> Link to comment https://forums.phpfreaks.com/topic/93763-thinner-borders-on-tables/#findComment-480742 Share on other sites More sharing options...
Ads Posted March 1, 2008 Share Posted March 1, 2008 I think it is css, something like Border:collapse Close. OP: set this in the head of your document: <style type="text/css"> table { border-collapse: collapse: } </style> xD I had the right idea Link to comment https://forums.phpfreaks.com/topic/93763-thinner-borders-on-tables/#findComment-480761 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.