Exactly what white-space are you looking to get rid off? Above the header?
If so, you need to have a look at style.css for #top_hat, whihc has a hight of 50px but has nothing in it. It looks like you need to set the margin-top property to 0 for body as well.
I was actually referring to the space at the bottom of the page under the Hello words. It seems to be quite karge and filled with nothing
You have an #page{ min-height: 500px; } in style.css, so regardless of the content of the post, it will be at lease 500px in height.
Ahh I see. Great. I will jump into the style.css and drop that down a bit.
Thanks for the help duck__boy!
hey duck__boy… so got that working… however there are borders now separating content that isn’t even there. any idea as to the css culprit?
http://www.alexandrakatherine.com/
What browser are you using to develop? If it is not Firefox, I’d recommend that you get that and then install the add-on ‘Firebug’. It’s a great tool that tells you if you have errors on your site, and it also allows you to click a section of the site and will show you the CSS for it – that’s the best way to find out what CSS is causing you problems.