Text color HTML

Nancy Palmquist nlp at vss3.com
Wed Apr 7 14:22:39 PDT 2010


Richard,

I think you want to use <font> to change the text color or apply a style 
with the class attribute.

html :td :al "left" :bg "red" :co "white";html :tx cancel_date;html :td-


:co is for column span not color in a <td> tag.

html :td :al "left" :bg "red" ;
  html :fn :co "white";
    html :tx cancel_date;
  html :fn-;
html :td-

The class option would have to be added with :zz and it has been so long 
since I used the HTML command, I forget the particulars.

Nancy

On 4/7/2010 4:30 PM, Richard Kreiss wrote:
> Have created a report for a client using fp’s html output function.
>
> I am having one problem, if there is a date present in the last element of the table, I want to output the date with a red background and white text.  The current color of the text is blue.
>
>
> 45  -------   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -   -
>        ◄ If: cancel_date ge "01/01/2005"   'Ninth cell
>        Then: html :td :al "left" :bg "red" :co "white";html :tx cancel_date;html :td-
>
> I have tried various values for :co such as “ffffff”.
>
> Am I using the correct tag for this?  If not, what would be the correct tag?
>
> Richard Kreiss
> GCC Consulting
> -------------- next part --------------An HTML attachment was scrubbed...URL: http://mailman.celestial.com/pipermail/filepro-list/attachments/20100407/56a789f7/attachment.html _______________________________________________Filepro-list mailing listFilepro-list at lists.celestial.comhttp://mailman.celestial.com/mailman/listinfo/filepro-list
>
>    

-- 
Nancy Palmquist         MOS&  filePro Training Available
Virtual Software Systems    Web Based Training and Consulting
PHONE: (412) 835-9417           Web site:  http://www.vss3.com



More information about the Filepro-list mailing list