Okay I'm having this very strange issue with cfdocument.

My document has a couple of pages, and there is a header and footer.

I can't seem to get the font size in my footer to do what I want.

footer code:

----------------------------------------------------------------------
        <cfdocumentitem type="footer">
        <div style="font-size: 10px;">
        <ol>
        <CFLOOP LIST="#FOOTNOTE#" DELIMITERS="#Chr(10)#" INDEX="ThisFootnote">
                <CFOUTPUT><CFIF Left(Trim(ThisFOOTNOTE),12) eq
"CONFIDENTIAL"><P><CFELSE><LI></CFIF>#ThisFOOTNOTE#</CFOUTPUT>
        </CFLOOP>
        </ol>
        <img src="/include/black-spacer.gif" width="100%" height="2" border="0">
        <cfoutput>
        <table width="100%">
        <tr>
                <td nowrap align="left" width="25%" style="font-size: 11px;
font-weight: bold">#dateFormat(Now(),'dddd, mmmm d, yyyy')#
#TimeFormat(Now(),"h:mm tt")#</td>
                <td nowrap align="center" width="50%" style="font-size: 11px;
font-weight: bold">CONFIDENTIAL - OFFICIAL DUKE UNIVERSITY USE
ONLY</td>
                <td nowrap align="right" width="25%" style="font-size: 11px;
font-weight: bold">Page #cfdocument.currentpagenumber# of
#cfdocument.totalpagecount#</td>
        </tr>
        </table>
        </div>
        </cfoutput>
        </cfdocumentitem>

----------------------------------------------------------------------

So I'm trying to change the font size of my ordered list up there, so
I change the style definition on the div to 14 px.. 18px.. 24px...
each time, the visible font actually gets SMALLER.

so I tried settign it to something small, and it also got smaller (5px)

Tried putting in font tags and that didn't seem to help either.

What the hell is going on?

CF8/Windows

-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:300556
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to