I'm using a CMS, and I have a "block" that displays above the main content of the page. I want that content to display part way down the page. I set the margin-top which puts the block where I want it, but if I use position:relative the main content starts below the block (leaving white space above) and if I use position:absolute, the main content stays put (as I want) but the block covers up the content.
After a couple hours of searching and trying several ideas I'm still stuck... So, does anyone know a way I can move the block into the main content of the page and have the content wrap around the block? (hope that made sense)
Thanks