Unknown macro: {html}

<br>
<br>

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

The appearance of the Privacy Policy Link on the Patient Portal can be improved by using Markdown. It can be specified by what text to be shown and whether they are in Bold, Italic, or both. It can be an actual hyperlink or it can be shown as an image to be clicked on.

By default, if a standard URL is saved in the setting, we will set it as a hyperlink with text showing as “Private Policy Link” on Patient Portal.

Format the Text

  1. Basic
    italic: Add * to both side of the text.
    bold: Add ** to both side of the text.
    bold and italic: Add *** to both side of the text.

  2. To make a part of it in special colour:

Use round brackets for the text to be coloured, then add curly brackets right before that with colour name inside. e.g. 
This is a {red}(RED) text => This is a RED text

There is a big list of standard colours you can choose from. If that is not enough, you can choose any colour at all by working out its RGB value in Hex and entering it with a #.  e.g 
This is a {#20175A}(dark purple) text.  => This is a dark purple text

See the list of more colours here.

More Example:

Colours: Normal {Red}(Red) {Blue}(Blue) {Green}(Green) {Yellow}(Yellow) {Orange}(Orange) {Brown}(Brown)

Bold: **Normal** {Red}(**Red**) {Blue}(**Blue**) {Green}(**Green**) {Yellow}(**Yellow**) {Orange}(**Orange**) {Brown}(**Brown**)

Italic: *Normal* {Red}(*Red*) {Blue}(*Blue*) {Green}(*Green*) {Yellow}(*Yellow*) {Orange}(*Orange*) {Brown}(*Brown*)

Bold Italic: ***Normal*** {Red}(***Red***) {Blue}(***Blue***) {Green}(***Green***) {Yellow}(***Yellow***) {Orange}(***Orange***) {Brown}(***Brown***)

Make It a Hyperlink

Add square brackets around text of the hyperlink and followed by round brackets with the Private Policy Link URL to make it an actual hyperlink.

Images can be added to the Private Policy Link by starting the line with an exclamation point, then putting a friendly name for the image in square brackets, followed by a link to the image in round brackets. The image must be available on the open internet without credentials being required. Not all images will work and some experimentation will be required to get the effects you want. 

Example:

![Image Name](https://portal.softwareofexcellence.com/sites/all/themes/ws_soe_portal/logo.png)

[Hyperlink](https://softwareofexcellence.com)

  • No labels