I want to create some field groups within a div or the same HTML tag, for example I have the title of node + node I'm displaying teaser + image of node, I want to group title and teaser into a DIV in layout for easy CSS styling.
I know a silly method to do this in templates, but a quick and easy way to me (drag- and fall in editing ideas) is a similar example CCK FieldGup.
Semantic views can do this. You can customize HTML output and group field from the visual interface.
You can also field the field with CCK and you can duplicate the node instead of the field.
Or to show the witch area exactly using node.tpl.php which you want to show and how.
Comments
Post a Comment