Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. To upload any images that you require, go to the repository → Application → Images. Right-click and select  Addsee Image for more details.
  2. Go to System Configuration → General Settings → Home Screen Message HTML.
  3. Enter the content that you want to appear on the home screen. You can paste in or write HTML, or enter text and then use the toolbar to format the content.
  4. To reference an image, use the relative path ../images/name
    For example <img height="100" src="../images/bigcorp-logo.jpg" />
  5. Click
    Insert excerpt
    _finish
    _finish
    nopaneltrue
    .


Panel
borderColor#F39C37#01cff1
borderWidth4
titleBGColor#F39C37#01cff1
titleExample
  1. Download the file home-screen-test.png and upload it to PhixFlow.
  2. Copy the following HTML into System Configuration → General Settings → Home Screen Message HTML.

    Code Block
    <p><font size="14pt" color="green" style="bold">Welcome to PhixFlow, solving your business data and processes.</font></p>
    <p><img height="150" src="../images/home-screen-test.png" alt="PhixFlow Process"/>


  3. Click

    Insert excerpt
    _finish
    _finish
    nopaneltrue
    .

  4. Log out of PhixFlow.

  5. Log in again.

...