Click here to Skip to main content
16,004,653 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello programmers, got a problem here as ive encountered the smallest size of the border of the table is 1. How can i Change it to let say .5?
<table>border="1" cellpadding="0" cellspaci
</table>

thanks and more power
Posted

 
Share this answer
 
v3
Comments
janwel 24-Oct-11 3:25am    
Yeah I know about that. What I am trying to imply is that, could it be on em? 0.08em
Prerak Patel 24-Oct-11 5:31am    
Then use style property instead. Check the link in answer.
Sergey Alexandrovich Kryukov 24-Oct-11 21:05pm    
Sorry, but I tried it with CSS with fractional border width with IE7, Google Chrome and Mozilla (Firefox and Seamonkey): IE and Chrome show no border, Mozilla shows it like 1-pixel. Did I miss anything?
--SA
Try this,
C#
border-collapse:separate;
border-spacing:5em;
 
Share this answer
 
 
Share this answer
 
Use a CSS for what you want insted to set the property use a css class OR style property
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 24-Oct-11 21:04pm    
Sorry, but I tried it with IE7, Google Chrome and Mozilla (Firefox and Seamonkey): IE and Chrome show no border, Mozilla shows it like 1-pixel.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900