Either use cake urls, or absolute urls.

$html->url( "/users/login" );
$html->url( "/img/somepicture.jpg" );
$html->url( "http://www.google.com"; );
$html->url( "#anchor" );
$html->url( "mailto:[EMAIL PROTECTED]" );

etc.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to