Author Topic: resize left & right boxes  (Read 2987 times)

msa

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
resize left & right boxes
« on: March 04, 2007, 06:30:24 PM »
Hi,

How do i resize the boxes on the left and right side of the pages? For example the Categories Box.

Thankx

Rgds
Shaheem.

paolo

  • Administrator
  • Sr. Member
  • *****
  • Posts: 119
    • View Profile
Re: resize left & right boxes
« Reply #1 on: March 05, 2007, 03:01:51 AM »
Hi Shaheem,

KonaKart uses the Struts and Tiles frameworks. The order in which the boxes are displayed (and whether they are displayed or not) is defined in WEB-INF\tiles-defs.xml . The JSP which lays out the tiles is called MainLayout.jsp. By looking at this JSP you can see that the tiles are positioned in 3 columns. You can modify the JSP to layout the tiles any way you want. If you want to change the width of the tiles you just need to modify the line where you see <td width="125" valign="top">.

Hope this helps.

Paolo

msa

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: resize left & right boxes
« Reply #2 on: March 05, 2007, 04:13:53 AM »
Hi Paolo

k..great i should be able to manage frm here.

Thank you very much.

Rgds
Shaheem