0
I know it’s not right but I have a situation that I needed to do a line break within the link as attached image.
I would like to work with the standard Cake but I had to do the line break by HTML.
How I do it by Cake?
<nav class="columns" id="actions-sidebar">
<ul class="side-nav">
<li><a href="#DadosPrincipais">> Dados Básicos<br>
> Telefones<br>
> Qualificação<br>
> Residência<br>
> Cônjuge</a></li>
<li><a href="#TrabalhoRendimento">> Trabalho<br>
> Rendimentos</a></li>
<li><?= $this->Html->link('> '.'Referências','#Referencia', ['style' => $matriculaButton]) ?></li>
<li><?= $this->Html->link('> '.'Comprovantes','#Comprovante', ['style' => $matriculaButton]) ?></li>
</ul>
</nav>