Blogger 放置表格
上午10:54 | Author:
有時 寫網誌時會遇到一些小問題, 這時靠著Google大人來解答~

當在Blogger的文章中加入表格時, 發現表格之前無端的出現一大片的空白...怎麼辦哩!?

解決方法非常簡單,只要將表格的每一個標籤之間的空格全部刪除,如下:
原來的語法:
<table>
  <tr>
    <td>
    </td>
  </tr>
</table>

改成下列語法:
<table><tr><td></td></tr></table>

這樣就大功告成!趕快試試吧!
This entry was posted on 上午10:54 and is filed under . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

1 意見:

On 2008年10月25日 晚上10:40 , 米勒 提到...

在設定→格式→轉換分行符號,選擇「否」也是一個好方法。