Table (HTML): Difference between revisions

Content deleted Content added
Tarikash (talk | contribs)
adding User InvertRect's correction
Tarikash (talk | contribs)
re-adding User Al Hart's few corrections/additions
Line 88:
{| border="0" width="100%"
| colspan="3" width="50%" |
A simple table is displayed at right side, using HTML code''':'''
| colspan="3" |
<table border="1">
Line 129:
|-
| colspan="6" |
'''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]].
|}