darklight Posted February 29, 2008 Share Posted February 29, 2008 I seem to be having trouble doing that. Look at the screen shot below. Quote 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 Quote 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> Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/93763-thinner-borders-on-tables/#findComment-480761 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.