I am designing a newsletter. The cover page will have an edge-to-edge banner image at the top of the page. I will have images and text below that, which will be different each issue.
I don't know how to place the banner so that the following content will start below it, rather than placed on top. Here's a MWE:
\documentclass[twocolumn]{article}
\usepackage{mwe}
\usepackage[absolute]{textpos}
\textblockorigin{0mm}{0mm}
\begin{document}
\begin{textblock}{16}(-0.25,0)
\includegraphics[width=\paperwidth]{example-image-a}
\end{textblock}
\blindtext
\end{document}
I've also tried the solution using everpage suggested here with similar results. I am aware of TikZ, but I don't understand it - maybe it would help here, but I'm not sure and there is a lot of documentation to work through to figure out if it might be useful.
What should I do to place an image across the entire page, absolutely positioned, and have subsequent content start below the image?


wallpaperpackage to put a page-sized PDF into the background? – Christian Lindig Nov 19 '15 at 17:06wallpaperis indeed not a good idea as the foreground material is not aware of it. – Christian Lindig Nov 19 '15 at 18:18