2 years, 9 months ago
How do you write code for a table on a Mahalo page? I have 3 columns and would like it to look nice.
See the text in:
www.mahalo.com/FIFA-World-Cup
FIFA World Cup Rankings for 2010 competition
Thanks !
www.mahalo.com/FIFA-World-Cup
FIFA World Cup Rankings for 2010 competition
Thanks !
Separate topics with commas, or by pressing return. Use the delete or backspace key to edit or remove existing topics.
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$1 Answer
As far as I know, there isn't an officially supported way to do this. But, there is a way:
Mahalo is based on the MediaWiki platform, which allows you to use MediaWiki's table functionality. Take a look at http://meta.wikimedia.org/wiki/Help:Table#Using_the_toolbar . Mahalo doesn't give you access to the same toolbar, but the code sample on that page should work:
{| class="wikitable"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
Mahalo is based on the MediaWiki platform, which allows you to use MediaWiki's table functionality. Take a look at http://meta.wikimedia.org/wiki/Help:Table#Using_the_toolbar . Mahalo doesn't give you access to the same toolbar, but the code sample on that page should work:
{| class="wikitable"
|-
! header 1
! header 2
! header 3
|-
| row 1, cell 1
| row 1, cell 2
| row 1, cell 3
|-
| row 2, cell 1
| row 2, cell 2
| row 2, cell 3
|}
You can leave an optional "tip" with Mahalo's virtual currency, Mahalo Dollars. If you are asking a difficult question that might require some research, or if you'd like a wide variety of feedback, a higher tip often leads to more answers to your question.
M$Report Abuse