Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
''Click on sort icon to put list in alphabetical order'' | ''Click on sort icon to put list in alphabetical order'' | ||
</div> | </div> | ||
*REMEMBER: All Flexbox coding of items requires that they are inside of a container, such as a "div" or "p" tag: | |||
<div style="display:flex"> | |||
<div>Item 1</div> | |||
<div>Item 1</div> | |||
<div>Item 1</div> | |||
</div> | |||
<table style="max-width:1200px; border:2px solid green" class="sortable"> | <table style="max-width:1200px; border:2px solid green" class="sortable"> | ||
<tr style="background:#FFE4B5"> | <tr style="background:#FFE4B5"> |