Mobile Web Forms

T

The Bear

There has got to be a way to put to controls on one line for Mobile Web
Forms. If you know can you help.

T.B.
 
J

JuanDG

It may not be "the best way", but as far as I know it's "the only way".

cHTML, xHTML, WML, HTML (which are the Markups supported by MMIT) all have
the same syntaxes for defining tables, although some WML devices don't
render tables, but they are very few (and very old too!!!)

so the solution I came up with, was constructing a simple table around the
controls like this:
<table>
<tbody>
<tr>
<td><Mobile:Command
runat="server">Command</Mobile:Command>
</td>
<td><Mobile:Command
runat="server">Command</Mobile:Command>
</td>
</tr>
</tbody>
</table>

hope it work for you, if not, let me know the specific case so we can figure
out something!!

--

Juan David Gomez A.
Microsoft Certified Professional
Analista de Desarrollo - PSL S.A.
Web and Wireless Banking
Medellin - Colombia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,754
Messages
2,569,525
Members
44,997
Latest member
mileyka

Latest Threads

Top