Problem with displaying article in left or right block

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
waschtl
Posts: 22
Joined: Thu 24. Mar 2005, 16:14

Problem with displaying article in left or right block

Post 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
ssyfrig
Posts: 364
Joined: Tue 2. Mar 2004, 17:01
Location: Zürich / Switzerland
Contact:

Post 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
waschtl
Posts: 22
Joined: Thu 24. Mar 2005, 16:14

Post by waschtl »

Works fine.

Thanks!!
Post Reply