Image Wrap?

« Previous 1
Pointer-left Wt_avat_thumb
Jim
Is there a way to wrap text around an image? This would be useful on the splash page and other areas.
Permalink
There isn't... Yet... I can see why you would want to be able to "float" an image left or right (That's the technical term for what you describe). The only issue I can see it that it might mess with the layout of the site if we're not careful.
Permalink
Could just let us code in our own Divs with the float option.... then you can wrap anything. I kid, I kid.
Permalink
I could just let you edit the html directly and upload your own css while I'm at it! The place would start to look like myspace, soon.
Permalink
Sure, lets -- myspace is very classy.
Permalink
I think I found a way to do what you're asking.

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
Permalink
Epic!
(When the text gets to the end just end the table. Its a way to simulate floating without actually doing it)
Permalink
Pointer-left Wt_avat_thumb
Jim
That is pretty darn cool!
Permalink
I am planning on making this easier soon with allowing options on the image tag that allow you to float left or right. I will probably look like this:[ IMG:right ]http://i.imm.io/enPD.jpeg[ /IMG ] or [ IMG:left ]http://i.imm.io/enPD.jpeg[ /IMG ]
Permalink
Epic × 2!
Admin
I am planning on making this easier soon with allowing options on the image tag that allow you to float left or right. I will probably look like this:[ IMG:right ]http://i.imm.io/enPD.jpeg[ /IMG ] or [ IMG:left ]http://i.imm.io/enPD.jpeg[ /IMG ]


That's be awesome. I know I use a lot of images in the wiki I have, and I'm sure other people do as well.
Permalink
« Previous 1