By matteblacke on
I'm not sure if this will be a module but can someone point me in the right direction?
I am building a wiki in Drupal to list certain exercises. Each individual page would have a description, direction (how to do the exercise) and also a picture (of the areas of muscles worked).
Now as this is a wiki and could be written in any particular way by any person i want to find out a way to make each page written in a specific way e.g.
Description (at the top)
Directions (at the bottom)
Picture (on the right hand side of page)
What would be the easiest way to do this?
thanks
Edited by: VM; Moved to appropriate forum
Comments
_
Use cck with cck fields, then format the node.tpl.php file to display exactly as you require. Might also want to checkout the contemplate module.