After that epic quest to get a 'NOTE: ' style working properly, I now want more. (What's that Chinese saying about "after some little success, a man should go home."?)
Everything works fine online. I added a background color to my note. This visibly defines the text's "box", so then I wanted to move the text inward away from the edge of that box. I added some padding (0.5 ems left, top and bottom) and it works fine online, but the printed output ignores this, so the text in my note looks cramped up against the outer edge of its background color.
I tried pixels, since I've heard ems are sometimes unsupported. This had no effect. I also tried having the padding values uniform all the way around (adding 0.5 to "right" and also to the generic "padding" property). This had no effect.
Any ideas?
Thanks,
Matt