Welcome Guest, Not a member yet? Register   Sign In
Assessment on how to ...
#4

[eluser]John_Betong[/eluser]
[quote author="Ryann" date="1224672001"]another thing, do i have to put the views into a public array in the controller? so when i load the view i'll just call the array variable?[/quote]
 
Take a look at the way I do it with Message:4
 
http://ellislab.com/forums/viewthread/90724/
 
You mentioned stacking of the partial views so I think your problem is with HTML/CSS
 
Try this in your view
Code:
...
   ...
   ...
  
    <div style='clear:both; width:90%; margin:1em auto; border:dotted'>

      <div style='width:12%; float:left; border:dotted'>
        <br />This is where your menu goes
        <br />menu item : 1  
        <br />menu item : 2  
        <br />menu item : 3  
        <br />menu item : 4
     </div>
  
      <div style='width:80%; float:right; border:dotted'>
        &lt;?= $content ?&gt;
      </div>

    </div>  
   ...
   ...
   ...
&nbsp;
&nbsp;
Try Google with "CSS two-column layouts"
&nbsp;
&nbsp;


Messages In This Thread
Assessment on how to ... - by El Forum - 10-21-2008, 11:38 PM
Assessment on how to ... - by El Forum - 10-21-2008, 11:40 PM
Assessment on how to ... - by El Forum - 10-22-2008, 04:07 AM
Assessment on how to ... - by El Forum - 10-22-2008, 07:13 AM



Theme © iAndrew 2016 - Forum software by © MyBB