Hello all!
I am working with jetspeed 1.5
My problem is that every time i choose the "two colums (25/75) layout", my portlets are aranged in the layout 75/25. In the html source code (View Page source) i see that there are two coloums of a table:
<td width="66%" valign="top">
and <td width="34%" valign="top">
These 2 colums are responsible for the 75/25 layout, although they sould be:
<td width="25%" valign="top">
<td width="75%" valign="top">
my psml/user/anon/html/default.psml file contains the following (among others):
<portlets id="101">
<security-ref parent="anon-view_admin-all"/>
<controller name="RowController">
<parameter name="sizes" value="66%,34%"/>
</controller>
How can i change these values to 25%,75% from my portal and not manually?
Thank you!
Nikos.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
