Css codes:
How to use:PHP Code:#header
{
background-image: url(images/header.png);
width: 356px;
height: 33px;
vertical-align: top;
margin: 0px;
padding: 0px;
}
.close
{
position: absolute;
left: 340px;
top: 15px;
background-image: url(images/header_close.png);
width: 19px;
height: 20px;
cursor: pointer;
}
.avatar
{
background-image: url(images/avatar.PNG);
width: 72px;
height: 130px;
margin-left: 30px;
}
p
{
font-size: 16px;
text-align: center;
font-weight: bold;
color: white;
}
#body
{
background-image: url(images/body.png);
width: 356px;
height: 441px;
}
Or you put anything different in there.PHP Code:<div id="header">
<p><font style="font-size:7px; visibility: hidden;">break..</font>
<BR>TITLE TEXT..</p>
<div class="close" onclick="FUNCTION ON CROSS CLICK"></div>
</div>
<div id="body">
<br><div class="avatar"><center>
<font style="font-size:5px; visibility: hidden;">break..</font><br>
<img src="http://forum.ragezone.com/f353/images/online.gif"/><img src="http://habbo.com/habbo-imaging/avatarimage?figure=FIGURE LOL"/></center></div></div>
Picture in attachment.
The required images are in the attachments as well.. sorry was lazy to upload everything. Please, if you like this like + rep meThis is unfinished, more comes in byteCMS
Credits:
Sulake - Creating base in swf
Me - Creating in CSS + PHP
Papodevs23 - Helping me a little bit with the breaks
For more things like this, wait for byteCMS..![]()






