You are here

Edit tmBoxOfficePolicy.html

Subscribe to Syndicate
The instructions assume you have downloaded the latest pages so you can customize them. Please download if you have not done so.
  1. Copy the file tmBoxOfficePolicy.html from the sample webpages tmFees folder and put it into the same place in your website
  2. Edit the file which will look like the code below
  3. Add in the new line highlighted in yellow. You can copy and paste it
  4. If the line looks like it is already there, remove the comment: in it to make it the same as below
  5. Save the File
<!DOCTYPE html>
<html lang="en">
<head>
<base href="<field>F_HTML_IMAGE_SERVER</field>"/>
<title>
<field>D_COMPANY_LONG</field> | Box Office Policies
</title>
<!--#include virtual="tmScripts/styles.html" -->
<!--#include virtual="tmScripts/pleaseWaitMessageFunction.html" -->
<!--#include virtual="tmScripts/googleHeader.html" -->
</head>
<body class="backgroundPopup">
<div class="container">
<div id="content">
<h3>
Box Office Policies
</h3>
<!--#include virtual="tmFee/tmBoxOfficePolicyCovid19.html" -->
<!--#include virtual="tmFee/tmBoxOfficePolicyTickets.html" -->
<!--#include virtual="tmFee/tmBoxOfficePolicyExchanges.html" -->
<!--#include virtual="tmFee/tmBoxOfficePolicyLostTickets.html" -->
<!--#include virtual="tmFee/tmBoxOfficePolicyOrderFees.html" -->
<!--#include virtual="tmFee/tmBoxOfficePolicyMailingFees.html" -->
<!--#include virtual="TMtemplates/tmContactHours.html" -->
</div>
</div>
<!--#include virtual="TMtemplates/tmFooter.html" -->
</body>
</html>