neo777ph Posted March 8, 2007 Share Posted March 8, 2007 I implemented this CSS for my tables and TD..however,, it does not show the border..what is lacking on my css? tnx TABLE,td {border:thin; border-left:thin; border-right:thin; border-bottom:thin; font-family:tahoma,verdana; font-size:10pt; border-color:#0000FF;line-height:17px; } Link to comment https://forums.phpfreaks.com/topic/41719-table-css/ Share on other sites More sharing options...
jcombs_31 Posted March 8, 2007 Share Posted March 8, 2007 try td { border: 1px solid #000FF; font: 10pt tahoma, verdana; line-height: 17px; } Link to comment https://forums.phpfreaks.com/topic/41719-table-css/#findComment-202755 Share on other sites More sharing options...
neo777ph Posted March 9, 2007 Author Share Posted March 9, 2007 I want the border to be thin? Link to comment https://forums.phpfreaks.com/topic/41719-table-css/#findComment-203160 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.