Skip to main content
Solved

Creating HTML report - output problem


Forum|alt.badge.img

Hello sir/ madam,

 

I want to output my result as a HTML format.

I want to output my source data (let say I have 3 source data) on new line.

Like this:

  1. abc
  2. cde
  3. fgh

 

May I ask how to do it?

I am not sure why mine is still on the same line. ( i have uploaded my capture screen below).

 

Thank you.

 

Zach

 

Best answer by j.botterill

You could try adding <br> html on the end of each... to break the lines https://www.w3schools.com/tags/tag_br.asp

 

e.g.

SourceData: $(SourceDataset_GEOJSON_3) <br>

 

View original
Did this help you find an answer to your question?

2 replies

j.botterill
Influencer
Forum|alt.badge.img+40
  • Influencer
  • Best Answer
  • March 22, 2022

You could try adding <br> html on the end of each... to break the lines https://www.w3schools.com/tags/tag_br.asp

 

e.g.

SourceData: $(SourceDataset_GEOJSON_3) <br>

 


Forum|alt.badge.img
j.botterill wrote:

You could try adding <br> html on the end of each... to break the lines https://www.w3schools.com/tags/tag_br.asp

 

e.g.

SourceData: $(SourceDataset_GEOJSON_3) <br>

 

Got it! thank you so much! :)


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings