Content deleted Content added
correction : changing big table structure, into a smaller tables, for easier editing |
→Simple Table: correction : reducing left cell, so that, right cell's inside table can fit inside browser window's width |
||
Line 87:
===Simple Table===
{| border="0" width="100%"
|
A simple table is displayed at right side, using HTML code''':'''
|
<table border="1">
<tr> <th> Header Cell: Column 1 </th><th> Header Cell: Column 2 </th> </tr>
Line 130:
|}
'''Note:''' To display | (pipe symbol), < (less than sign), ! (exclamation mark), { (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''|''' (&#124;), '''<''' (&#60; or &lt;), '''!''' (&#33;), '''{''' (&#123;), '''}''' (&#125;). For more, see [[Windows Alt keycodes]].
==CAPTION==
|