CSS for mobile devices

admin

Administrator
Staff member
Hello!

Is it possible to use CSS to present the information on a mobile device (handhel computer or mobile phone) or do they use another "language" ?You can. Just include the following line of HTML:

<link rel="stylesheet" type="text/css" media="handheld" href=http://www.webdeveloper.com/forum/archive/index.php/"css/handheld/default.css" />

Right now you need to keep the CSS simple. Further, I don't know of any handheld devices that comply enough to these standards to actually implement them (though I have at <!-- m --><a class="postlink" href="http://mjw.cmich.edu/">http://mjw.cmich.edu/</a><!-- m --> ).

For right now, use Wireless Markup Language (WML). Go to W3Schools (<!-- m --><a class="postlink" href="http://www.w3schools.com/">http://www.w3schools.com/</a><!-- m -->) to learn more.Thanks!
 
Back
Top