Log in

View Full Version : Resolved huge space on the bottom :(



uvlove
04-12-2009, 09:11 PM
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:

http://i42.tinypic.com/161nyg4.png
http://i41.tinypic.com/2jdpbo9.png

Snookerman
04-12-2009, 09:16 PM
Remove this from your CSS 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!

uvlove
04-12-2009, 09:21 PM
Remove this from your CSS 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?

Snookerman
04-12-2009, 09:32 PM
It did, that got rid of the margin, you might also want to decrease the height value:

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;
}

uvlove
04-12-2009, 09:40 PM
It did, that got rid of the margin, you might also want to decrease the height value:

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!

Snookerman
04-21-2009, 08:53 AM
You're welcome, glad to help!
You can go to your first post in this thread, click http://www.dynamicdrive.com/forums/images/buttons/edit.gif 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!