Horizontal rule

K

Kevin

How do I get a horizontal rule to show in my mobile web app?

In the .Net GUI I can add it but it doesn't display. The reading that I
have done up till now states that the mobile schema doesn't support this html
tag.....

How would I accomplish the Horizontal rule <hr> syntax then in a mobile web
app?

Kevin
 
K

Kevin

I figured it out....

HR is not part of the mobile schema. However, I can test to see if the
target device handles HTML 3.2 and if so then display it.

<mobile:panel id="Panel1" runat="server">
<mobile:DeviceSpecific id="DeviceSpecific1" runat="server">
<CHOICE Filter="isHTML32">
<CONTENTTEMPLATE>
<HR color="#666633" noShade SIZE="1">
</CONTENTTEMPLATE>
</CHOICE>
</mobile:DeviceSpecific>
</mobile:panel>

Kevin
 

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

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top