How to place articles in different columns?

discuss about sites that are just under construction or where experimental stuff is used
Post Reply
sabum
Posts: 30
Joined: Tue 22. Feb 2005, 23:06

How to place articles in different columns?

Post by sabum »

Hello friends,

Could anybody explain to complete rookie how to place different articles in different columns?

For example I'd like to place "news" in left column (editable by cms system) but with no position "news" in menu created by articles structure.

Proper articles will be placed in "main" area.

I have absolutely no idea how to do it...

Thanks in advance,

Jack
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

I think with the new development version this should be possible. But I can't explain how as I have not been using it so far.
User avatar
Rainer G
Posts: 377
Joined: Wed 16. Feb 2005, 10:26
Location: Hannover - Germany
Contact:

Post by Rainer G »

sabum
Posts: 30
Joined: Tue 22. Feb 2005, 23:06

...

Post by sabum »

Thanks a lot... I should have started learning German...

Article looks helpfull but I understand nothing...

But I don't give up and keep trying :)
cyrano
Posts: 1598
Joined: Sat 31. Jan 2004, 18:33
Location: Stuttgart
Contact:

Post by cyrano »

hi sabum,

do you use the 1.2.1 dev release?

then its easier to setup this with the "content anywhere" function.
Gruß/ regards cyrano
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

http://www.peperkorn-online.de/index.ph ... t-2spaltig in short:


step 1:
make an article with 2 content parts (same length)

step 2:
Insert 3 HTML content parts. One before the first article content part, one inbetween the two and one at the end (see screenshot). Then Pepperkorn describes a version using DIVs which does not work in Firefox. However, using tables works in all browsers in wich case the content of the 3 HTML content parts has to be:

Code: Select all

<table width="100%"><tr><td width="245" valign="top">

Code: Select all

</td><td width="10"></td><td width="245" valign="top">

Code: Select all

</td></tr></table>
As you can see there is an empty cell between the two columns in order to allow for some spacing.

As cyrano says, use this with RC4. Otherwise the current development version has integrated features to do this.
sabum
Posts: 30
Joined: Tue 22. Feb 2005, 23:06

...

Post by sabum »

Thank you guys :-)

I start fighting :-)

RGDS
Tomasahl
Posts: 58
Joined: Thu 10. Mar 2005, 11:13
Location: Sweden
Contact:

Post by Tomasahl »

cyrano wrote:
then its easier to setup this with the "content anywhere" function.
Hello there.
Sorry - where can I find that? If I start a new layout, where do i find that choise "content anywhere?"
brans

Post by brans »

you will have to place

{LEFT} and {RIGHT} inside your template, then when adding a content part, simply choose where you want to display it (left, or right)

this procedure is called content anywhere.
Post Reply