Page 1 of 1

GreenyBlu (oswd.org) - menu doessn't work

Posted: Mon Jul 09, 2007 2:57 pm
by veskot
Hi All,

i'm trying to adapt GreenyBlu template from http://www.oswd.org/design/preview/id/3696 to my CMS MS . I have trouble with using of menu. Changed following code in template, but menu is wrongly displayed. Please help me

--original code ------


     
   

     
        Home
        Gallery
        About
        Help
        Partner

     
   
     
 


----my code -----------


     
   

     
        {bulletmenu}
     
   
     
 

Re: GreenyBlu (oswd.org) - menu doessn't work

Posted: Mon Jul 09, 2007 3:16 pm
by tsw
td menus are kinda hard to create,

you need to write new menu template, but it will still be kinda lame because the menu has to have 5 elements with constrained size (for the images to work)

I suggest using 5 times cms_selflink on the menu items (write the table code by hand that is)

hope this helps