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; } Quote Link to comment 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; } Quote Link to comment 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? Quote Link to comment 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.