View Upload your own Logo or Graphic to Web Site Portal
Upload your own Logo or Graphic to Web Site Portal
You now have the ability to upload your own logos and graphics to the web reservation system.
These graphics may be used as the primary graphic on your web reservation site, or may also be used within your customized portals.
It is assumed that you are already familiar with how to connect to your Hudson Web Reservation system Utility page, and that you have the appropriate user credentials to successfully login.
- Login to your sites Reservation Utility (RESUTIL) page.
- Select the "Utilities" tab
- Select the link to "Upload file"
- Select the "Browse" button. Navigate to and select the image or graphic file you want to upload.
- Set the subdirectory option to "images"
- Select the "Upload" button.
- You will see a confirmation message indicating the status of the upload.
<center><img src="{siteid}/Logo.jpg" /></center>
The string above (containing your details) can be used to force your web reservation site to load and display a client logo inside of a customized group portal. This would be done by logging into the web reservation system, going to Group Configuration. Locate and select the desired Group Profile from the drop list. Select the tab labeled "Logo" and then insert the string into this field.
Assuming your company site id is acme1, and the logo file uploaded is named AcmeLogo_small.png, your complete string would be written as:
<center><img src="acme1/AcmeLogo_small.png" /></center>The string above (containing your details) can be used to force your web reservation site to load and display a client logo inside of a customized group portal. This would be done by logging into the web reservation system, going to Group Configuration. Locate and select the desired Group Profile from the drop list. Select the tab labeled "Logo" and then insert the string into this field.
Note: The Web reservation system supports the following graphic file types:
- GIF
- JPG
- PNG
