Hi,

I am a non-technical Drupal newbie. I need to create a node which contains some thumbnail images on the LHS of the page, a 2-3 line decription about the item next to the image. The images would be hyperlinked to the main site.

The node would also provide people an option to submit their comments like we do through a form.

I am trying to figure out a solution to this. Can somebody help me please?

Thanks

Comments

ram_segal’s picture

Hey,

You can install CCK module in order to create a new content type with image field and a text field, and choose settings for comments as well.
As for displaying these nodes - use views module: create a new view (node type view) and define a filter- Node: Type and choose the new content type you created.

I am here for further instructions/questions you might have.

kshipras’s picture

Thanks for your reply, ram_segal. I'll try this.

How do I ensure that the cover image of the book and the text appear adjacent to each other?

Kshipra

Anonymous’s picture

You can use ontemplate to theme your content types, then its just a case of deciding the layout you want with a bit of HTML and CSS