Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
| Line 14: | Line 14: | ||
====Step One - Create the table==== | ====Step One - Create the table==== | ||
*We are going to assume you know a little Wikitext and HTML in this tutorial. We will begin by creating a simple table. The coding will be displayed in both Wikitext and HTML side by side so can see the difference. | *We are going to assume you know a little Wikitext and HTML in this tutorial. We will begin by creating a simple table. The coding will be displayed in both Wikitext and HTML side by side so can see the difference. | ||
*For this lesson, we have set the width to 200 pixels. It could be any width, but infoboxes are usually kept thin and | *For this lesson, we have set the width for our infobox to 200 pixels. It could be any width, but infoboxes are usually kept thin and 200 pixels is about right. | ||
*It is recommended that you create infobox tables in HTML as there | *It is recommended that you create infobox tables in HTML as there fewer problems as you will see. | ||
*We will be creating an infobox as shown above | *We will be creating an infobox as shown above. So let us create a infobox for an organization: | ||
<table style="border:1px solid blue; "> | <table style="border:1px solid blue; "> | ||
<tr> | <tr> | ||