Any idea why my site is stretching way down, is there a way to add some code to auto stretch as need
www.usaflight club to see what I mean
Regards,
Allan
Any idea why my site is stretching way down, is there a way to add some code to auto stretch as need
www.usaflight club to see what I mean
Regards,
Allan
Just looking quickly I would guess it is probably coming from your settings for height in your wrapper div
#wrapper #body #left {
height: 1500px;
width: 200px;
float: left;
}
#wrapper #body #right {
width: 750px;
float: right;
height: 1500px;
}
I would just remove it, you may have to create a div to clear the previous before your footer but then it will adapt to the length needed for each page.
Thanks for that, will get it done now,
Jon
Thanks Simpilot
Regards
When adding that code everything goes to the bottom, any ideas,
Regards,
Allan
Don’t add it, I took that right out of your existing css file, you just need to edit what you already have.
I can cofirm It is removed will try it again in a min
We solved this for the help for the height we had to put
}
#wrapper #body #right {
width: 750px;
float: right;
height: auto;
}
Regards,
Allan