How to Create an Infobox: Difference between revisions

m
Line 7: Line 7:


So let us create a infobox for an organization.  We will do it both in Wikitext and HTML.
So let us create a infobox for an organization.  We will do it both in Wikitext and HTML.
<div style="position:relative; ">
<table style="width:99%; ">
<div style="position:absolute; top:0px; left:0px; width:45%; ">First line:
<tr>
<nowiki>{| class=infobox
<td style="width:50%; "><nowiki>{| class=infobox |}</td>
 
<td style="width:50%; "><nowiki><table class=infobox></td>
|}</nowiki>
</tr>
</div>
</table>
</div>