問題:
排版怪怪的
可能原因:
表格很醜
原始程式:
<table align="center" border="0" cellpadding="0" cellspacing="0" summary="排版用" width="100%" id="table_0">
<tbody>
<tr>
<td style="text-align: left" width="20%" id="table_0_0"><strong>壹.<a href="/Content_List.aspx?n=B01E9DB752135A46&topn=0B69A546F5DF84DC" style="color:#0056CB;" title="相關新聞" class="aspx?n=B01E9DB752135A46&topn=0B69A546F5DF84DC">相關新聞</a></strong></td>
<td style="text-align: center" width="20%" id="table_0_1"><strong>貳.<a href="/Content_List.aspx?n=BB1D031718431D91&topn=0B69A546F5DF84DC" style="color:#0056CB;" title="FAQ" class="aspx?n=BB1D031718431D91&topn=0B69A546F5DF84DC">FAQ</a></strong></td>
<td style="text-align: center" width="20%" id="table_0_2"><strong>參.<a href="/Content_List.aspx?n=6D077466CC4FAED5&topn=0B69A546F5DF84DC" style="color:#0056CB;" title="宣導素材" class="aspx?n=6D077466CC4FAED5&topn=0B69A546F5DF84DC">宣導素材</a></strong></td>
<td style="text-align: center;" width="20%" id="table_0_3"><strong>肆.<a href="/Content_List.aspx?n=88C3E160C29BCDE8&topn=0B69A546F5DF84DC" style="color:#0056CB;" title="相關規範" class="aspx?n=88C3E160C29BCDE8&topn=0B69A546F5DF84DC">相關規範</a></strong></td>
<td style="text-align: right;" width="20%" id="table_0_4">
<table align="center" border="0" cellpadding="0" cellspacing="0" style="width:100%;" summary="排版用" id="table_1">
<tbody>
<tr>
<td id="table_0_5"><strong>伍.說明會場次</strong></td>
<td style="text-align: center;" id="table_0_6"><a href="http://ws.nhi.gov.tw/Download.ashx?u=LzAwMS9VcGxvYWQvMjkyL2NrZmlsZS83ZTc5MTRhOC02NDYxLTQ5NmItYTU3Yi1hYTlkNDQ2OWIwYTkucGRm&n=MTA2MDQxN%2bWIhue0mumGq%2beZguiqquaYjuacg%2bWgtOasoS5wZGY%3d" title="說明會場次"><img alt="PDF格式" src="https://www.nhi.gov.tw/images/icon-pic/file-type-pdf.png" style="border-width: 0px; border-style: solid;"></a></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
建議修改:
可以改成跟其他的一樣用<p>
就好
補充
結尾(選填,可增加網站建議)
問題:
字重疊
可能原因:
div 高度固定
原始程式:
code
.article_title {
font-weight: bold;
height: 22px;
padding-left: 2rem;
color: #990000;
font-size:2rem;
background: url("../images/mark_article_titile.png") left center no-repeat;
background-size: 22px;
}
建議修改:
取消固定高度
補充
結尾(選填,可增加網站建議)
問題:
圖三不是大問題用<ul>
就好
圖四寬度固定
可能原因:
原始程式:
<input name="ctl00$ContentPlaceHolder_PageContent_title$tbxQueryKeyWord" type="text" id="ContentPlaceHolder_PageContent_title_tbxQueryKeyWord" style="width:500px;">
建議修改:
拿掉width
補充
結尾(選填,可增加網站建議)