Page 1 of 1

Problem with displaying article in left or right block

Posted: Thu 16. Jun 2005, 12:47
by waschtl
Hi.

I have a problem with displaying articles in other blocks than the mainblock. I tried to get a short text into the right column but that doesn't work. Even links are not diplayed. The main column does work without any problems. When I display the source code in my IE the text for the left/right column isn't there, the one for the main column I can see.

Can anybody help?

Thanx

Posted: Thu 16. Jun 2005, 13:34
by ssyfrig
hey waschtl

if you mean content parts ...

Du you have {RIGHT} and {LEFT} in your template?

example

Code: Select all

<table width="800"  border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td>{RIGHT}</td>
    <td>{CONTENT}</td>
    <td>{LEFT}</td>
  </tr>
</table>
::Sven

Posted: Thu 16. Jun 2005, 13:46
by waschtl
Works fine.

Thanks!!