Adjust widget HTML code
-
Hi There!
I need some help because I am absolutley not an HTML expert.
I want to implement this widget into my site, so people can make a reservation in the restuarant. But it doesn’t really look good and It won’t center onto my page.I added the code in a css part on a page.
How can I make lay-out adjustments and center this widget using this code?? (see below)
Thank you!<div id=”rm_reservation” class=”section-content”>
<div class=”rm_reservation_top”></div>
<div class=”rm_reservation_body”>
<!–sample style from SeatMe–>
<link type=”text/css” rel=”stylesheet” href=”https://www.seatme.nl/css/srm.css”>
<div id=”rm_wrapper”>
<!– this is the script which generates the form –>
<script language=”javascript” type=”text/javascript” src=”https://www.seatme.nl/srm/?rid=6798&af=4211&lang=nl”></script>
</div>
</div>
<div class=”rm_reservation_bottom”></div>
</div>
- The topic ‘Adjust widget HTML code’ is closed to new replies.