I want a special column of sequential divs. But normally a div has a linebreak at its end. How can i let the next div start in the line directly after the last character from the previous div (with no linebreak), so that the over all block layout still remains (for justifiy text). In other terms, the first and the last line of a block should be rendered somewhat inline, but the block as a whole should behave as a block and allow to justify the text within it and to use left and right margin.
The problem is, that between two blocks an image should be put as float in alignment to the window border, while overriding the margins of the blocks. for example, if a division between two block would be there -->IMG<--- and the next block starts after the IMG, this should mean, that the image floats to the right border of teh browser window, while the blocks marings are wide like now. But this should be achieved without a linebreak in the block at the place of the image.