Greetings,
I'm a new Drupal user, and i'm really impress by the large panel of possibility Drupal brings in just a few clicks.
I've worked on Liferay before which is a java based Portal, and we had something called Structure and Template for webcontent (the equivalent of article).
Structure could be assimilated to Content type, it defined the field that would be displayed for the user to write his article: title, abstract, body, picture etc...
First question: Is there a way to set a field to be repeatable?
The second part was Template which described with velocity and html, the way the various fields would be displayed. Picture in the upper right corner, title with specific css class, abstract with another, body split in 2 columns.
Second question: How can i do this with Drupal?
A third question is how can i arrange custom pages that will be static, to display a set article (article1) on one side, and smaller text on the other side (article2). There must be some other way than to create specific blocks for those article and set them to appear only one that one specific page...
See this picture to see what i mean: http://ancient-dawn.24.eu/sites/default/files/styles/large/public/field/...
There has to be another way than to create block for each article and to set them to display only on that one page through the Structure/block page...