TW背景无法显示
TW背景无法显示...// replace the path below with the path to your background image (use DOUBLE slashes - just like in this example)
var bgUrl = "G:\\系统软件[url=file://\\TheWorld]\\TheWorld[/url] 2.0\\Plugin\\BlankPage\\1111.JPEG";
地址没错..就是显示不了(整页都是绿的,左上角一个X)
希望有人能帮忙解决!!!就此谢过. 有两个TheWorld,没错么? 测试中文名和空格支持没有问题,请改名Theworld.ini文件,然后把其他插件移走,看能否正常(以排除广告名单和别的插件影响)。
如果不能,请再检查htm文件的正确性,下面代码图片居中显示,注释已删除,供对照:shy:
[code]<script language="JavaScript">
if (top.location.href == 'about:blank') {
var bgCol = "darkgray";
var bgUrl = "D:\\新文件夹\\TW 2.0\\plugin\\BlankPage\\background.jpg";
var newCode = '<table id="cont" style="width: 100% ! important; height: 100% ! important; padding: 0px; text-align: left; table-layout: fixed;" cellSpacing=0><tr align=center style="width: 100%; height: 100%;"><td style="width: 100%; height: 100%;"><img style="border: 0px; margin: 0px;" src="'+bgUrl+'"></td></tr></table>';
document.body.style.backgroundColor = bgCol;
document.body.style.margin = "0px";
document.body.style.overflow = "hidden";
document.body.innerHTML = newCode;
}
</script>[/code] 楼上的,用了你的代码了,是居中了.但是图片就是显示不出来啊.还是一个"X"啊!
好怪啊.我以前改了好多.都不会出现这个样子啊..连插件也是重新下载的!
我在上面发的代码是没错,发出来的时候出现多了点TW.在我的文件中没有这样!
[[i] 本帖最后由 616633123 于 2007-7-5 17:07 编辑 [/i]]
页:
[1]