Click to See Complete Forum and Search --> : Inline image with text over it.


sushi
10-27-2008, 12:38 PM
how can I have an inline image that is basically ignored by the rest of the content, so the text just overlaps it?

I would use background: url() but that gets ignored when I try to print the page.

thanks!

sushi
10-27-2008, 12:52 PM
done.

this is what worked

<div class="print" style='position: absolute; top:0; left: 0; z-index:-1110;'><img src='../images/draft.jpg' /></div>