Results 1 to 6 of 6

Thread: huge space on the bottom :(

  1. #1
    Join Date
    Feb 2009
    Posts
    18
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Unhappy huge space on the bottom :(

    There is this huge space on the bottom. It looks very unattractive.
    And I dont know if this means any thing, but the way I code my layouts I use three files (I dont know how else to say it, so heres a few screen shots)

    my website: http://www.unvoluntarylove.vivid-avenue.net/

    I dont know if this will help you to know how to help, but:


    Last edited by Snookerman; 04-22-2009 at 07:56 AM. Reason: added "Resolved" prefix

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Remove this from your CSS code:
    Code:
    div#headerdiv {
    background-image:url(http://img19.imageshack.us/img19/6397/zeblyt.png);
    border:0 dotted #000000;
    height:2000px;
    left:900px;
    margin-bottom:200px;
    top:4px;
    width:1413px;
    }
    Good luck!

  3. #3
    Join Date
    Feb 2009
    Posts
    18
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    Remove this from your CSS code:
    Code:
    div#headerdiv {
    background-image:url(http://img19.imageshack.us/img19/6397/zeblyt.png);
    border:0 dotted #000000;
    height:2000px;
    left:900px;
    margin-bottom:200px;
    top:4px;
    width:1413px;
    }
    Good luck!

    It didnt work?

  4. #4
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    It did, that got rid of the margin, you might also want to decrease the height value:
    Code:
    div#headerdiv {
    background-image:url(http://img19.imageshack.us/img19/6397/zeblyt.png);
    border:0 dotted #000000;
    height:2000px;
    left:900px;
    top:4px;
    width:1413px;
    }

  5. #5
    Join Date
    Feb 2009
    Posts
    18
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Snookerman View Post
    It did, that got rid of the margin, you might also want to decrease the height value:
    Code:
    div#headerdiv {
    background-image:url(http://img19.imageshack.us/img19/6397/zeblyt.png);
    border:0 dotted #000000;
    height:2000px;
    left:900px;
    top:4px;
    width:1413px;
    }
    Oh oops, I guess it did. Thanks!

  6. #6
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    You're welcome, glad to help!
    You can go to your first post in this thread, click then click Go Advanced and add the Resolved prefix to the thread title.
    This will let other users know the problem has been solved.

    Good luck with your site!

Bookmarks

Posting Permissions

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