You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by fa...@xybase.com on 2003/05/09 09:08:17 UTC

Newbie question about layout

hi, 

is there any way that we can insert a two column layout into existing
two column layout like shown in table below..

<table cellpadding="2" cellspacing="2" border="1" width="40%">
  <tbody>
    <tr>
      <td valign="top"><br>
      </td>
      <td valign="top"><br>
      </td>
    </tr>
    <tr>
      <td valign="top"><br>
      </td>
      <td valign="top">
      <table cellpadding="2" cellspacing="2" border="1" width="100%">
        <tbody>
          <tr>
            <td valign="top"><br>
            </td>
            <td valign="top"><br>
            </td>
          </tr>
          <tr>
            <td valign="top"><br>
            </td>
            <td valign="top"><br>
            </td>
          </tr>
        </tbody>
      </table>
      </td>
    </tr>
  </tbody>
</table>

if cant, is there a way to set the portlet to span two cols in three
column layout? 

<table width="40%" border="1" cellspacing="2" cellpadding="2">
  <tbody>
    <tr>
      <td><br>
      </td>
      <td valign="top" colspan="2"><br>
      </td>
    </tr>
    <tr>
      <td valign="top"><br>
      </td>
      <td valign="top"><br>
      </td>
      <td valign="top"><br>
      </td>
    </tr>
  </tbody>
</table>

one other thing, is there any way to set the default psml for every new
users? coz right now its been following user turbine's psml. i would to
change so that new registered users follow the default.psml inside
group/jetspeed and why admin cannot see or set other user's layout in
the psml browser? 

thanx in advance.



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org