Is there a way to wrap text around an image? This would be useful on the splash page and other areas.
- Epic Words
- Site Forum
- Image Wrap?
Image Wrap?
I think I found a way to do what you're asking.
Here's an example from my wiki:
how this is done is by using the "table" command. I'll use paranthesis instead of the brakcets.
(table)(tr)(td)This is the first cell(/td)(td)second cell(/td)(/tr) end of tow
(tr)(td)New row and cell(/td)(/tr)(/table)
table - starts the table
/table - ends table
tr - starts a new row
/tr - ends row
td - creates a cell in the row
/td - ends cell
cells always go inside rows
Here's an example from my wiki:
![]() | Alignment: CN Clergy Alignments: CN, NN, CE, NE Domains: War, Destruction, and Travel Favored Weapon: Any Axe Symbol: An axe behind a bear skull. Dogma: Collect heads Followers: Reina and a splinter group of the Druids of Dalewood Grove both pay honor and worship to Mord-Ovian and Totem. Where as Reina sees Mord-Ovian as some sort of savior figure on a holy quest, the druids see him as a symbol of nature's inherent savagery and the desire to destroy civilization. |
how this is done is by using the "table" command. I'll use paranthesis instead of the brakcets.
(table)(tr)(td)This is the first cell(/td)(td)second cell(/td)(/tr) end of tow
(tr)(td)New row and cell(/td)(/tr)(/table)
table - starts the table
/table - ends table
tr - starts a new row
/tr - ends row
td - creates a cell in the row
/td - ends cell
cells always go inside rows

























