本站推荐
GD 3C标准修改笔记2 [By Luo]
文章介绍
软件下载页:显示下载地址 改为
<img src="{$InstallDir}{$SkinPath}icon_downloadserver.gif" border="0" /> <a href="{$DownLoadUrl}" target="_blank">{$DownLoadName}</a><br />
其它的慢慢改-_-
和得天的差不多了,不写了
首页(W3C OK),软件信息(W3C OK),最终页(程序问题改起几个错误暂时不想改了 9 ERRORS)
列表页
document type does not allow element "form" here.<form method="post">
解析:
The form-element cannot have inline elements,like input, as direct child. Normally on would use the fieldset-element to group the form control-elements. Though for small forms a fieldset migth not be needed.
问题:<table><form>...</form></table>不允许,将二个倒一下
修改inc/class_menu.asp,找到
strTemp = "<table border=""0"" cellpadding=""0"" cellspacing=""1"" class=""Tableborder5"">" & vbNewLine
strTemp = strTemp & " <form method=""post"" action="""">" & vbNewLine
和下面的
strTemp = strTemp & " </form>" & vbNewLine
strTemp = strTemp & "</table>" & vbNewLine
倒一下,共三处
同样,出现找不到ACTION,在此文件中:
<form method=""post""
后追加
action=""""
共几处吧,细看
查找
8</font></a> <td>
改:<td>为</td>
将
strTemp =" <table border=""0"" cellpadding=""0"" cellspacing=""1"" class=""Tableborder5"">" & vbNewLine
改为
strTemp = strTemp & " <table border=""0"" cellpadding=""0"" cellspacing=""1"" class=""Tableborder5"">" & vbNewLine
there is no attribute "face".…tablebody1"> <a href="#" title="尾页"><Font face="
Font改为font
效果:http://validator.w3.org/check?uri=http%3A%2F%2Fwww.greendd.com%2Flist%2Fsoftware-iso-1.html&charset=%28detect+automatically%29&doctype=Inline&group=0
文章上下页关联
相关文章欣赏