Adding a radio to your hotel.

Four

Go away lol.
Mar 14, 2014
35
2
I've decided to help out a bit with this, just a simple copy and paste is all you need for this. The radio provider is Mylo, this can easily be change by finding an HTML code of any radio applet and pasting it under <div class="box-content"> of this HTML:

Code:
<div class="habblet-container " style="float:left; width: 311px;">
<div class="cbb clearfix red">
<h2 class="title">Radio</h2>
<div class="box-content">
<center><iframesrc="http://myloradio.net/embed/embedcode.html" scrolling="no" frameborder="0" height="50" width="250"></iframe><br></center>
</div>
</div>
</div>

+Where it says <div class="cbb clearfix red"> change red to whatever color you desire.
+Where it says style="float:left; width: 311px;"> change 311px to (for example 330px) to match your desired size.

c+p example screenshot:
What it will look like on your CMS: ("cbb clearfix blue")
 

Users who are viewing this thread

Top