2004-10-11

PO文範本

由於預設的自動換行格式會很奇怪地加上許多換行的<br />標籤
造成版面不好控制
所以之後大家就直接用標準的XHTML語法來po文章吧
最簡單的方式就是在每一行後面,加上換行的<br />標籤
我也幫大家準備了一個範本
大家po完文章記得把這些文字弄掉喔~ :)

<!-- 範本
段落:<p></p>
換行:<br />
固定格式:<pre></pre>
超連結:<a href=""></a>
加強:<em></em>
強調:<strong></strong>
有序列表:
<ol>
  <li></li>
</ol>
無序列表:
<ul>
  <li></li>
</ul>
表格:
<table border="1">
  <tr>
    <th scope="col">&nbsp;</th>
    <th scope="col">&nbsp;</th>
  </tr>
  <tr>
    <th scope="row">&nbsp;</th>
    <td>&nbsp;</td>
  </tr>
</table>
-->

沒有留言: