Hello all,

I have a document that has notes scattered throughout, which are
presented in little boxes with a light-grey background. The xslfo for
them looks like this:

<fo:block
        background-color="#eeeeee"
        margin="10px"
        padding="10px"
        padding-bottom="5px">
        
        <fo:block font-weight="bold" >
                Note:           
        </fo:block>
        
        <fo:block>              
                Yadda Yadda Yadda
                </fo:block>
</fo:block>


When I print one of these on a color printer, the grey box looks
perfect, but if I print it on a greyscale printer, the box has no
background at all. Is there a more universal way I should be
describing the background than "#eeeeee"?

Thanks!
--Brad

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to