AC User Guide: Step05: Difference between revisions

From TestingMediawiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 84: Line 84:


----
----
回到 [[AC User Guide]]
進到 [[AC User Guide: Step06]]


<hr color="#dd7777" width="90%" align="left" size="1px">
<hr color="#dd7777" width="90%" align="left" size="1px">

Revision as of 22:13, 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" 這類的東西下去。

至於 | 的後方則是只能放資料而已。


實際展示二
標題一 標題二
欄位一 欄位二



回到 AC User Guide

進到 AC User Guide: Step06