ciao a tutti,
ho creato una semplice pagina xhtml, in locale viene interpretata correttamente dal simulatore (nokia) ma se faccio l'upload sul server remoto compare la scritta "Document content not supported". Da che dipende???
ciao!
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile
1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XHTML MP Document</title>
<link rel="stylesheet" href="my-stylesheet-url.css" type="text/css"/>
<!-- Optional <style> element for document-wide
styles -->
<style type="text/css">
body {font-size:small;}
</style>
</head>
<body>
<h1>Prova</h1>
Document contents go here
</p>
</body>
</html>

Rispondi quotando
