hi guys,
im trying to build a gaming portal using drupal after managing the former version with nothing but plain html and SSI's; so far I got a big question that is unanswered. If I want to create an html box to which I defined editable fields (in other wors, customizable content type), how can I accurately 'draw' the content type? Can I use HTML with specific tags or other parameters inside to build the content type?

thanks.

Comments

nevets’s picture

Generally speaking with Drupal content is stored as content based on a node. Using the Content Construct Kit (CCK) module one can create custom content types, theming allows you to control the look on output and using the views module you can provide custom listing filtered in a number of ways.