Jump to content

Adding a space after a line break


bkurzbuch

Recommended Posts

I have the code listed below. i need to put in a space or two after the break. I know the code for a space should be &nbsp but I'm unsure of the correct format to get it to work and if I need additional spacing do i just add the same code again? Thank You

 

 

 

 

if (Field("Family Law") == "Yes")

return "(such as divorce<br>and child custody)";

else

return "";

Link to comment
Share on other sites

When you click the text box to open the Variable Text Editor you will see a "Tabs..." button. Make sure you select all the text or the whole line the rule is on. With it highlighted, click the button and you can change the settings in there.

 

You can also do it programmatically by using the paragraph <p> tag which is outlined in the TagsRefGuide PDF under markup tags.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...