1. Support Center
  2. Website & Marketing

How do I format or write HTML in NextPatient?

Some fields in the NextPatient interface allow for HTML code. Some practices have consultants that write code for them or use website templates that write the code for them, similar to how Microsoft Word can easily bold your text.

For practices that don't have those resources but want to write text in bolditalics or underline to get patients to pay attention to important.

Here are some examples of codes you can use. Remember that you have to put the open codes listed below in front of the text you want to be edited. To stop the code from affecting text, IE continuing the italics you have to close the code by doing the same code, but adding / - EG </i> closes the italics coding.

Remember it is very important to use the closing code with the / after you finish typing the text you wanted formatted that way. Otherwise, the text formatting might affect unintended text and make your website or widget less appealing.

Here are some examples of codes NextPatient recommends using:

<b> Bold: </b>

<i> Italic: </i> 

<u> Underlined: </u>

<br /> This will cause the text that follows to be entered on a new line. There is no close code with / 


Another useful code is to make a bulleted list. This one is a bit harder. You start the list with <ul> then each item starts with <li> and ends with the close code </li>. Remember to use the close code </ul> after your listed items.

<ul>

<li>milk</li>

<li>eggs</li>

<li>bread</li>

</ul>
  • milk

  • eggs

  • bread

You can also do a numbered list, or an ordered list, using an <ol> and </ol> tag.

<ol> 

<li>milk</li>

<li>eggs</li>

<li>bread</li>

</ol>
  1. milk

  2. eggs

  3. bread

Creating links requires a couple of parameters:

  • <a …> </a> tag indicates what words will become the link

  • href=”www.nextpatient.co” is a parameter inside the <a> tag that determines where the link will go

  • target=”new” is a parameter inside the <a> tag that makes the link open in a new window

<a href="http://nextpatient.co" target="new">NextPatient Website</a> NextPatient Website

Here are some menus and fields in NextPatient where HTML might benefit to call attention to important information you are providing your patients:

 

Provider
Public Bio

Appointments
Patient Instructions 

Payments
Charge blurb
Deposit blurb 

Waitlist
Waitlist Instructions
Waitlist Thank-you

Surveys
Email message

 

We hope that you find the information above helpful. If you have any questions or are confused after putting text and HTML code into your NextPatient settings, don't hesitate to reach out for help.