View Single Post
Old 03-23-2012, 05:58 AM   #10
sam051
Registered User
 
Join Date: Feb 2012
Posts: 128
<table border="1" height=40% width=40%>
<tr>
<td>row1, cell1</td>
<td>row1,cell2</td>
</tr>
<tr>
<td>row2, cell1</td>
<td>row2,cell2</td>
</tr>
</table>

This is the simple way of making table in HTML.
sam051 is offline   Reply With Quote