Insert new line in Span
-
How to insert a new line using Span? I’m trying to use a template as:
<span style=”display:inline-block; width:20%”>Symbol: %symbol%</span>
<span style=”display:inline-block; width:30%”>%company%</span>
<span style=”display:inline-block; width:5%”>$%price%</span>
<span style=”display:inline-block; margin-left:20px”>%change%</span>
<span style=”margin-left:20px”>%changep%</span>But I need every span to be on a separate line.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Insert new line in Span’ is closed to new replies.