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 Q&A
[HELP] Need Help With 'Hosting' Images For My Homeroom
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="ItsMeRomian" data-source="post: 383625" data-attributes="member: 63349"><p>you're really confusing me here, is the image that you want to display IN your hotel (for example in <a href="http://www.example.com/client" target="_blank">www.example.com/client</a>) or just on a page (for example in <a href="http://www.example.com/staff)?" target="_blank">www.example.com/staff)?</a></p><p><strong></strong></p><p><strong>if you want it in your hotel (/client)</strong></p><p>edit habbo.swf with a swf decompiler</p><p><strong></strong></p><p><strong>if you want it in your hotel (static on /client)</strong></p><p>link your image with a <img> tag. for example:</p><p>[CODE]<img src="/app/tpl/skins/{skin}/style/img/logo.png" alt="logo">[/CODE]</p><p><strong>if you want it on a page (for example /staff)</strong></p><p>link your image with a <img> tag. for example:</p><p>[CODE]<img src="/app/tpl/skins/{skin}/style/img/somepic.png" alt="logo">[/CODE]</p></blockquote><p></p>
[QUOTE="ItsMeRomian, post: 383625, member: 63349"] you're really confusing me here, is the image that you want to display IN your hotel (for example in [URL='http://www.example.com/client']www.example.com/client[/URL]) or just on a page (for example in [URL='http://www.example.com/staff)?']www.example.com/staff)?[/URL] [B] if you want it in your hotel (/client)[/B] edit habbo.swf with a swf decompiler [B] if you want it in your hotel (static on /client)[/B] link your image with a <img> tag. for example: [CODE]<img src="/app/tpl/skins/{skin}/style/img/logo.png" alt="logo">[/CODE] [B]if you want it on a page (for example /staff)[/B] link your image with a <img> tag. for example: [CODE]<img src="/app/tpl/skins/{skin}/style/img/somepic.png" alt="logo">[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Need Help With 'Hosting' Images For My Homeroom
Top