HabboxWiki needs you!
Are you a Habbo buff? Or maybe a rare trader with a bunch of LTDs? Get involved with HabboxWiki to share your knowledge!
Join our team!
Whether you're raving for rares, excited for events or happy helping, there's something for you! Click here to apply
Need a helping hand?
Check out our guides for all things to help you make friends, make rooms, and make money!


Results 1 to 2 of 2

Thread: Coding help?

  1. #1
    Join Date
    Jun 2008
    Location
    England, On a beach somewhere
    Posts
    2,483
    Tokens
    691

    Latest Awards:

    Default Coding help?

    Right, this has been annoying me for hours. I've been coding this:

    Index

    Code:
    		<div id="_content_area">			<div id="_content_area_2">
    				<div id="_content_base_1">
    					<div id="_title_4">
    						Hey
    					</div>
    					Hey4
    				</div>
    				<div id="_content_base_2">
    					<div id="_title_4">
    						Hey
    					</div>
    					Hey4
    				</div>
    				<div id="_content_base_3">
    					<div id="_title_4">
    						Hey
    					</div>
    					Hey4
    				</div>
    			</div>
    		</div>
    	</div>
    	<div id="_footer_bg">
    		Hey...
    	</div>
    Style Sheet:

    Code:
    div#_content_area {    width: 936px;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: left;
    }
    
    
    div#_content_area_2 {
        width: 936px;
    }
    
    
    div#_content_base_1 {
        width: 312px;
        height: 150px;
        float: left;
    }
    
    
    div#_content_base_2 {
        width: 312px;
        height: 150px;
        float: left;
    }
    
    
    div#_content_base_3 {
        width: 312px;
        height: 150px;
        float: left;
    }
    
    
    div#_content_base_4 {
        width: 396px;
    }
    
    
    div#_title_4 {
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    
    div#_footer_bg {
        background-image: url( "_baseimages/_footer_bg.png" );
        width: 100%;
        height: 167px;
    }
    But whenever I type this in it looks like this:



    the main content area is over lapping the footer, and I honestly cannot figure out how to fix it.

    All help will be welcomed!

  2. #2
    Join Date
    May 2007
    Posts
    10,481
    Tokens
    3,140

    Latest Awards:

    Default

    <div style="clear:both;"></div>

    somewhere just before the footer ought to fix it.
    Chippiewill.


Posting Permissions

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