#contents
*テキスト整形のルール [#v5dbe288]
[[書き方>FormatRule]]
*表組みを左詰/センター/右詰にする方法 [#q955b26a]
(1)[[style.inc.php>http://lsx.sourceforge.jp/?Plugin%2Fstyle.inc.php]]をダウンロードし pukiwiki/plugin/ にインストール(コピー)する。~
(2)以下のファイルを編集~
$emacs pukiwiki/skin/pukiwiki.css.php
.style_table, div.ie5 より下に下記内容を追加~
.table_left .style_table { margin:auto auto auto 15px; }
.table_center .style_table { margin: auto; }
.table_right .style_table { margin:auto 15px auto auto; }
.table_left div.ie5 { text-align:left; }
.table_center div.ie5 { text-align:center; }
.table_right div.ie5 { text-align:right; }
http://matsui.homeunix.com/index.php?PukiWiki%A4%CE%C9%BD%BC%AB%C2%CE%A4%F2%BA%B8%B4%F3%A4%BB
*ご意見 [#u736d2ba]
#comment