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
How do i make this Bit a different color
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="knkzone" data-source="post: 80473" data-attributes="member: 4329"><p>here is my .index page</p><p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"</p><p>"<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" target="_blank">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"><html xmlns="<a href="http://www.w3.org/1999/xhtml" target="_blank">http://www.w3.org/1999/xhtml</a>"><head><title>AppleHotel: The worlds best habbo retro</title><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/disconnected.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/global.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/login.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/register.css"/><script src="app/tpl/skins/mango/js/jq.js" type="text/javascript"></script><script src="app/tpl/skins/mango/js/jquery.js" type="text/javascript"></script><script src="app/tpl/skins/mango/js/mango.js" type="text/javascript"></script></p><p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p><p><style type="text/css"></p><p>body {</p><p>background-color: #000;</p><p>}</p><p></style></p><p></head><body bgcolor="#ffffff"><body bgcolor="#ffffff"><div id="loginbox"> </p><p><img src="app/tpl/skins/Mango/images/logo.png" id="logo"/> </p><p><span id="stats">0 Users Online!</span> </p><p><div id="clear"></div> </p><p><hr/> </p><p><div id="login_image"> </p><p><div id="main_login"> </p><p><strong>Welcome to AppleHotel!</strong><br/> </p><p>Please login with your account or click Register to create one</p><p><div style="height:5px;"></div> </p><p><form action="index" method="post"> </p><p><table width="300" border="0"> </p><p><tr> </p><p><td width="192">Username<br/> </p><p><input type="text" name="log_username" id="username"/></td> </p><p></tr> </p><p><tr> </p><p><td>Password<br/> </p><p><input type="password" name="log_password" id="password"/></td> </p><p></tr> </p><p><tr> </p><p><td> </p><p><input type="submit" name="login" id="button" value="Login" style="margin-right:2px; width: 104px;"/><input type="button" style="width: 104px;" name="button2" id="button" value="Register" onclick='window.location="register"'/> </td> </p><p></tr> </p><p></table> </p><p></form> </p><p></div> </p><p></div> </p><p><hr/><center>| Copyright &copy AppleHotel Hotel</center></p><p></div> </body></html></p></blockquote><p></p>
[QUOTE="knkzone, post: 80473, member: 4329"] here is my .index page <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "[url]http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd[/url]"><html xmlns="[url]http://www.w3.org/1999/xhtml[/url]"><head><title>AppleHotel: The worlds best habbo retro</title><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/disconnected.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/global.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/login.css"/><link rel="stylesheet" type="text/css" href="app/tpl/skins/mango/styles/register.css"/><script src="app/tpl/skins/mango/js/jq.js" type="text/javascript"></script><script src="app/tpl/skins/mango/js/jquery.js" type="text/javascript"></script><script src="app/tpl/skins/mango/js/mango.js" type="text/javascript"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style type="text/css"> body { background-color: #000; } </style> </head><body bgcolor="#ffffff"><body bgcolor="#ffffff"><div id="loginbox"> <img src="app/tpl/skins/Mango/images/logo.png" id="logo"/> <span id="stats">0 Users Online!</span> <div id="clear"></div> <hr/> <div id="login_image"> <div id="main_login"> <strong>Welcome to AppleHotel!</strong><br/> Please login with your account or click Register to create one <div style="height:5px;"></div> <form action="index" method="post"> <table width="300" border="0"> <tr> <td width="192">Username<br/> <input type="text" name="log_username" id="username"/></td> </tr> <tr> <td>Password<br/> <input type="password" name="log_password" id="password"/></td> </tr> <tr> <td> <input type="submit" name="login" id="button" value="Login" style="margin-right:2px; width: 104px;"/><input type="button" style="width: 104px;" name="button2" id="button" value="Register" onclick='window.location="register"'/> </td> </tr> </table> </form> </div> </div> <hr/><center>| Copyright © AppleHotel Hotel</center> </div> </body></html> [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
How do i make this Bit a different color
Top