Hey,
first off I'm in a little need of help with removing this;
![]()
The code for it (I believe) is this;
I tried removing the entire thing (White bar and all) but it never fully removed.Code:<body id="%body_id%" class="<?php if (!LOGGED_IN) { echo 'anonymous'; } ?> "> <div id="overlay"></div> <div id="header-container"> <div id="header" class="clearfix"> <h1><a href="%www%"></a></h1> <div id="subnavi"> <div id="subnavi-user"> <?php if (LOGGED_IN) { ?> <ul> <li id="myfriends"><a href="#"><span>My Friends</span></a><span class="r"></span></li> <li id="mygroups"><a href="#"><span>My Groups</span></a><span class="r"></span></li> <li id="myrooms"><a href="#"><span>My Rooms</span></a><span class="r"></span></li> </ul> <?php } else { ?> <div class="clearfix"> </div> <p> <a href="%www%/client" id="enter-hotel-open-medium-link" target="client" onclick="HabboClient.openOrFocus(this); return false;">Enter Hotel</a> </p> <?php } ?> </div> <?php if (LOGGED_IN) { ?> <div id="subnavi-search"> <div id="subnavi-search-upper"> <ul id="subnavi-search-links"> <li><a href="%www%/account/logout" class="userlink" id="signout">Sign Out</a></li> </ul> </div> </div>
Secondly, I want to add another one of these;
Under neath that one.. I tried again but all it does it just overlap it. I think it's not coded anywhere to add one below it BUT I have seen other sites with one below it so it's possible.



Reply With Quote


