• Welcome to KonaKart Community Forum. Please login or sign up.
 

resize left & right boxes

Started by msa, March 04, 2007, 11:30:24 pm

Previous topic - Next topic

msa

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

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

Hi Paolo

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

Thank you very much.

Rgds
Shaheem