2011-10-03 14 views
14

Il sito mobile non viene visualizzato correttamente. Devo ingrandire per visualizzare correttamente il mio sito anche se ho la DTD corretta:Tipo di documento mobile Definizione

<?xml version="1.0" encoding="UTF-8" ?> 
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" 
"http://www.wapforum.org/DTD/xhtml-mobile12.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<title>MySite Mobile</title> 
<link rel="stylesheet" type="text/css" href="mobile.css"/> 
</head> 
<body> 
<!-- content --> 
</body> 
</html> 

Ho la DTD corretta?

risposta

Problemi correlati