AC User Guide: Step05: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 22:11, 29 June 2004
因為用說的很麻煩,所以各位自行看實例體會吧。
| HTML | Wiki HTML | Wiki |
|---|---|---|
<table> <caption> </caption> <tr> <th> </th> <th> </th> </tr> <tr> <td> </td> <td> </td> </tr> </table> |
<table> <caption> <tr> <th> <th> <tr> <td> <td> </table> |
{|
|+
|-
!
!
|-
|
|
|}
|
| 標題一 | 標題二 |
|---|---|
| 欄位一 | 欄位二 |
其中 {| 的後方可接 border="1px" width="600px" height="400px" cellpadding="3px" align="center" bgcolor="#dddd77" 這類的東西下去。
而 |- 的後方則可接 height="300px" align="right" valign="bottom" bgcolor="#ddaa77" 這類的東西下去。
至於 | 的後方則是只能放資料而已。
| 標題一 | 標題二 |
|---|---|
| 欄位一 | 欄位二 |