NetworkGuy101
IS-IT--Management
is there anyway to make a table border smaller than 1?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<style type="text/css">
table {
border: 1px solid black;
border-collapse: collapse;
}
td {
border: 1px solid black;
}
</style>
<table>
<tr>
<td>Text</td>
<td>Text</td>
</tr>
</table>
<TABLE width=100 style="border-collapse: collapse; WORD-WRAP: break-word" cellSpacing=0 cellPadding=1 border=1>