09-27-2011, 01:21 AM
|
#1 (permalink)
|
| New Member
Join Date: Sep 2011 Model: 7100T PIN: N/A Carrier: Trainee
Posts: 3
Post Thanks: 0 Thanked 0 Times in 0 Posts
| How to Create a Table using Html in Blackberry? Please Login to Remove! Hai i created a new Application,In my Designing part i Create a table But Rows and Columns are not Supported in Blackberry Simulator(9500).
i Attached the images of Tables.Image1 is a Table Created in Dreamveaver.But i used the Same Coding in Blackberry ,Table is not Created(image2)
here my coding
<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
Anybody kindly help me
Thanks in Advance!
Last edited by ilu : 09-27-2011 at 01:27 AM.
|
| Offline
| |