Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Tutorials
Adding a radio to your hotel.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Four" data-source="post: 272058" data-attributes="member: 44142"><p>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 <strong><div class="box-content"></strong> of this HTML:</p><p></p><p>[CODE]<div class="habblet-container " style="float:left; width: 311px;"></p><p><div class="cbb clearfix red"></p><p><h2 class="title">Radio</h2></p><p><div class="box-content"></p><p><center><iframesrc="http://myloradio.net/embed/embedcode.html" scrolling="no" frameborder="0" height="50" width="250"></iframe><br></center></p><p></div></p><p></div></p><p></div>[/CODE]</p><p></p><p>+Where it says <strong><div class="cbb clearfix <span style="color: rgb(255, 0, 0)">red</span>"></strong> change red to whatever color you desire.</p><p>+Where it says <strong>style="float:left; width: <span style="color: rgb(255, 0, 0)">311px</span>;"></strong> change 311px to (for example 330px) to match your desired size.</p><p></p><p>c+p example screenshot: <a href="http://prntscr.com/313x2w" target="_blank">http://prntscr.com/313x2w</a></p><p>What it will look like on your CMS: <a href="http://prntscr.com/313xqf" target="_blank">http://prntscr.com/313xqf</a> ("cbb clearfix blue")</p></blockquote><p></p>
[QUOTE="Four, post: 272058, member: 44142"] 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 [B]<div class="box-content">[/B] 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>[/CODE] +Where it says [B]<div class="cbb clearfix [COLOR=rgb(255, 0, 0)]red[/COLOR]">[/B] change red to whatever color you desire. +Where it says [B]style="float:left; width: [COLOR=rgb(255, 0, 0)]311px[/COLOR];">[/B] change 311px to (for example 330px) to match your desired size. c+p example screenshot: [URL]http://prntscr.com/313x2w[/URL] What it will look like on your CMS: [URL]http://prntscr.com/313xqf[/URL] ("cbb clearfix blue") [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Tutorials
Adding a radio to your hotel.
Top