How to add html code in WordPress page
-
Hi! I am trying to build a web site
MOTs
and I need a online registration form for this BOOK ONLINE page.I have the code which looks this way:
<!– place this in the content area where you want the booking system to appear –>
<script type=”text/javascript” src=”https://cometserver.vgm.motasoft.co.uk/client.ashx”></script>
<script type=”text/javascript” src=”https://globalresources.vgm.motasoft.co.uk/VGMBookingSystemScripts/VGMBookingSystemEmbedded.js”></script>
<div id=”divContainer” style=”padding: 0px; border: 0px; position: relative;”></div>LoadVGMBookingSystem(
‘https://cometserver.vgm.motasoft.co.uk’,
‘https://vgmbookingsystem.motsrus.motasite.co.uk/’,
‘https://vgmbookingsystem.motsrus.motasite.co.uk/BookingSystemResources/V1-Facebook-Embedded/loaders/loader_blue_circle.gif’,
‘550’,
‘300’,
‘10000’,
‘divContainer’
);And I am not sure what to do with it and how to add it on the place of “Under construction” image on book online page. May be it is very simple but just can’t figure it out.
Thank you in advance!
- The topic ‘How to add html code in WordPress page’ is closed to new replies.