Patient Education Repository (PER) Administration
HTML Tips

Formatting Special Instructions text box requires HTML code:

  • <br /> - use to add a line break
  • <a href="mailto:email@virginia.edu">Text</a> - use to hyperlink to an email address
  • <a href="http://websiteaddress">Text</a> - use to hyperlink to another website
    • Example:  to link to Micromedex, you would enter:
      <a href="http://www.healthsystem.virginia.edu/internet/pharmacy-services/micromedex-access.cfm"> Micromedex
      </a>
  • <strong>Text</strong> - use to bold text