1. Help
  2. CincoTube
  3. HTML fragments – How to add header and footer

HTML fragments – How to add header and footer

To insert a fragment please follow the steps below

  1. Login to your account
  2. Click on Settings
  3. Click on HTML Fragments
  4. Click on the Fragment you want to edit (such as Workspace Header)
  5. Enter the HTML code in a larger Text Box
  6. Enter a comment to add a note about your fragment
  7. Select Visibility of your fragment (such as when a user is logged in or logged out)
  8. Set the Path URL if you want the fragment to only output for a certain workspace. Insert workspace URL just after the domain name. For instance /ws/Test-workspace!AQKAV6eTzUCr
  9. Click on Save to save your fragment
    (Click on ADD Fragment to add another fragment of the same type)

Example of Site Header as an Image Banner with a link 

<center><a href="https://www.cincopa.com/help/help-categories/cincotube/" target="_blank">
<img src="https://mediacdn.cincopa.com/v2/1135631/167!KoqFAAAAAAQxoA/0/EmailHeaders_30_.png" height="100%" width="100%">
</a></center>

Tip: Keep the image height and width in percentage so that it is responsive to the screen size

Was this article helpful?