Link to home
Start Free TrialLog in
Avatar of Billy Ma
Billy MaFlag for Hong Kong

asked on

How can I make a table border like a thin line?

How can I make a table border like a thin line?
I think we can use style="border-collapse: collapse"
but it seems to be not what I want....
Avatar of ayus80
ayus80

table, td { border:1px solid #ccc; } if it is correct.
Regards
Sajay.
Avatar of compfixer101
<table border="1"> {table ans text here}</table>
table { border: thin solid } or table { border: 1px solid }
table { border: thin solid } and set the cellsapcing and padding is 0
ASKER CERTIFIED SOLUTION
Avatar of LordOfPorts
LordOfPorts
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
it really depends on whether you want it done by CSS or by the actual table tag..