I have this code being looped over (1500 results)
<pre><a href="#">#currentElement#</a></pre>
__________________________________________________
The data comes out preserved but with extra line.
3456 678 x1z
- "I don't want this extra line"
45622 35 4 ylz
- "I don't want this extra line"
34315315 66 Ylz
- "I don't want this extra line"
34315315 66 Ylz
- "I don't want this extra line"
34315315 66 Ylz
I want them to come out like this.
3456 678 x1z
45622 35 4 ylz
34315315 66 Ylz
34315315 66 Ylz
34315315 66 Ylz
Is there some kind of style to stop the extra line break after the first result?
Me
<pre><a href="#">#currentElement#</a></pre>
__________________________________________________
The data comes out preserved but with extra line.
3456 678 x1z
- "I don't want this extra line"
45622 35 4 ylz
- "I don't want this extra line"
34315315 66 Ylz
- "I don't want this extra line"
34315315 66 Ylz
- "I don't want this extra line"
34315315 66 Ylz
I want them to come out like this.
3456 678 x1z
45622 35 4 ylz
34315315 66 Ylz
34315315 66 Ylz
34315315 66 Ylz
Is there some kind of style to stop the extra line break after the first result?
Me