Hello,
I am a newbie and have gotten pretty far on my own, my biggest accomplishment is that my "Contact Us" form is nearly fully functional (all but a small issue with the resulting email, but I think I can muscle through that).
I am using the Azzuro Template from http://www.128.weitzelmedia.de/index.php?install_tmpl3.
MY QUESTION IS: How do I get text to go into the left column on this template?
Oddly enough, "Azzuro" doesn't show up in a search and everything else I type either finds the wrong thing or too many things to list.
I have looked at the docs at http://www.phpwcms-docu.de/index.php?english_version and this topic isn't covered under "Articles"
I have been able to get something over there, but then the title shows up in the main section.
Please help get me off to a start on getting content into the various portions of my page.
Thanks,
John
Azzuro Template; Just need a hint!
Re: Azzuro Template; Just need a hint!
When u write the article content change the display form main column (Content) to left (Left).
If the article should be all the time in the left column then u have to put the {SHOW_CONTENT: CPA, article ID} in your left colum in the template. To display it only when home button is clicked then u has to put {LEFT} in your template.
mfg
flopi
If the article should be all the time in the left column then u have to put the {SHOW_CONTENT: CPA, article ID} in your left colum in the template. To display it only when home button is clicked then u has to put {LEFT} in your template.
mfg
flopi
(\_/)
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
Re: Azzuro Template; Just need a hint!
Thank you for your reply.
I have done what you're suggesting, specifically choosing (Left) instead of (Content), but so far when I do that, I can't get BOTH the (content) article and the (Left) article to show at the same time. In fact, I actually had it once where the title/subtitle was in the (content) section and the body of the text made it over to the (Left).
Do I sound confused? I am!
Maybe the answer to this question will help me: Do I need to make (and choose) seperate templates in order to put articles in the (Left) column and the (Content) area ?
Thank you for your patience...
I can't tell you how badly I want to get a handle on this...
Thanks!
John
I have done what you're suggesting, specifically choosing (Left) instead of (Content), but so far when I do that, I can't get BOTH the (content) article and the (Left) article to show at the same time. In fact, I actually had it once where the title/subtitle was in the (content) section and the body of the text made it over to the (Left).
Do I sound confused? I am!
Maybe the answer to this question will help me: Do I need to make (and choose) seperate templates in order to put articles in the (Left) column and the (Content) area ?
Thank you for your patience...
I can't tell you how badly I want to get a handle on this...
Thanks!
John
Re: Azzuro Template; Just need a hint!
No u dont need a seperate template for content and left box.
u put the css file in the correct folder?
U have made a new Template with the code:
and set it to standart?
What u have to do now is to made an article and set the display to LEFT.
An other article in the same Category and set the display to CONTENT.
If u have problems put some sreens of your backend here.
mfg
flopi
u put the css file in the correct folder?
U have made a new Template with the code:
Code: Select all
<div id="container">
<div id="header">{HEADER}</div>
<div id="navigation">{NAV_ROW}</div>
<div id="left">{LEFT}</div>
<div id="content">{CONTENT}</div>
<div id="footer">all rights reserved © your name | your company 2006</div>
</div>
What u have to do now is to made an article and set the display to LEFT.
An other article in the same Category and set the display to CONTENT.
If u have problems put some sreens of your backend here.
mfg
flopi
(\_/)
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!
(0.o)
(> <)
Das ist Bunny. Kopiere Bunny in deine Signatur, um ihm auf seinem Weg zur Weltherrschaft zu helfen!