Interface administrators, smwadministrator, smwcurator, smweditor
82,369
edits
Line 26: | Line 26: | ||
====Here is the coding in HTML and Wikitext for the above Navbox:==== | ====Here is the coding in HTML and Wikitext for the above Navbox:==== | ||
*First step is to create the table: | *First step is to create the table: | ||
<!-----first table illustrating the creation of the table-----------------------> | |||
<table style="border:1px solid black; width:100%; "> | <table style="border:1px solid black; width:100%; "> | ||
<tr> | <tr> | ||
Line 33: | Line 34: | ||
<tr> | <tr> | ||
<td style="border:1px solid black; "> | <td style="border:1px solid black; "> | ||
<nowiki>{| style="width:100%; border:1px solid blue; border-collaspe:separate; border-spacing:5px; " | <nowiki>{| style="width:100%; border:1px solid blue; border-collaspe:separate; border-spacing:5px; "</nowiki><br><br> | ||
<nowiki>|}</nowiki><br> | <nowiki>|}</nowiki><br> | ||
</td> | </td> | ||
<td style="border:1px solid black; "> | <td style="border:1px solid black; "> | ||
<nowiki><table style="width:100%; border:1px solid blue; border-collaspe:separate; border-spacing:5px; "></nowiki> | <nowiki><table style="width:100%; border:1px solid blue; border-collaspe:separate; border-spacing:5px; "></nowiki><br> | ||
<nowiki><table></nowiki> | |||
</td></tr></table> | </td></tr></table> | ||
<table style="border:1px solid black; width:100%; "> | <table style="border:1px solid black; width:100%; "> |