hi everyone,

i want to set up drupal so that i (and my users) can simply go into the body of a node and type

{left}img="files/leftimage.jpg"{/left}
{right}img="files/rightimage.jpg"{/right}

etc. etc. etc.

i would like to have these translated into the appropriate html which would shove the first image into a div with the id of "leftimage" and the second into a div with the id of "rightimage".

although it'd be nice to reformat the code in the middle, it's possible for it to be regular html too.

any thoughts? is this insanely hard to do? or a piece of cake? must i code a module????

Comments

Budrick’s picture

kvarnelis’s picture

wow, great. looks doable.