View Single Post
Old 11-28-2011, 09:15 PM   #2
Davidweb
Registered User
 
Join Date: Nov 2011
Posts: 27
There are tag used for creating table in HTML:
<table border="1">
<tr>
<td>Row 1, cell 1</td>
<td>Row 1, cell 2</td>
</tr>
</table>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Davidweb is offline   Reply With Quote