有人可以给我一个关于修复的想法,并且获得肯定会导致移动优化,这意味着使用他们的移动视图......有一个选项,但它似乎对我不起作用,干杯!
如果有人遇到同样的问题,并且有解决方案,我会很高兴!这里的问题是,无论设备大小如何,提要都以固定宽度显示。我发现,提供者(surehits)有一个选项"ni_mobile = 1"
应该使提要移动优化,但似乎它不起作用......
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Car Insurance Finders >> #1 Site to Compare, Select & Save Hundreds On Your Car Insurance...</title>
</head>
<body>
<script type="text/javascript">
function getSuperClickVars(sc) {
var __sc = '', temp="{";
var a1 = sc.split('~');
for (var i = 0; i < a1.length;i++) {
var s = a1[i].split('|');
temp += "\"" + s[0] + "\":\"" + s[1] + "\"";
if (i < a1.length-1) { temp += ","; }
}
temp += "}"
__sc = eval('('+temp+')');
return __sc;
}
ni_ad_client = '15';
ni_res_id = 2;
ni_alt_url = "https://www.shmktpl.com/search.asp";
ni_zc = '';
ni_var1 = '';
ni_max_display = -1;
ni_mobile = 1;
ni_color_border = '';
ni_color_bg = "";
ni_color_link = "";
ni_size_link = 0;
ni_color_url = "";
ni_color_text = "";
ni_height_hr = 2;
ni_color_hr = "#084A8C";
</script>
<div id='foods'>
<script type="text/javascript" src="https://www.shmktpl.com/retrieve_listings.asp"></script>
<noscript>
<a href="https://www.shmktpl.com/search.asp?src=15&res=2">
<img src="https://www.shmktpl.com/images/nojs/image.asp?src=15&res=2" border="0">
</a>
</noscript>
</div>
</body>
</html>