How to place articles in different columns?
How to place articles in different columns?
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
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
Rainer G. aus H.
http://www.BunteReisebilder.de
My phpWCMS-projects:
http://www.gnuelps.de
http://qvpage.gnuelps.de
http://www.BunteReisebilder.de
My phpWCMS-projects:
http://www.gnuelps.de
http://qvpage.gnuelps.de
hi sabum,
do you use the 1.2.1 dev release?
then its easier to setup this with the "content anywhere" function.
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
--------------------------------------------------------
templates -> http://www.128.weitzelmedia.de
planepix -> http://www.planepix.de
XING -> https://www.xing.com/profile/Thomas_Weitzel3
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:
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.
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 cyrano says, use this with RC4. Otherwise the current development version has integrated features to do this.