Best Practices for Enhancing Itinerary Content with HTML Formatting
Using simple HTML formatting techniques can significantly improve the readability and engagement of your content. These best practices are a great way to apply customizations across all services and types of content, including tours, transfers, flights, trains, trip includes and excludes, trip intros, and city descriptions.
Please Note: Do Not use any other HTML formatting in the services or content fields. The four HTML tags listed are the only ones supported. |
Here are some HTML Formatting techniques:
1) Bold Text
To make text bold and highlight important information, use the<b> tag.
Example: <b>This text is Bold</b>
Result: This text is Bold
2 ) Italic Text
To italicize text for emphasis or to denote titles, use the<i> tag.
Example: <i>This text is Italicized</i>
Result: This text is Italicized
3) Underline Text
To underline text and add emphasis, use the <u> tag. This is useful for highlighting key points or important information.
Example: <u>This text is underlined.</u>
Result: This text is underlined.
View from the Itinerary Builder
View from the Itinerary
4) Bullet Points
Use '•' for bulleted lists to organize general points, such as features of a tour or trip inclusions.
Example:
View from the Itinerary Builder
Result:
View from the Itinerary
5) Hyperlink Text
Hyperlinking text in HTML allows you to create links that users can click to navigate to other webpages or resources. This is done using the <a>
tag, where the href
attribute specifies the URL of the page the link goes to.
Example:
To create a hyperlink to Google, you would use the following HTML code:
<a href="https://www.google.com">Visit Google</a>
When users click on the "Visit Google" link, they will be taken to Google's homepage.
And that is how to use Basic HTML Formatting on the Oasis Travel Platform!
We hope you found this guide helpful. If you need additional help or want to share your thoughts, reach out at support@myoasisapp.com.We love hearing from you and are always here to help.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article