Using the CakePHP Html helper, how does one go about inserting a line break in the anchor text?
<?php echo $this->Html->link("My Anchor Text \n with new line", '/mycontroller/myaction'); ?>
The above doesn't work.
Thanks...
|
Using the CakePHP Html helper, how does one go about inserting a line break in the anchor text?
The above doesn't work. Thanks... | |||
|
feedback
|
|
You have to use the
| |||||||
feedback
|