I am not sure which module would do what I am asking to do or if there is a quick and easy solution.

Basically, lets say I have a page with blocks on the left side for navigation and then content on the right side.

I'd like to have a block that appears on the right side, but with the text wrapped around it. So instead of the block being on the right side with tons of empty white space below it... have the words and content wrap around this block.

Something like below, with A standing for text. What is the most efficient way to do this?

(nav)AAAAAAAAAAAAAAAAAA(ContentBlck........)
(nav)AAAAAAAAAAAAAAAAAA(ContentBlck........)
(nav)AAAAAAAAAAAAAAAAAA(ContentBlck........)
(nav)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
(nav)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
(nav)AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

thanks! Much appreciated!

decon

Comments

PurpleEdge’s picture

Use a three column css style that has the right column as a Float: Right; style. I've used this technique in the center column of my home page, the same technique can be used for the page.

http://www.comformark.com/

There are lots of ways of creating three column layouts, some of them work [g] Do a Google search for 3 column CSS.