Hi,
I like to create a page template that divides the content into three columns like this:
<div>Left Column</div>
<div>Main Column</div>
<div>Right Column</div>
The Main column should display the usual page content as by default.
The Left Column should show the content of a specific subpage with the pageId = 10.
The Right Column should show the content of a specific subpage with the pageId = 20.
Is this possible?
I would really appreciate if someone could point me to the right direction,
Many Thanks,
Houman