XML new line?
Hi all,
I have a simple vertical nav menu by attaching MC’s using an XML file. The names on the MC’s come from the name attribute in the XML file, so the names read ‘First Button’, ‘Second Button’ etc., is it possible to put a line break in so it would read
First
Button
Second
Button etc.
instead of
First Button
Second Button
XML file
<cart>
<btn name="First Button" color="0xffcc00" />
<btn name="Second Button" color="0xffcc00" />
<btn name="Third Button" color="0xffcc00" />
<btn name="Fifth Button" color="0xffcc00" />
<btn name="Sixth Button" color="0xffcc00" />
</cart>