[Help]Habbo Skin

Sysode

Front-End Developer
Dec 11, 2012
1,673
848
Hey there,

First of all locate the following file in htdocs/wwwroot : app/tpl/skins/Mango/styles/login.css
This is where your sites background styles is kept. Okay now find 'body,body#index ( located in line 1)

Replace the code:
Code:
body,body#index{font-family:Tahoma,Geneva,sans-serif;font-size:13px;margin:0;padding:0;}

With this code, obv include the link to your image:
Code:
body,body#index{font-family:Tahoma,Geneva,sans-serif;font-size:13px;background-image:url(../images/bg.png); margin:0;padding:0;}


Let me know if you need more help.
 

Users who are viewing this thread

Top