Hi,

I created a new content type and I want to have a two column layout. On the one site I would like to have a picture, ... and on the other side a description text, ..... If there is a solution using contemplate please give me an example, because I don't have much knowledge about html, ... . Thank you

Comments

Anonymous’s picture

First i am assuming you have used CCK to create the fields
Activate Contemplate on body copy the code generated to a notepad for later use.

Try something like this playing with your inserted code till you get what you want. you may also need to add other attributes to table and td tags

<table>
  <tr>
    <td>
           ****INSERT FIELD 1 CODE HERE****
    </td>
    <td>
           ****INSERT FIELD 2 CODE HERE****
    </td>
   </tr>
</table>
sadtreespirit’s picture

thanks a lot - that's really easy

jrglasgow’s picture

Status: Active » Fixed

from the remarks I will assume that this has been fixed

gmasky’s picture

Hi Please share how you achieved this

Thanx

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.