On Fri, Jun 12, 2009 at 12:16 PM, DbZeroOne<[email protected]> wrote: > > Ok, good advice from both of you. This is what my code looks like now: > > <?php > echo $html->link('',array('controller'=>'blog','action' => > 'index'),array('ID' => 'homebtn','alt' => 'Home')); > echo $html->link('',array('controller'=>'blog','action' => > 'bestof'),array('ID' => 'best', ,'alt' => 'Best Postings')); > ?>
You have an extra comma after "'ID' => 'best'". > This should be one button to the right of the other.There will be 5 > total in a horizontal menu. > > The problem now is that only one button will work at a time (link and > rollover). Either one will work when they're alone, but together, only > the first one will work (whichever one is first). I've tried > everything I can think of, but either nothing changes or the whole > page blanks out. Could be a javascript or CSS issue. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
