|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
hi,
I m very new to Wap Programming. Kindly any one tell me how to add css in wml page and how to use it. One more question, here i m using nokia 6230 emulator, when i tried to get the contents of the card which is in wml 2.0 , it showed nothing. I suppose nokia 6230 supports WAP 2.0. Any suggestion ???? Here is my code. .......................... <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD WML 2.0//EN" "http://www.wapforum.org/dtd/wml20-flat.dtd"> <html xmlns:wml="http://www.wapforum.org/2001/wml" xmlns="http://www.w3.org/1999/xhtml" version="-//WAPFORUM//DTD WML 2.0//EN"> <head > <title>About us</title> </head> <wml:card id="aboutus" title="About us"> <p align="center"> <i>Geysers International Inc, FlagShipMD software provides Physicians, Practices,Billing Agencies and Transcription agencies a complete, secure, integrated, and easy-to-use practice management system. Modules for Patient, Office Manager,Front Office, Billing Staff, Medical Assistants, and Physician including Medical Chart notes,transcription service and much more make this software essential for managing HIPAA compliant medical practices.</i> <br/> <wml:anchor>More <wml:go href="#more1"/> </wml:anchor> </p> </wml:card> <wml:card id="more1" title="About us"> <p align="left" wml:mode="nowrap"> Full HIPAA compliant software <br/> Fully integrated for total management control <br/> Easy to configure to your practice <br/> Thin-client can be used anywhere –even at home! <br/> Multi-location practice management <br/> <wml:anchor>More <wml:go href="#more2"/> </wml:anchor> </p> </wml:card> <wml:card id="more2" title="About us"> <p align="left" wml:mode="nowrap"> Referral Management <br/> Automated billing and claims processing <br/> Eligibility Checking <br/> Lab/Pharmacy modules with automated links to pharmacy or lab <br/> Patient chart <br/> <wml:anchor>More <wml:go href="#more3"/> </wml:anchor> </p> </wml:card> <wml:card id="more3" title="About us"> <p align="left" wml:mode="nowrap"> Scheduling includes patient self-schedule under physician control <br/> Designed for Physicians by Physicians <br/> Dictation/Transcription built into product <br/> Integrated claims and account receivable processes <br/> Easy to learn and use. Online help on all screens <br/> <wml:anchor>More <wml:go href="#more4"/> </wml:anchor> </p> </wml:card> <wml:card id="more4" title="About us"> <p align="left" wml:mode="nowrap"> Role based security <br/> PDA <br/> 128 bit Encryption for privacy and security of patient records <br/> ASP model - Almost no capital expense on software <br/> Practice management includes 25 or more comprehensive reports <br/> <wml:anchor>Back <wml:go href="index.jsp#welcome2"/> </wml:anchor> </p> </wml:card> </html> Thanks in Advance From Kanchan |
|
#2
|
|||
|
|||
|
Hi. my name is Sergiu Costache, i don't now yet the answer you need but please tell me where from have you got the nokia 6230 emulator, im looking for it for a while.
Thanks |
|
#3
|
||||
|
||||
|
Wap Css
Quote:
Hello, CSS is not supported in WML but in XHTML Mobile Profile (XHTML MP). XHTML MP is the markup language of WAP 2.0. If you want to know how to use style sheet in XHTML MP, you can take a look at the WCSS tutorial at: http://www.developershome.com/wap/wcss/ Quote:
WML2 should not be used for content authoring. You should use XHTML MP instead. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > How to add css in wml page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|