User731069546 posted
Forgot to respond to your question yesterday.
To put HR lien, you have to first put a panel control. Inside put a device specifc control and set up the filter. Now in the content template of the device specific, you can put any HTML elements, eevn regular web controls. Here is a piece of code that I
am using right now to do this. I am using a header/footer templates so I can draw a HR line after my Application Name (at top of page) as well as at the bottom of the page as shown below.
BTW - Look at the HTML of the following. When I cut and paste code, it shows up as it would look on my mobile page.. Don't know how I can display actual HTML here in the forum
<?xml:namespace prefix = mobile /><mobile:DeviceSpecific id=DeviceSpecific1 runat="server"><CHOICE Filter="I set this to isHTML32"><HEADERTEMPLATE><mobile:Label id=lblApplicationName runat="server" StyleReference="ApplicationName"><CHOICE Xmlns="http://schemas.microsoft.com/mobile/html32template"
Filter="isHTML32"><HEADERTEMPLATE><mobile:Label id=lblApplicationName runat="server" StyleReference="ApplicationName">MPT Mobile: Shipping</mobile:Label>
</HEADERTEMPLATE><FOOTERTEMPLATE>
<?xml:namespace prefix = asp /><asp:Label id=lblLinksAtBottom runat="server" CssClass="LinkAtBottom">Label</asp:Label>
</FOOTERTEMPLATE></CHOICE></mobile:Label></FOOTERTEMPLATE></CHOICE></mobile:DeviceSpecific>