I have the following line.
<li><a href="Very_long_text_in_this_line">'Very long text in this line'</a>
</li>
I want to break it in this format.
Very long text
in this line
I tried br but couldn't get the output.
How can I achieve this?
Thanks in advance.
I think br
does just fine.
<li><a href="Very_long_text_in_this_line">'Very long text <br/> in this line'</a>
</li>
However if you don't want br
then use a div
<li><a href="Very_long_text_in_this_line">'Very long text <div>in this line'</div></a>
</li>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With