User908137417 posted
Hello
Im trying to develop a small site for mobiles, but Im having problems with the presentation of the page data. Iv tried searching online for help but so far have failed to find any useful information.
I was wondering if anyone knows any good internet resources for asp.net mobile page layout, or any usefull tips.
Im trying to neatly structure my data, example below.
Current layout
Time:14 00
Date:28/10/06
WVHT:7.9 ft
DPD:6 sec
WSPD:18.1 kts
WDIR:SW | 230°
Desired layout
Time |
14 00 |
Date |
28/10/06 |
WVHT |
7.9 ft |
DPD |
6 sec |
WSPD |
18.1 kts |
WDIR |
SW | 230° |
From what I have read so far, some mobile devices do not support HTML tables, so I am currently using
<Mobile:Label id="Label1" runat="server" Alignment="Left" BreakAfter="False">Time:</Mobile:Label>
Also I will also need to display more information in a table like structure with 5 columns and 5 rows.
If any one knows how I can display two mobile label/text controls on the same line and maintain the data structure over multiple lines I would be greatful for some pointers in the right direction.
Many Thanks. James