問題:
可能原因:
連結未更新
原始程式:
位置:https://www.boch.gov.tw/informationlist_154.html :117
<a href="http://report.nat.gov.tw/ReportFront/index.jspx" title="出國報告[另開新視窗]" target="_blank" onclick="goCount(49105,'676ACD246210A65F56F279B59FB1D700');" onkeypress="goCount(49105,'676ACD246210A65F56F279B59FB1D700');">出國報告</a>
建議修改:
正確網址應為 公務出國報告資訊網
<a href="https://report.nat.gov.tw/ReportFront/" title="出國報告[另開新視窗]" target="_blank" onclick="goCount(49105,'676ACD246210A65F56F279B59FB1D700');" onkeypress="goCount(49105,'676ACD246210A65F56F279B59FB1D700');">出國報告</a>
補充:
問題:
可能原因:
寬度被限制
原始程式:
位置:https://www.boch.gov.tw/content_129.html :81
<div style="float: left;width: 60%;margin-right: 10px;">......</div>
建議修改:
刪除寬度限制
<div style="float: left;margin-right: 10px;">......</div>
補充:
問題:
原始程式:
以 首頁>關於本局>局長介紹 為例
位置:https://www.boch.gov.tw/content_130.html
建議修改:
已測試,非程式問題
問題:
可能原因:
margin及text-indent設置錯誤
原始程式:
位置:https://www.boch.gov.tw/information_144_80844.html :100
<li style="MARGIN: 3.6pt 0cm 0pt 21.3pt;TEXT-INDENT: -24pt;" data-mce-style="margin: 3.6pt 0cm 0pt 21.3pt; text-indent: -24pt;">......</li>
<li style="MARGIN: 3.6pt 0cm 0pt 21.3pt;TEXT-INDENT: -24pt" data-mce-style="margin: 3.6pt 0cm 0pt 21.3pt; text-indent: -24pt;">......</li>
建議修改:
刪除margin及text-indent限制
<li>......</li>
<li>......</li>
補充:
問題:
可能原因:
display屬性無設置
原始程式:
位置:https://www.boch.gov.tw/onlineobject_198_76.html
建議修改:
在css中加上display屬性
a{display:inline-block;}
補充:
問題:
可能原因:
display屬性無設置
原始程式:
位置:https://www.boch.gov.tw/onlineobject_243_145.html
建議修改:
在css中加上display屬性
label{display:inline-block;}
補充:
問題:
可能原因:
使用空格及換行排版
原始程式:
以 首頁>法令規章>法規命令>古蹟指定及廢止審查辦法_106年7月27日修正發布 為例
位置:https://www.boch.gov.tw/information_161_66437.html
建議修改:
已測試,非程式問題
補充:
刪除多餘空格及換行
問題:
可能原因:
表格寬度被寫死
原始程式:
以 首頁>法令規章>行政規則>107~108年產業文化資產再生計畫輔助作業原則 為例
位置:https://www.boch.gov.tw/information_162_78844.html :123
<table width="709" cellpadding="0" cellspacing="0" border="1">......</table>
建議修改:
刪除寬度限制
<table cellpadding="0" cellspacing="0" border="1">......</table>
補充:
問題:
原始程式:
以 首頁>關於本局>環境設施 為例
位置:https://www.boch.gov.tw/content_136.html
建議修改:
已測試,非程式問題