This seems like it should be a simple solution, but I can't seem to figure it out.
I need to position an image in the same spot on every page. And I need the text to wrap around both the top and bottom of the image.
Notice the space for the image at the top-right? It doesn't shift down with the image. I understand why this happens, but I can't figure out how to make it work.
I've tried using relative positioning and setting the "top" value. I've tried margin-top, padding-top, putting it in an absolute div container, etc. I can't seem to figure it out. Any help is appreciated.