Apply style to tables in Mobile Form

M

mk.gln41

Hello Everyone:

I'm trying soo hard to find ways to assign style to a table in a
mobile form. When the device specific tag is added in, I cannot seem
to assign the style to the table.
Is there any way to work around this? Any form of help will be
appretiated.
Thank you.

<html xmlns="http://www.w3.org/1999/xhtml">
<body>
<mobile:StyleSheet id="StyleSheet1" runat="server">
<mobile:Style name="Text" font-name="Arial"
backcolor="#E0E0E0" wrapping="Wrap">
</mobile:Style>
<mobile:Style name="Col" font-name="Arial"
backcolor="#222BF5" wrapping="Wrap">
</mobile:Style>
</mobile:StyleSheet>

<mobile:Form ID="Form1" Runat="server" >
<%--<mobile:panel ID="Panel1" Runat="server">--%>
<mobile:DeviceSpecific ID="DeviceSpecific1"
Runat="server">
<Choice Xmlns="http://schemas.microsoft.com/mobile/
html32template" >
<HeaderTemplate>
<table id="BrinkTable" style="font-size: 8pt"
runat="server" border="0">
</table>
<table id="LinksTable" style="font-size: 8pt"
runat="server" border="0" >
</table>
<table id="AdminTable" style="font-size: 8pt"
runat="server" border="0">
</table>
<table id="TableDescription" style="font-size:
8pt" runat="server" border="0">
</table>
<table id="HeaderTable" style="font-size: 8pt"
runat="server" border="0">
</table>
<table id="MenuTable" runat="server" border="0">
</table>
</HeaderTemplate>
</Choice>
</mobile:DeviceSpecific>
<uc1:Menu ID="Menu1" runat="server" />
</mobile:Form>
</body>
 

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,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top