Single line thin border for HTML table
Account Home | Help | Blog | Contact us | Log Out


Welcome to Kbytes > Articles

Single line thin border for HTML table

Posted By: siteadmin on 15/07/2012 15:58:00

 

<style type="text/css">
<!--
table {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-color: #FFFFFF;
}
 
 
table td {
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
background-color: #FFFFFF;
}
-->
</style>
 
 
 
 
 
 
hello
goodbye
   
 
 
hello goodbye

 


blog comments powered by Disqus

Kbytes Home | Privacy Policy | Contact us | Testing Area

© 2004 - 2024 1 Oak Hill Grove Surbiton Surrey KT6 6DS Phone: +44(020) 8123 1321