Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 3 of 3 FirstFirst 123
Results 21 to 28 of 28
  1. #21
    ScottDiamond Guest

    Default

    Quote Originally Posted by Unpred5000 View Post
    OK I'll say it again,

    I was going to say something on londongoons, but I got banned.

    Thanks ScottDiamond, for saying:

    wont show respect. Example = LondonGoons
    I was just proving my point, it's really stupid claiming a code is yours, when it's not.

    Understand?
    I fixed your mistakes for you in your version of 'better wording'.

    You don't respect any body's work, no matter if they are brand new or looking for help, you frown on them completely. Yet, when you seek help, you expect everybody to be your best friend. You're like a chav and a Police Officer. They hate them, but when they need them, they are suddenly best friends with them.

    No need for the boldness, I can see clearly that you're being immature and lame, no need to point it out to me.

  2. #22
    Join Date
    May 2007
    Posts
    385
    Tokens
    0

    Default

    Oh really?

    So, when someone posts their work i have to say its good, i can't say my opinions?

    If i don't like it i am going to tell the truth and not lie.
    I don't ask for much help actually only once or twice.
    Well i do live in north london, figure the chav part your self, go search north london on google maps or whatever.

  3. #23
    ScottDiamond Guest

    Default

    Quote Originally Posted by Unpred5000 View Post
    Oh really?

    So, when someone posts their work i have to say its good, i can't say my opinions?

    If i don't like it i am going to tell the truth and not lie.
    I don't ask for much help actually only once or twice.
    Well i do live in north london, figure the chav part your self, go search north london on google maps or whatever.
    Get your finger out your *** and use it to type sence.

  4. #24
    Join Date
    May 2007
    Posts
    385
    Tokens
    0

    Default

    I type sence, maybe you don't like what my opinions are and don't respect them.

    If you don't like my opinions, then simply don't reply.

  5. #25
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Unpred5000 View Post
    I type sence, maybe you don't like what my opinions are and don't respect them.

    If you don't like my opinions, then simply don't reply.
    Its up to him if he wants to reply because of your bad opinions not up to you.

  6. #26
    Join Date
    May 2007
    Posts
    385
    Tokens
    0

    Default

    Ok, its up to him, but why start a argument because i have my own views on this.

    If Epanel can't make his own codes how can he make a panel.

  7. #27
    Join Date
    Oct 2006
    Location
    Merseyside
    Posts
    2,335
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Unpred5000 View Post
    Ok, its up to him, but why start a argument because i have my own views on this.

    If Epanel can't make his own codes how can he make a panel.
    Because he also has his own views on this. Its a forum so everyone is entitled to their own opinion.

  8. #28
    Join Date
    May 2007
    Location
    Brisbane, Australia
    Posts
    796
    Tokens
    0

    Default I found it on da web:

    HTML Code:
    <html>
    <head>
    <style type="text/css">
    #modalContainer {
     background-color:transparent;
     position:absolute;
     width:100%;
     height:100%;
     top:0px;
     left:0px;
     z-index:10000;
     background-image:url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
    }
    #alertBox {
     position:relative;
     width:300px;
     min-height:100px;
     margin-top:50px;
     border:2px solid #000;
     background-color:#F2F5F6;
     background-image:url(http://www.habboxforum.com/images/statusicon/thread_hot_new.gif);
     background-repeat:no-repeat;
     background-position:20px 30px;
    }
    #modalContainer > #alertBox {
     position:fixed;
    }
    #alertBox h1 {
     margin:0;
     font:bold 0.9em verdana,arial;
     background-color:#78919B;
     color:#FFF;
     border-bottom:1px solid #000;
     padding:2px 0 2px 5px;
    }
    #alertBox p {
     font:0.7em verdana,arial;
     height:50px;
     padding-left:5px;
     margin-left:55px;
    }
    #alertBox #closeBtn {
     display:block;
     position:relative;
     margin:5px auto;
     padding:3px;
     border:2px solid #000;
     width:70px;
     font:0.7em verdana,arial;
     text-transform:uppercase;
     text-align:center;
     color:#FFF;
     background-color:#78919B;
     text-decoration:none;
    }
    /* unrelated styles */
    #mContainer {
     position:relative;
     width:600px;
     margin:auto;
     padding:5px;
     border-top:2px solid #000;
     border-bottom:2px solid #000;
     font:0.7em verdana,arial;
    }
    h1,h2 {
     margin:0;
     padding:4px;
     font:bold 1.5em verdana;
     border-bottom:1px solid #000;
    }
    code {
     font-size:1.2em;
     color:#069;
    }
    #credits {
     position:relative;
     margin:25px auto 0px auto;
     width:350px; 
     font:0.7em verdana;
     border-top:1px solid #000;
     border-bottom:1px solid #000;
     height:90px;
     padding-top:4px;
    }
    #credits img {
     float:left;
     margin:5px 10px 5px 0px;
     border:1px solid #000000;
     width:80px;
     height:79px;
    }
    .important {
     background-color:#F5FCC8;
     padding:2px;
    }
    code span {
     color:green;
    }
    </style>
    <script type="text/javascript">
    /************************************
     Custom Alert Demonstration
     version 1.0
     last revision: 02.02.2005
     [email protected]
     Should you improve upon this source please
     let me know so that I can update the version
     hosted at slayeroffice.
     Please leave this notice in tact!
    ************************************/
    var ALERT_TITLE = "Notice!";
    var ALERT_BUTTON_TEXT = "Done";
    if(document.getElementById) {
     window.alert = function(txt) {
      createCustomAlert(txt);
     }
    }
    function createCustomAlert(txt) {
     d = document;
     if(d.getElementById("modalContainer")) return;
     mObj = d.getElementsByTagName("body")[0].appendChild(d.createElement("div"));
     mObj.id = "modalContainer";
     mObj.style.height = d.documentElement.scrollHeight + "px";
     
     alertObj = mObj.appendChild(d.createElement("div"));
     alertObj.id = "alertBox";
     if(d.all && !window.opera) alertObj.style.top = document.documentElement.scrollTop + "px";
     alertObj.style.left = (d.documentElement.scrollWidth - alertObj.offsetWidth)/2 + "px";
     alertObj.style.visiblity="visible";
     h1 = alertObj.appendChild(d.createElement("h1"));
     h1.appendChild(d.createTextNode(ALERT_TITLE));
     msg = alertObj.appendChild(d.createElement("p"));
     msg.appendChild(d.createTextNode(txt));
     btn = alertObj.appendChild(d.createElement("a"));
     btn.id = "closeBtn";
     btn.appendChild(d.createTextNode(ALERT_BUTTON_TEXT));
     btn.href = "#";
     btn.focus();
     btn.onclick = function() { removeCustomAlert();return false; }
     alertObj.style.display = "block";
     
    }
    function removeCustomAlert() {
     document.getElementsByTagName("body")[0].removeChild(document.getElementById("modalContainer"));
    }
    function FP_popUpMsg(msg) {//v1.0
     alert(msg);
    }
    </script>
    </head>
    <body onload="FP_popUpMsg('Hello world')">
    </body>
    </html>
    Thanks,
    Chris
    Free Image Uploading

    __________________


    [/url]

    [/FONT]

Page 3 of 3 FirstFirst 123

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •