Anabel Fernandez · Updated February 19, 2026
Now, for OnlineXpress Website Templates, Agencies can show their travel accreditations on the footer. Adding that information is optional and will be different for each travel agency.
Note: You must have admin permissions if you want to add the logo images.
From Admin top menu under "Content" link select "Design" (https://app.travelagencytribes.com/admin/page)

Once you are on design section click on "New page" green button. When popup comes up select page type "Partial" and must use as a permalink: " _footer_logos".

Before start editing and adding the HTML code be sure you have your accreditation logos images. Here is a selection we already uploaded:
Let's go back to our "Design" section https://app.travelagencytribes.com/admin/page and search for "footer" and select your "_footer_logos" page. You will see a completely empty editor page (please, don't be scared). Inside the editor code, add the HTML syntax for the image:
<img src="image-logo-url" alt="Logo Name">
Example, if you want to add the "International Air Transport Association" logo just look in the list above and click on the link. The logo will show in a separate page. After that, copy and paste the URL of the logo image.
Keyboard shortcuts: Windows [Ctrl+C (Copy) and Ctrl+V (Paste)] Mac [Command+C (Copy) and Command+V (Paste)]

Will look like that:
<img src="<img src=" https:="" s3.amazonaws.com="" gttwl="" attachments="" help.gttwl2.com="" ltmq6z="" 1445457567_original.jpeg"="">" alt="International Air Transport Association">
Do you want to add more logos? Repeat the same HTML syntax for the other image. See the video for more details.