Example References

Below here is the code for left-aligning tables in the page. Simply put it at the top of the page, it's invisible. It won't work in the page when using Preview alone, it has to save first. It works believe me.
- Julian

[[module css]]

table.wiki-content-table {
    margin: 10px 0;
}
table.wiki-content-table td {
    padding: 2px;
}

[[/module]]

Under here is the code for making tables float. Just use the part with the brackets around your table. Table itself can be any table.
- Julian

Some text comes before
[[div style="Float: right/left"]]
|| A Table || A Column || A Column ||
|| A Row || A Cell || A Cell ||
[[/div]]
some text comes after

Some text comes before
A Table A Column A Column
A Row A Cell A Cell

some text comes after

Under here is the code for making linebreaks in a cell. An underscore followed by a linebreak (enter).

|| A Cell || A Cell || A Cell ||
|| A _
 Cell || A _
 Cell || A _
 Cell ||
A Cell A Cell A Cell
A
Cell
A
Cell
A
Cell
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License