In CP Home › System Administration > Default HTML Buttons > Opening tag
How do you force a line break. For example:
<ul id=“speedlinking”><li><a href=”#”>
When the button is clicked in the publish page, I want it to output:
<ul id="speedlinking">
<li><a href="#">
Instead of
<ul id="speedlinking"><li><a href="#">
Would I need to use &crlf; or something like that?
In addition does anyone know how to add a tab character?
