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!


Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2006
    Location
    Ontario Canada
    Posts
    4,587
    Tokens
    0

    Latest Awards:

    Default Css / Xhtml Help

    How do i remove the boxed red space..

    Css Code
    Code:
    /* Links */
    
    a.text:link {
        color: #70B1E0;
    	font-weight:bold;
    	font-size:14px;
    	text-decoration: none;
    }
    
    a.text:visited {
        color: #70B1E0;
    	font-weight:bold;
    	font-size:14px;
    	text-decoration: none;
    }
    
    a.text:hover {
        color: #70B1E0;
    	font-weight:bold;
    	font-size:14px;
    	text-decoration: none;
    }
    
    a.bottom:link {
        color: #FFFFFF;
    	text-decoration: none;
    	}
    
    a.bottom:visited {
        color: #FFFFFF;
    	text-decoration: none;
    }
    
    a.bottom:hover {
        color: #FFFFFF;
    	text-decoration: none;
    }
    
    /* GLOBAL */
    
    body {
    background: #FFFFFF url(http://zetolic.com/new/bluebg.png) repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    margin-top: 0px;
    height: 100%;
    }
    
    .preview {
    	width: 80%;
    	color: #000;
    	margin-left: 10%;
    	margin-right: 10%;
    }
    
    .content {
    	width: 80%;
    	color: #000;
    	margin-left: 10%;
    	margin-right: 10%;
    }
    
    /* Header */
    
    .header {
    	width: 70%;
    	color: #000;
    	float: left;
    	color: #70B1E0;
    	font-weight:bold;
    	font-size:14px;
    }
    
    .header2 {
    	color: #000;
    	float: right;
    	margin-right: 10%;
    	color: #70B1E0;
    	font-weight:bold;
    	font-size:28px;
    }
    
    /* Footer */
    
    .footercont {
    	width: 80%;
    	background-color: #000;
    	color: #fff;
    	margin-left: 10%;
    	margin-right: 10%;
    	margin-bottom: 0px;
    	padding-bottom: 0px;
    }
    
    .footercont p {
    	margin: 0 10px;
    	text-align: right;
    }
    
    .footertop { 
    	background: url(http://www.zetolic.com/new/tr.gif) no-repeat top right;
        margin-bottom: 0px; 
    	padding-bottom: 0px;
    }
    
    img.corner {
       width: 7px;
       height: 7px;
       border: none;
       display: block !important;
       margin-bottom: 0px;
       padding-bottom: 0px;
       }

    .:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
    .:.: Stand up for what is right, even if you stand alone:.:.


  2. #2
    Join Date
    Feb 2006
    Location
    Scotland
    Posts
    2,087
    Tokens
    138

    Latest Awards:

    Default

    Add this into the "body" section:

    Code:
    margin-bottom: 0;
    Worked for me (Tried it on firebug on your site) so it should work
    Last edited by Johno; 03-10-2008 at 12:44 PM.

  3. #3
    Join Date
    Jul 2008
    Posts
    124
    Tokens
    0

    Default

    Johno!'s explaination is good
    Last +rep from: HabbDance
    Last rep from: Chocolate
    Last-rep from: NONE

    Thanks to everyone who give me rep! Don't forget to add your name. And you probably know how to get on the list

  4. #4
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Quote Originally Posted by Johno! View Post
    Add this into the "body" section:

    Code:
    margin-bottom: 0;
    Worked for me (Tried it on firebug on your site) so it should work
    +REP for helping him out
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

Posting Permissions

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