Page 1 of 1

Place images under menu in template.

Posted: Wed Feb 28, 2007 1:46 pm
by duplay
I would like to place some images under the vertical menu on the template for buttons. Below is my template info. If I place any text under my navigation section and above content, it always shows right of the menu.







Stark Portage Area Computer Consortium - {title}

{metadata}
{stylesheet}

{cms_selflink dir="start" rellink=1}
{cms_selflink dir="prev" rellink=1}
{cms_selflink dir="next" rellink=1}

{global_content name='JavaScript for IE page width'}












   
   
      Skip to navigation
      Skip to content
   
   



 
 
          {cms_selflink dir="start"}
 
 

 

 
 
 
  {breadcrumbs starttext='You are here' root='Home' delimiter='»'}
 
 
 
 
{cms_module module="statistics"}

 
 

     
     
        Navigation
        {cms_module module='menumanager' template='cssmenu-accessible.tpl'}       
     
     
     
Here is where I am trying to place images

     
     
     
      {print showbutton=true script=true}
      {title}
        {content}


       


^ Top

       
            {cms_selflink dir="previous"}

            {cms_selflink dir="next"}
       


     
     
 


 
 


 
 
      {global_content name='footer'}
 
 









[gelöscht durch Administrator]

Re: Place images under menu in template.

Posted: Wed Feb 28, 2007 2:00 pm
by RonnyK
Duplay,

you should include it inside the of the navigation. The div is called navigation, as it points to the left column-area. If you put it outside the , you are basically outside the left column and back in your content-container. Just put the image above the .

Ronny