I have a 3 column Wordpress blog. I'd like to have a series of images running down the left menu. I've been adding them into the template, but it won't allow me to add more than 3 or 4 images until they just stop showing up on the page. The same thing happens when I add too many images to the middle menu. Any ideas? Thanks.
It sounds possible that a height has been defined and overflow:hidden has been placed in the css. You should check the css and if that's the case, remove said code and see what happens.