Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Mobile / March 2005

Tip: Looking for answers? Try searching our database.

Horizontal rule

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Kevin - 16 Mar 2005 23:55 GMT
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
Kevin - 17 Mar 2005 15:45 GMT
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

> How do I get a horizontal rule to show in my mobile web app?
>
[quoted text clipped - 6 lines]
>
> Kevin

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.