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'));
?>

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.

Thank you for your input.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to