If you're looking to format the address in the contact card section of our mobile app to make it more readable and organized, you're in the right place. In this guide, we'll walk you through the steps to add line breaks using the <br>
tag.
What is the <br>
tag?
The <br>
tag is a simple piece of HTML code that stands for "break". When used, it creates a new line, similar to pressing the "Enter" or "Return" key on your keyboard.
Steps to Add Line Breaks
Open the Desktop Dashboard and click on "App Settings"
Then, click on App Settings, again
Next, locate the line that you wish to update
In this example, we will be adding a line break to "Line 3" in the Desktop Dashboard. You can see that there is not currently a line break between the NMLS # in the example below and the office address.
Adding a line break
Wherever you want to add a line break, simply insert the <br>
tag.
For example, if you want your address to look like this:
Sample Mortgage Corp. | NMLS#: 111111
123 Main Street | Anywhere, WA
You would enter it as:
Sample Mortgage Corp. | NMLS#: 111111 <br>123 Main Street | Anywhere, WA
Save Your Changes
Once you've added the necessary <br>
tags, tap the 'Save' or 'Update' button to save your changes and preview your app from the desktop Dashboard.
Review Your Changes
Go back to the contact card section to ensure that the address displays correctly with the desired line breaks.
Tips
Use Sparingly: While the
<br>
tag is a great tool for adding line breaks, it's essential to use it sparingly to maintain a clean and organized look.Avoid Consecutive
<br>
Tags: Using multiple<br>
tags in a row can create excessive spacing. Stick to one at a time unless you have a specific need for more space.
Conclusion
Adding line breaks to the address in the contact card section can greatly improve readability and presentation. By following the steps above, you can easily format your address using the <br>
tag. If you have any further questions or encounter any issues, please don't hesitate to reach out to our support team. We're here to help!