Solid background behind table headers?.....must be the pm slump because I
can't think what you mean, but maybe the stuff below will help.

I am using border-collapse and setting borders on all my table cells, like
this:
<table style="border-collapse:collapse;" border="0" cellpadding="2"
cellspacing="0" width="100%">
<tr>
<th style="border: 2px solid black; padding:5px;"
class="DatatableGrayCenteredSmall">

I am setting font and background color in the class as you can see from my
obtuse css naming scheme. 

I also was able to get a watermark on my pdf in this way:
body    {
        background-image:url(/images/draftlandscape.jpg);
}
   
Anyway, best of luck.  If you get to be an expert at all these tricks you
too can present at CFUnited.  ;)

cf-talk@houseoffusion.com on Thursday, June 18, 2009 at 2:22 PM -0700
wrote:
>I'm getting closer to what I want with a table layout. One thing I can't
>seem to get so far is a solid background behind table headers.
>border-collapse works in a browser but isn't supported by the cfdocument.
>Setting border-spacing, padding and margin all to 0 doesn't seem to do it
>either.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323679
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to