Text color HTML

Ken Cole ken.m.cole at gmail.com
Wed Apr 7 15:28:06 PDT 2010


Richard for using in-line styles do this:

html :td :al "left" :bg "red" :zz "style=\"color: #FFFFFF\""; html :tx
cancel_date; html :td-

You could use

color: white

if you wanted to.

Regards

Ken

On Thu, Apr 8, 2010 at 7:22 AM, Nancy Palmquist <nlp at vss3.com> wrote:
> 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
>
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> http://mailman.celestial.com/mailman/listinfo/filepro-list
>


More information about the Filepro-list mailing list