I have searched all over the net but there are no straight forward working examples that show you how to do this. Basically I want to do what html is able to accomplish with this code example:
<tr>
<td width="5%">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
I just want a <div> using CSS that has 5 columns where I can display data on a webpage. Can anyone provide a working example because I cannot figure it out. Thanks