in italy, mobile company vodafone ,from some months
has put on his wap net the icons/links of his portal vodafonelive.
when you open with mobile phones sites made in WML , the presence of those
icons is reduced to some links that don't create particoular difficoult for
the page,instead in XHTML -HTML sites is a FULL DISASTER..
vodafonelive icons create distortion in the xhtml page and ,for exemple, in
my chat ,kill images and smileys..
this thing happens in many kinds of mobile phones as NOKIA 6630,6680, etc.using their own browser on
vodafone wap net..no troubles in others mobile nets. no troubles from PC users
only using as browser opera mini ,the situation gets better..
in my chat i use this XHTML header:
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"
\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">\n";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
on PC and any other mobile company it works good ,
on vodafone wap apn ..page is distorced and images/smileys don't work .
i ask.. there is a way to block the interference of vodafonelive icons and making work good again ?
i have to use another kind of XHTML or HTML header?
has put on his wap net the icons/links of his portal vodafonelive.
when you open with mobile phones sites made in WML , the presence of those
icons is reduced to some links that don't create particoular difficoult for
the page,instead in XHTML -HTML sites is a FULL DISASTER..
vodafonelive icons create distortion in the xhtml page and ,for exemple, in
my chat ,kill images and smileys..
this thing happens in many kinds of mobile phones as NOKIA 6630,6680, etc.using their own browser on
vodafone wap net..no troubles in others mobile nets. no troubles from PC users
only using as browser opera mini ,the situation gets better..
in my chat i use this XHTML header:
echo "<?xml version=\"1.0\" encoding=\"ISO-8859-1\" ?>\n";
echo "<!DOCTYPE html PUBLIC \"-//WAPFORUM//DTD XHTML Mobile 1.0//EN\"
\"http://www.wapforum.org/DTD/xhtml-mobile10.dtd\">\n";
echo "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
on PC and any other mobile company it works good ,
on vodafone wap apn ..page is distorced and images/smileys don't work .
i ask.. there is a way to block the interference of vodafonelive icons and making work good again ?
i have to use another kind of XHTML or HTML header?
Comment