添加出一个自定义HTML
2
3
4
5
查找这段代码:
<div class="Part"><input onclick="selectPartType(this);" type="checkbox" title="This is an unsupported module supplied for the purpose of evaluation." id="customhtml" name="PowerToy: Custom HTML" value="customhtml" checked><label for="pcustomhtml">PowerToy: Custom HTML</label> <br></div>
6
在这段代码后面添加以下代码:(即添加在<br></div>后)
<div class="Part"><input onclick="selectPartType(this);" type="checkbox" title="This is an unsupported module supplied for the purpose of evaluation." id="customhtml" name="PowerToy: Custom HTML" value="customhtml"><label for="pcustomhtml">PowerToy: Custom HTML</label> <br></div>
7
该文件另寸为后缀为".htm"文件,注意编码最好选:Unicode,以免出现乱码,这里我并没有选Unicode,可能会造成误导~~
8
打开那个文件
9
10
在这里打钩,然后按"保存"
11
回到主页编辑界面,完成!
注意: 第二个HTML必须在第一个之下或者在第一个右边才有用,编辑时,先将第二个所需要的代码填入第一个里保存,然后点击"自定义"进行保存一次(任何能自定义保存的手段都可以),发现第二个HTML里有个与第一个相同的代码.而后再对第一个进行编辑并保存,但是,凡经过"自定义"保存之后,第二个中的代码就变成了与第一个相同代码.因此,需要先进行排版,然后再填写代码.

评论加载中…