I'm coding a WP-site that has two 460columns in which one of them be a sidebar on the subpages.

I want the content on the left column and the sidebar on the right one. I also want that each time I add an image on the content, the image will take the place of the sidebar and push the sidebar down.

Is it possible to do?

link|improve this question
This seems to be markup/styling issue not specific to WordPress and as such is not in scope of this site. – Rarst Oct 16 '11 at 21:32
Thanks for the answer. This issue was a Wordpress specific question. The solution is to use... get_posts( array( 'post_type' => 'attachment' ) ) – omishiroy Oct 19 '11 at 9:01
feedback

closed as off topic by Rarst Oct 16 '11 at 21:33

Questions on WordPress - Stack Exchange are expected to generally relate to WordPress, within the scope defined in the faq.

Browse other questions tagged or ask your own question.