Welcome Guest, Not a member yet? Register   Sign In
Need help about Menu Link in a navigation area
#2

[eluser]John_Betong_002[/eluser]
Try this:

Code:
// style_sheet.css
  .flr        {float:right}
  .box_tabs   {margin:-1.88em 0 0 0}
  .box_tabs a {padding:0 5px 0 15px}

// View file
  <div class='box_tabs flr'>
    &lt;?php
      $a=array
      (
      'home'      =>   base_url(),
      'about'     =>  'about',
      'blog'      =>  'blog',
      'contact'   =>  'contact',
      'terms'     =>  'terms',
      'calendar'  =>  'joke-of-the-day',
      );
      foreach($a as $title => $link):
        echo anchor($link, $title);
      endforeach;
    ?&gt;    
  </div>
&nbsp;
Welcome to the forum.
&nbsp;
&nbsp;


Messages In This Thread
Need help about Menu Link in a navigation area - by El Forum - 08-05-2011, 09:32 PM
Need help about Menu Link in a navigation area - by El Forum - 08-05-2011, 10:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB