INTERC
October 25, 2021, 10:10pm
1
Hi there.
I have a problem here. Few days back the gap between the the line and “Received by” had a good amount of space as shown on the image below:
Maybe an update came in and now that gap is way shorter:
This how I used to have it all set up:
-Under custom fields, I added a single line with the “Received By” title.
-Then, on “Form Defaults” I have the line like this:
As you can see, the line goes all the way on top.
But now I am trying to move it down by clicking “Enter Tab”. Like this:
Then I hit “Save button” and I goes on top again…
Please help. Thanks
Tut
October 25, 2021, 10:15pm
2
The program is printing/displaying exactly the result of the HTML code you have entered into the field. It you want to add blank lines, use the <br> tag.
1 Like
INTERC
October 26, 2021, 1:51pm
3
Hello Tut, thanks for your repply.
I’m sorry but I don’t know how to achieve what you are telling me. Can you please explain me?
eko
October 26, 2021, 3:19pm
4
He did explain, rather than
----------------
You need to use
<br>
<br>
<br>
----------------
the <br> is break line in HTML and in this case I added 3 empty lines.
The ,<br> will be invisible
1 Like
INTERC
October 26, 2021, 4:24pm
5
Thanks for the illustrations eko. It worked.
Thank you all.