Posted by G on 08/06/07 17:30
CptDondo wrote:
> Could someone clue me in to what is the current status of WAP cell
> phones in the US?
>
> What do I need to do to write a few simple pages for a cell phone? Any
> practical guides out there?
>
> Thanks,
>
> --Yan
this works fine
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>My Cell Site</title>
</head>
<body>
<!--#include content -->
</body>
</html>
[Back to original message]
|