南投林區管理處全球資訊網-龎袿方

網站

南投林區管理處全球資訊網

姓名

龎袿方

日期

2017-11-06

瀏覽器解析度(iOS的Safari填裝置名稱 macOS填瀏覽器解析度)

iPad Air (MD789TA/B)

作業系統版本

Windows 10 專業版
11.0.3 (15A432)

瀏覽器版本(iOS的Safari填iOS版本)

Chrome:版本 61.0.3163.100 (正式版本) (64 位元)
Safari:版本 11.0.3 (15A432)

有發現表格排版影響閱讀問題(大量table爆炸可以截示意圖列出位置就好)

圖1

有跑版(影響閱讀)問題

圖1

圖1

圖1

有出現亂碼

有壞掉的連結

有不能用的外掛程式(ActiveX、Applet、Flash、Silverlight、…)

無|N/A

有不能運作的網頁元素(如按鈕不能按、選單不能選等)

其他(無法判斷屬於以上那個分類的都放在這邊)

對此網站建議(給個建議吧)

首長信箱的設置非常好!還可以案件查詢


內容非常詳盡,且配色相當好看

可能的原因:

表格 RWD 排版失敗

原始程式:

<table align="left" border="0" cellpadding="0" class="tableBox default footable-loaded" width="100%">
	<thead>
		<tr>
			<th data-class="expand" width="22%" class="footable-first-column">溪流名稱</th>
			<th data-hide="phone" width="9%">管理機關</th>
			<th colspan="3" data-hide="phone,tablet">分工任務</th>
			<th data-hide="phone,tablet" width="12%" class="footable-last-column">協助單位</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td class="expand footable-first-column">烏溪流域(國姓鄉北山橋以上)</td>
			<td rowspan="2">經濟部水利署<br>
			第三河川局</td>
			<td rowspan="2" width="25%">緊急處理:(以天然災害發生後三天為原則,由第三河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</td>
			<td colspan="2" rowspan="2">非緊急處理:(由第三河川局認定無影響河川行水安全之慮時,通知台中市或南投縣政府接續辦理)<br>
			1.清理<br>
			2.&nbsp;廢棄材清理。</td>
			<td class="footable-last-column">埔里工作站</td>
		</tr>
		<tr>
			<td class="expand footable-first-column">烏溪流域(國姓鄉北山橋以下、草屯鎮烏溪橋以上)</td>
			<td class="footable-last-column">台中工作站</td>
		</tr>
		<tr>
			<td class="expand footable-first-column">濁水溪流域(陳有蘭溪、水里溪)攔河堰以上</td>
			<td>經濟部水利署<br>
			第四河川局</td>
			<td rowspan="2">緊急處理:(以天然災害發生後三天為原則,由第四河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</td>
			<td colspan="2" rowspan="2">非緊急處理:(由第四河川局認定無影響河川行水安全之慮時,通知彰化縣、雲林縣、南投縣政府接續辦理)<br>
			1.&nbsp;清理<br>
			2.&nbsp;廢棄材清理。</td>
			<td class="footable-last-column">水里工作站</td>
		</tr>
		<tr>
			<td class="expand footable-first-column">濁水溪流域(南清水溝溪、東埔蚋溪、清水溪)攔河堰以下</td>
			<td>經濟部水利署<br>
			第四河川局</td>
			<td class="footable-last-column">竹山工作站</td>
		</tr>
		<tr>
			<td class="expand footable-first-column">北港溪流域(虎尾溪)</td>
			<td>經濟部水利署<br>
			第五河川局</td>
			<td>緊急處理:(以天然災害發生後三天為原則,由第五河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</td>
			<td colspan="2">非緊急處理:(由第五河川局認定無影響河川行水安全之慮時,通知雲林縣政府接續辦理)<br>
			1.&nbsp;清理。<br>
			2.&nbsp;廢棄材清理。</td>
			<td class="footable-last-column">竹山工作站</td>
		</tr>
	</tbody>
</table>

建議修改:

<table align="left" border="0" cellpadding="0" class="tableBox footable-loaded default" width="100%">
	<thead>
		<tr>
			<th data-class="expand" width="22%" class="footable-first-column">溪流名稱</th>
			<th data-hide="phone" width="9%" class="" style="display: table-cell;">管理機關</th>
			<th colspan="3" data-hide="phone,tablet" style="display: table-cell;">分工任務</th>
			<th data-hide="phone,tablet" width="12%" class="footable-last-column" style="display: table-cell;">協助單位</th>
		</tr>
	</thead>
	<tbody>
		<tr class="">
			<td class="expand footable-first-column">烏溪流域(國姓鄉北山橋以上)</td>
			<td class="" style="display: table-cell;">經濟部水利署<br>
			第三河川局</td>
			<td rowspan="2" width="25%" style="display: table-cell;">緊急處理:(以天然災害發生後三天為原則,由第三河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</td>
			<td colspan="2" rowspan="2" style="display: table-cell;">非緊急處理:(由第三河川局認定無影響河川行水安全之慮時,通知台中市或南投縣政府接續辦理)<br>
			1.清理<br>
			2.&nbsp;廢棄材清理。</td>
			<td class="footable-last-column" style="display: table-cell;">埔里工作站</td>
		</tr><tr class="footable-row-detail" style="display: none;"><td class="footable-cell-detail" colspan="1"><div class="footable-row-detail-inner"><div><strong>管理機關</strong> : 經濟部水利署<br>
			第三河川局</div><div><strong></strong>  緊急處理:(以天然災害發生後三天為原則,由第三河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</div><div><strong>分工任務</strong> : 非緊急處理:(由第三河川局認定無影響河川行水安全之慮時,通知台中市或南投縣政府接續辦理)<br>
			1.清理<br>
			2.&nbsp;廢棄材清理。</div><div><strong>分工任務</strong> : 埔里工作站</div></div></td></tr>
		<tr>
			<td class="expand footable-first-column">烏溪流域(國姓鄉北山橋以下、草屯鎮烏溪橋以上)</td>
<td class="" style="display: table-cell;">經濟部水利署<br>
			第三河川局</td>
			<td class="footable-last-column" style="display: table-cell;">台中工作站</td>
		</tr>
		<tr>
			<td class="expand footable-first-column">濁水溪流域(陳有蘭溪、水里溪)攔河堰以上</td>
			<td class="" style="display: table-cell;">經濟部水利署<br>
			第四河川局</td>
			<td rowspan="2" style="display: table-cell;">緊急處理:(以天然災害發生後三天為原則,由第四河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</td>
			<td colspan="2" rowspan="2" style="display: table-cell;">非緊急處理:(由第四河川局認定無影響河川行水安全之慮時,通知彰化縣、雲林縣、南投縣政府接續辦理)<br>
			1.&nbsp;清理<br>
			2.&nbsp;廢棄材清理。</td>
			<td class="footable-last-column" style="display: table-cell;">水里工作站</td>
		</tr>
		<tr class="">
			<td class="expand footable-first-column">濁水溪流域(南清水溝溪、東埔蚋溪、清水溪)攔河堰以下</td>
			<td class="" style="display: table-cell;">經濟部水利署<br>
			第四河川局</td>
			<td class="footable-last-column" style="display: table-cell;">竹山工作站</td>
		</tr><tr class="footable-row-detail" style="display: none;"><td class="footable-cell-detail" colspan="2"><div class="footable-row-detail-inner"><div><strong></strong>  竹山工作站</div></div></td></tr>
		<tr>
			<td class="expand footable-first-column">北港溪流域(虎尾溪)</td>
			<td class="" style="display: table-cell;">經濟部水利署<br>
			第五河川局</td>
			<td style="display: table-cell;">緊急處理:(以天然災害發生後三天為原則,由第五河川局視災情而定。)<br>
			1.處理。<br>
			2.廢棄材清理。</td>
			<td colspan="2" style="display: table-cell;">非緊急處理:(由第五河川局認定無影響河川行水安全之慮時,通知雲林縣政府接續辦理)<br>
			1.&nbsp;清理。<br>
			2.&nbsp;廢棄材清理。</td>
			<td class="footable-last-column" style="display: table-cell;">竹山工作站</td>
		</tr>
	</tbody>
</table>

可能的原因:

字大小超出範圍

原始程式:

<a class="ecNetUlTab" href="javascript:void(0)" title="林產標售訊息">林產標售訊息</a>

建議修改:

<a class="ecNetUlTab" href="javascript:void(0)" title="林產標售訊息" style="
word-break: keep-all;">林產標售訊息</a>

可能的原因:

因為上了 nowrap 屬性 強制不換行

原始程式:

<table align="left" border="0" cellpadding="0" class="tableBox default footable-loaded">
	<thead>
		<tr>
			<th data-class="expand" class="footable-first-column">編號</th>
			<th data-hide="phone">保安林種類</th>
			<th data-hide="phone,tablet" class="footable-last-column">所在地點</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>編號</strong></td>
			<td nowrap="nowrap"><strong>保安林種類</strong></td>
			<td nowrap="nowrap" class="footable-last-column"><strong>所在地點</strong></td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1403</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">台中市太平區皇帝筍坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1406</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">台中市太平區皇帝筍坑段、霧峰區桐林段、霧峰段北溝小段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1501</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">台中市北屯區大政段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1601</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣集集鎮大山段、柴橋頭段洞角小段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1602</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣草屯鎮雙龍段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1603</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣名間鄉新民段、崁頂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1604</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉石盤坑段、埔里鎮虎頭山段、鯉魚潭段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1605</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣埔里鎮坑內段、南平段,南投縣國姓鄉北山坑段、小冷坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1606</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣埔里鎮姐妹段、魚池鄉鹿篙段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1607</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉中池段、鹿篙段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1608</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉貓囒段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1609</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉魚池尖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1611</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td class="footable-last-column">南投縣國姓鄉墘溝段、草屯鎮平西段(原:草屯鎮雙冬段平林小段)<br>
			南投縣國姓鄉墘溝段、草屯鎮雙冬段平林小段(埔里事業區第13~20林班)</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1613</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉水社、頭社段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1614</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣水里鄉明潭段、社子段、鉅工段及魚池鄉武登段、阿里眉段、茅埔段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1615</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣埔里鎮凌霄段、仁愛鄉南山段、南山溪段、南東眼山段、楓仔林段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1616</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉東眼山段幼獅段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1617</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉水社、貓囒、頭社段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1618</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣草屯鎮屯園段、土城段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1619</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣信義鄉八通段、玉山段、鞍部段、沙里仙段、觀高段、樂樂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1620</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1622</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉霧社段、眉溪段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1623</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉大尖山、卓社段及魚池鄉公林、巴士朗、木屐蘭、向天段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1624</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉松風嶺段、能高南段、奧北段、奧西段、奧東段、奧南段、奧萬大段、萬峰段、碧湖段、檜林段(濁水溪事業區第10、12~22林班)。</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1625</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣水里鄉新城段、社子段、新車埕段、集集鎮柴橋頭段洞角小段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1626</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣信義鄉潭南段、青雲段旁未登記地</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1627</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉銃櫃段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1629</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣名間鄉小崎、崁頂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1630</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣南投市營盤口段、光大段,南投縣草屯鎮山腳段、虎山段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1631</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣水里鄉社子段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1632</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉武令段、春陽段、高峰段、萬大段、碧湖段、霧社段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1633</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉曲冰、武界段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1634</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉碧湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1635</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣魚池鄉明潭段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1636</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣信義鄉十八層段、治卯西段、治卯南段、郡東段、望鄉西段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1637</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣信義鄉庫斯段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1638</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣竹山鎮鯉魚尾段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1641</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣信義鄉駒盆段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1643</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉中原、眉原、惠蓀、惠中段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1644</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉太魯閣段、屯原段、奇萊段、雲海段&nbsp;(濁水溪事業區第29~34林班)。</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1645</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">南投縣仁愛鄉能高北段、雲海段(濁水溪事業區第25~27林班)。</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1701</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣彰化市南郭段坑子內小段、桃源段、安溪段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1702</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣芳苑鄉芳北段、建新段、草湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1703</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣和美鎮和興段、塗厝厝段塗厝厝小段,伸港鄉全興段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1704</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣社頭鄉社林段、田中鎮太平段、文武段、田林段、東源段、二水鄉水林段、鼻子頭段;南投縣名間鄉北松嶺段、新弓鞋段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1705</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣花壇鄉灣東段、福岩段及新內庄段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1706</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣彰化市中山段、南郭段南郭小段、南郭段坑子內小段、福元段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1707</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣芳苑鄉漢寶園段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1709</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣芳苑鄉永興段、芳山段、芳街段及大城鄉楓港段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1710</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣員林鎮湖水坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1711</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td nowrap="nowrap" class="footable-last-column">彰化縣芳苑鄉王功段海埔新生地</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1801</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣斗六市咬狗段;古坑鄉棋盤厝段、棋東段、石坑段、新庄段、建德段、溪邊厝段、高厝林子頭段、尖山坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1802</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣林內鄉林內、中山、咬狗段,南投縣竹山鎮鯉魚尾段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1803</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">嘉義縣梅山鄉圳頭段,雲林縣古坑鄉苦苓腳段、大湖底段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1805</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣麥寮鄉許厝寮段許厝寮小段、雷厝段、橋頭段、中山段、麥寮段、泰順段、台西鄉光明段、旭安段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1806</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣斗六市咬狗段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1807</strong></td>
			<td nowrap="nowrap">漁業保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣口湖鄉外傘頂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1809</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣四湖鄉林厝寮段、三條崙段、三條崙段溪崙小段、三崙段、萡子寮段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1811</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣元長鄉北湖、東湖、中湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1813</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣崙背鄉舊庄段、草湖段、貓兒干段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1815</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣二崙鄉港後段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1816</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣褒忠鄉新湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1821</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣二崙鄉大庄段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1825</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣褒忠鄉龍岩段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1830</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣古坑鄉草嶺段、嘉義縣梅山鄉生毛樹段未登錄地</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1831</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣四湖鄉林厝寮段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1833</strong></td>
			<td nowrap="nowrap">衛生保健保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣麥寮鄉許厝寮段許厝寮小段、中山段、六輕段、橋頭段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1834</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td nowrap="nowrap" class="footable-last-column">雲林縣台西鄉台興段</td>
		</tr>
	</tbody>
</table>

建議修改:

<table align="left" border="0" cellpadding="0" class="tableBox default footable-loaded">
	<thead>
		<tr>
			<th data-class="expand" class="footable-first-column">編號</th>
			<th data-hide="phone">保安林種類</th>
			<th data-hide="phone,tablet" class="footable-last-column">所在地點</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>編號</strong></td>
			<td nowrap="nowrap"><strong>保安林種類</strong></td>
			<td  class="footable-last-column"><strong>所在地點</strong></td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1403</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">台中市太平區皇帝筍坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1406</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">台中市太平區皇帝筍坑段、霧峰區桐林段、霧峰段北溝小段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1501</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">台中市北屯區大政段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1601</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣集集鎮大山段、柴橋頭段洞角小段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1602</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣草屯鎮雙龍段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1603</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣名間鄉新民段、崁頂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1604</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉石盤坑段、埔里鎮虎頭山段、鯉魚潭段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1605</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣埔里鎮坑內段、南平段,南投縣國姓鄉北山坑段、小冷坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1606</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣埔里鎮姐妹段、魚池鄉鹿篙段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1607</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉中池段、鹿篙段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1608</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉貓囒段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1609</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉魚池尖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1611</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td class="footable-last-column">南投縣國姓鄉墘溝段、草屯鎮平西段(原:草屯鎮雙冬段平林小段)<br>
			南投縣國姓鄉墘溝段、草屯鎮雙冬段平林小段(埔里事業區第13~20林班)</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1613</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉水社、頭社段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1614</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣水里鄉明潭段、社子段、鉅工段及魚池鄉武登段、阿里眉段、茅埔段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1615</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣埔里鎮凌霄段、仁愛鄉南山段、南山溪段、南東眼山段、楓仔林段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1616</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉東眼山段幼獅段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1617</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉水社、貓囒、頭社段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1618</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣草屯鎮屯園段、土城段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1619</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣信義鄉八通段、玉山段、鞍部段、沙里仙段、觀高段、樂樂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1620</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1622</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉霧社段、眉溪段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1623</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉大尖山、卓社段及魚池鄉公林、巴士朗、木屐蘭、向天段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1624</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉松風嶺段、能高南段、奧北段、奧西段、奧東段、奧南段、奧萬大段、萬峰段、碧湖段、檜林段(濁水溪事業區第10、12~22林班)。</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1625</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣水里鄉新城段、社子段、新車埕段、集集鎮柴橋頭段洞角小段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1626</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣信義鄉潭南段、青雲段旁未登記地</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1627</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉銃櫃段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1629</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣名間鄉小崎、崁頂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1630</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">南投縣南投市營盤口段、光大段,南投縣草屯鎮山腳段、虎山段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1631</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣水里鄉社子段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1632</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉武令段、春陽段、高峰段、萬大段、碧湖段、霧社段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1633</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉曲冰、武界段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1634</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉碧湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1635</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">南投縣魚池鄉明潭段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1636</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣信義鄉十八層段、治卯西段、治卯南段、郡東段、望鄉西段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1637</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣信義鄉庫斯段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1638</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣竹山鎮鯉魚尾段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1641</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣信義鄉駒盆段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1643</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉中原、眉原、惠蓀、惠中段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1644</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉太魯閣段、屯原段、奇萊段、雲海段&nbsp;(濁水溪事業區第29~34林班)。</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1645</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">南投縣仁愛鄉能高北段、雲海段(濁水溪事業區第25~27林班)。</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1701</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">彰化縣彰化市南郭段坑子內小段、桃源段、安溪段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1702</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">彰化縣芳苑鄉芳北段、建新段、草湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1703</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">彰化縣和美鎮和興段、塗厝厝段塗厝厝小段,伸港鄉全興段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1704</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">彰化縣社頭鄉社林段、田中鎮太平段、文武段、田林段、東源段、二水鄉水林段、鼻子頭段;南投縣名間鄉北松嶺段、新弓鞋段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1705</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">彰化縣花壇鄉灣東段、福岩段及新內庄段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1706</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">彰化縣彰化市中山段、南郭段南郭小段、南郭段坑子內小段、福元段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1707</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td  class="footable-last-column">彰化縣芳苑鄉漢寶園段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1709</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td  class="footable-last-column">彰化縣芳苑鄉永興段、芳山段、芳街段及大城鄉楓港段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1710</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">彰化縣員林鎮湖水坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1711</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td  class="footable-last-column">彰化縣芳苑鄉王功段海埔新生地</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1801</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">雲林縣斗六市咬狗段;古坑鄉棋盤厝段、棋東段、石坑段、新庄段、建德段、溪邊厝段、高厝林子頭段、尖山坑段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1802</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">雲林縣林內鄉林內、中山、咬狗段,南投縣竹山鎮鯉魚尾段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1803</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">嘉義縣梅山鄉圳頭段,雲林縣古坑鄉苦苓腳段、大湖底段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1805</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣麥寮鄉許厝寮段許厝寮小段、雷厝段、橋頭段、中山段、麥寮段、泰順段、台西鄉光明段、旭安段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1806</strong></td>
			<td nowrap="nowrap">水源涵養保安林</td>
			<td  class="footable-last-column">雲林縣斗六市咬狗段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1807</strong></td>
			<td nowrap="nowrap">漁業保安林</td>
			<td  class="footable-last-column">雲林縣口湖鄉外傘頂段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1809</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣四湖鄉林厝寮段、三條崙段、三條崙段溪崙小段、三崙段、萡子寮段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1811</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣元長鄉北湖、東湖、中湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1813</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣崙背鄉舊庄段、草湖段、貓兒干段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1815</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣二崙鄉港後段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1816</strong></td>
			<td nowrap="nowrap">風景保安林</td>
			<td  class="footable-last-column">雲林縣褒忠鄉新湖段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1821</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣二崙鄉大庄段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1825</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣褒忠鄉龍岩段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1830</strong></td>
			<td nowrap="nowrap">土砂捍止保安林</td>
			<td  class="footable-last-column">雲林縣古坑鄉草嶺段、嘉義縣梅山鄉生毛樹段未登錄地</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1831</strong></td>
			<td nowrap="nowrap">飛砂防止保安林</td>
			<td  class="footable-last-column">雲林縣四湖鄉林厝寮段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1833</strong></td>
			<td nowrap="nowrap">衛生保健保安林</td>
			<td  class="footable-last-column">雲林縣麥寮鄉許厝寮段許厝寮小段、中山段、六輕段、橋頭段</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><strong>1834</strong></td>
			<td nowrap="nowrap">防風保安林</td>
			<td  class="footable-last-column">雲林縣台西鄉台興段</td>
		</tr>
	</tbody>
</table>

可能的原因:

因為上了 nowrap 屬性 強制不換行

原始程式:

<table border="0" cellpadding="0" class="tableBox default footable-loaded" width="100%">
	<thead>
		<tr>
			<th data-class="expand" style="width: 10%;" class="footable-first-column">廠商</th>
			<th data-hide="phone" style="width: 10%;">訂車專線</th>
			<th data-hide="phone,tablet" style="width: 20%;">地址/E-mail</th>
			<th data-hide="phone,tablet" style="width: 20%;" class="footable-last-column">網站/粉絲頁</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">德陽小客車</span><br>
			<span style="font-size: 10pt; font-family: 新細明體, serif;">租賃有限公司</span></td>
			<td nowrap="nowrap"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2801399</span></td>
			<td nowrap="nowrap"><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣仁愛鄉大同村仁和路</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">156</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td nowrap="nowrap" class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Fwww.cingjingbus.tw%2F" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">http://www.cingjingbus.tw/</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="https://www.facebook.com/funcingjing"><span style="color:#333333;text-decoration:none;text-underline:none">https://www.facebook.com/funcingjing/</span></a>&nbsp;&nbsp;<br>
			&nbsp; &nbsp; &nbsp;&nbsp;</span><span style="font-size: 10pt; font-family: 新細明體, serif;">每日均發車至奧萬大,</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">2</span><span style="font-size: 10pt; font-family: 新細明體, serif;">人成行</span></td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">福爾摩沙國際租賃</span><br>
			<span style="font-size: 10pt; font-family: 新細明體, serif;">有限公司</span></td>
			<td nowrap="nowrap"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2636596</span></td>
			<td nowrap="nowrap"><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣竹山鎮集山路三段</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">395</span><span style="font-size: 10pt; font-family: 新細明體, serif;">之</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">3</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td nowrap="nowrap" class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp;&nbsp;&nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Ffuguei.okgo.tw%2F" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">http://fuguei.okgo.tw/</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="https://www.facebook.com/fuguei.okgo.tw/"><span style="color:#333333;text-decoration:none;text-underline:none">https://www.facebook.com/fuguei.okgo.tw/</span></a></span></td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">耐斯通運有限公司</span></td>
			<td nowrap="nowrap"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2738012</span></td>
			<td nowrap="nowrap"><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣竹山鎮集山路一段</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">837</span><span style="font-size: 10pt; font-family: 新細明體, serif;">巷</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">27</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td nowrap="nowrap" class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"><a href="/CheckUrl.aspx?Url=http%3A%2F%2Fwww.busgo.com.tw%2Fblog%2Frentingcar%2Fattention.html" target="_blank" rel="nofollow"><span style="color:#333333;text-decoration:none;text-underline:none">&nbsp; &nbsp;http://www.busgo.com.tw/blog/rentingcar/attention.html</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="https://www.facebook.com/nai.tongyun"><span style="color:#333333;text-decoration:none;text-underline:none">https://www.facebook.com/nai.tongyun</span></a></span></td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">山本小客車</span><br>
			<span style="font-size: 10pt; font-family: 新細明體, serif;">租賃有限公司</span></td>
			<td nowrap="nowrap"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2776867</span></td>
			<td nowrap="nowrap"><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣水里鄉北埔村北埔街</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">136</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">1</span><span style="font-size: 10pt; font-family: 新細明體, serif;">樓</span></td>
			<td nowrap="nowrap" class="footable-last-column"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">★Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Fgoo.gl%2FodrUIe" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">https://goo.gl/odrUIe</span></a></span></td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp;</span><span style="font-size: 10pt; font-family: 新細明體, serif;">丰御遊覽客運<br>
			股份有限公司</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp;</span></td>
			<td nowrap="nowrap"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2560218</span></td>
			<td nowrap="nowrap">南投縣草屯鎮富頂路一段245巷9號</td>
			<td nowrap="nowrap" class="footable-last-column">&nbsp;</td>
		</tr>
		<tr>
			<td nowrap="nowrap" class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">永保小客車<br>
			租賃有限公司</span></td>
			<td nowrap="nowrap"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(04)22154520</span></td>
			<td nowrap="nowrap"><span style="font-size: 10pt; font-family: 新細明體, serif;">台中市北區太原一街</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">11</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">1</span><span style="font-size: 10pt; font-family: 新細明體, serif;">樓</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td nowrap="nowrap" class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Fwww.yobo.tw%2FDefault.aspx" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">http://www.yobo.tw/Default.aspx</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=https%3A%2F%2Fgoo.gl%2Fk6YAlH" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">https://goo.gl/k6YAlH</span></a></span></td>
		</tr>
	</tbody>
</table>

建議修改:

<table border="0" cellpadding="0" class="tableBox footable-loaded default" width="100%">
	<thead>
		<tr>
			<th data-class="expand" style="width: 10%;" class="footable-first-column">廠商</th>
			<th data-hide="phone" style="width: 10%;">訂車專線</th>
			<th data-hide="phone,tablet" style="width: 20%;">地址/E-mail</th>
			<th data-hide="phone,tablet" style="width: 20%;" class="footable-last-column">網站/粉絲頁</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td  class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">德陽小客車</span><br>
			<span style="font-size: 10pt; font-family: 新細明體, serif;">租賃有限公司</span></td>
			<td ><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2801399</span></td>
			<td ><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣仁愛鄉大同村仁和路</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">156</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td  class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Fwww.cingjingbus.tw%2F" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">http://www.cingjingbus.tw/</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="https://www.facebook.com/funcingjing"><span style="color:#333333;text-decoration:none;text-underline:none">https://www.facebook.com/funcingjing/</span></a>&nbsp;&nbsp;<br>
			&nbsp; &nbsp; &nbsp;&nbsp;</span><span style="font-size: 10pt; font-family: 新細明體, serif;">每日均發車至奧萬大,</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">2</span><span style="font-size: 10pt; font-family: 新細明體, serif;">人成行</span></td>
		</tr>
		<tr>
			<td  class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">福爾摩沙國際租賃</span><br>
			<span style="font-size: 10pt; font-family: 新細明體, serif;">有限公司</span></td>
			<td ><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2636596</span></td>
			<td ><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣竹山鎮集山路三段</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">395</span><span style="font-size: 10pt; font-family: 新細明體, serif;">之</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">3</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td  class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp;&nbsp;&nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Ffuguei.okgo.tw%2F" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">http://fuguei.okgo.tw/</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="https://www.facebook.com/fuguei.okgo.tw/"><span style="color:#333333;text-decoration:none;text-underline:none">https://www.facebook.com/fuguei.okgo.tw/</span></a></span></td>
		</tr>
		<tr>
			<td  class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">耐斯通運有限公司</span></td>
			<td ><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2738012</span></td>
			<td ><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣竹山鎮集山路一段</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">837</span><span style="font-size: 10pt; font-family: 新細明體, serif;">巷</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">27</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td  class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;"><a href="/CheckUrl.aspx?Url=http%3A%2F%2Fwww.busgo.com.tw%2Fblog%2Frentingcar%2Fattention.html" target="_blank" rel="nofollow"><span style="color:#333333;text-decoration:none;text-underline:none">&nbsp; &nbsp;http://www.busgo.com.tw/blog/rentingcar/attention.html</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="https://www.facebook.com/nai.tongyun"><span style="color:#333333;text-decoration:none;text-underline:none">https://www.facebook.com/nai.tongyun</span></a></span></td>
		</tr>
		<tr>
			<td  class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">山本小客車</span><br>
			<span style="font-size: 10pt; font-family: 新細明體, serif;">租賃有限公司</span></td>
			<td ><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2776867</span></td>
			<td ><span style="font-size: 10pt; font-family: 新細明體, serif;">南投縣水里鄉北埔村北埔街</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">136</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">1</span><span style="font-size: 10pt; font-family: 新細明體, serif;">樓</span></td>
			<td  class="footable-last-column"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">★Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Fgoo.gl%2FodrUIe" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">https://goo.gl/odrUIe</span></a></span></td>
		</tr>
		<tr>
			<td  class="expand footable-first-column"><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp;</span><span style="font-size: 10pt; font-family: 新細明體, serif;">丰御遊覽客運<br>
			股份有限公司</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp;</span></td>
			<td ><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(049)2560218</span></td>
			<td >南投縣草屯鎮富頂路一段245巷9號</td>
			<td  class="footable-last-column">&nbsp;</td>
		</tr>
		<tr>
			<td  class="expand footable-first-column"><span style="font-size: 10pt; font-family: 新細明體, serif;">永保小客車<br>
			租賃有限公司</span></td>
			<td ><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">(04)22154520</span></td>
			<td ><span style="font-size: 10pt; font-family: 新細明體, serif;">台中市北區太原一街</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">11</span><span style="font-size: 10pt; font-family: 新細明體, serif;">號</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">1</span><span style="font-size: 10pt; font-family: 新細明體, serif;">樓</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">E-mail: [email protected]</span></td>
			<td  class="footable-last-column"><span style="font-size: 10pt; font-family: 細明體;">★</span><span style="font-size: 10pt; font-family: 新細明體, serif;">網站</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=http%3A%2F%2Fwww.yobo.tw%2FDefault.aspx" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">http://www.yobo.tw/Default.aspx</span></a></span><br>
			<span style="font-size: 10pt; font-family: 細明體;">★</span><span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">Facebook</span><span style="font-size: 10pt; font-family: 新細明體, serif;">粉絲頁</span><br>
			<span lang="EN-US" style="font-size: 10pt; font-family: Arial, sans-serif;">&nbsp; &nbsp;<a href="/CheckUrl.aspx?Url=https%3A%2F%2Fgoo.gl%2Fk6YAlH" target="_blank" rel="nofollow"><span style="color:#333333;
text-decoration:none;text-underline:none">https://goo.gl/k6YAlH</span></a></span></td>
		</tr>
	</tbody>
</table>

無法復現