Table (HTML): Difference between revisions

Content deleted Content added
Tarikash (talk | contribs)
correction : changing big table structure, into a smaller tables, for easier editing
Tarikash (talk | contribs)
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%"
| colspan="3" width="5033%" |
A simple table is displayed at right side, using HTML code''':'''
|
| colspan="3" |
<table border="1">
<tr> <th> Header Cell: Column 1 </th><th> Header Cell: Column 2 </th> </tr>
Line 130:
|}
'''Note:''' To display &#124; (pipe symbol), &#60; (less than sign), &#33; (exclamation mark), &#123; (beginning second/curly bracket) in wiki table, you should use following HTML decimal or entity codes: '''&#124;''' (&amp;#124;), '''&#60;''' (&amp;#60; or &amp;lt;), '''&#33;''' (&amp;#33;), '''&#123;''' (&amp;#123;), '''&#125;''' (&amp;#125;). For more, see [[Windows Alt keycodes]].
 
 
==CAPTION==