Booking Engine Formatting in RezOvation GT

From RezOvation Wiki

Jump to: navigation, search

Contents

Formatting Room Descriptions, Property information and Booking Engine policies in RezOvation GT

Most of the descriptions available in RezOvation GT can be formatted for the Booking Engine to some degree. This is done using standard HTML codes. The examples below are from the 'Hill Country Inn' property.

Room Description Example:

Entered in GT:

A luxurious room with a Queen size bed, private entrance and full bath (with Jacuzzi tub). 
The perfect room for a romantic escape.<br><br><b>This is a test!</b>

Appearance on RGT BE:

Image:Roomdescrip.png

Property Description Example:

Entered in GT:

The Hill Country Inn is lovely historical Inn the heart of downtown Austin, Texas. <br>
<br>
<b><i>The Hill Country Inn is a demonstration property</i><br>
<br>
<b>To locate a real Bed and Breakfast in Austin Texas go <a href="http://www.bedandbreakfast.com/austin-texas.html">here</a>.</b>

Appearance on RGT BE: (FYI - the link to bedandbreakfast.com DOES work)

Image:Propinfo.png

Booking Engine Terms & Conditions Example:

Entered in GT:

No pets allowed, if you would like information regarding local pet boarding facilities please contact the Inn directly.
<br>
<br><b>Smoking is allowed outdoors only.</b>  <i>Failure to follow this policy will result in a $250.00 fee charged to your reservation,
to cover the cost of properly cleaning the room.</i>

Appearance on RGT BE:

Image:Terms.png

Using HTML Formatting Codes

Heading Tags


Headings are defined with the h1 to h6 tags. H1 defines the largest heading. H6 defines the smallest heading.

Example of Heading Tags:

<h1>This is heading h1</h1>
<h2>This is heading h2</h2>
<h3>This is heading h3</h3>
<h4>This is heading h4</h4>
<h5>This is heading h5</h5>
<h6>This is heading h6</h6>

Appearance Online

Image:Headings.png

Commonly Used Tags

Please note that almost all HTML codes have an opening tag, and a closing tag (which usually contains a "/" in the tag). You place your text between the two tags to format it properly. For example:

To bold my text, I need to place my text inside the "Bold" tags:

<b>Hello</b> there!

This is displayed as follows:

Hello there!

Below is a listing of common HTML formatting codes that can be used in RezOvation GT to format your room, photo or property descriptions!

Bold: <B></B>  	
Italic: <I></I> 	
Underline: <U></U>
New Line: <br> (there is no closing tag for the new line, or "break" HTML tag, simply use it wherever you want to force a new line)


We can also use HTML to display our items using bullets...This is known as an "unordered" (i.e. "unnumbered") list.

 Unordered List Codes: 

<ul> <- starts list
<li> <- indicates the start of a list item
</li> <- indicates the end of a list item
</ul> <- indicates the end of the listing

So the following code:

<ul>
<li>BedandBreakfast.com</li>
<li>RezOvation LLC</li>
<li>Quickbooks Merchant Services</li>
</ul>

Appears as follows:

  • BedandBreakfast.com
  • RezOvation LLC
  • Quickbooks Merchant Services
Personal tools