HTML :td

Bruce Easton bruce at stn.com
Thu Aug 21 13:08:51 PDT 2008


Bruce Easton wrote Thursday, August 21, 2008 3:12 PM:
> 
> Enrique Arredondo wrote Thursday, August 21, 2008 2:24 PM:
> >
> > How can I specify with :td to wrap every 20 characters ?
> >
> > html id :td :wi "20" :zz "WRAP" ?
> >
> > thanks
> >
> 
[..]

> or if you wanted the entire "<td>" to be all on one line, -
> actually, this probably answers your original question:
> 
>      Then: br=""; ab=""
> iloop  If: ii lt len(st)
>      Then: ab=ab{br&mid(st,(ii+"1"),"20"); br="<BR>"; 
> ii(3,.0)=ii+"20"; goto
> iloop
>        If:
>      Then: html id :td :wi "20" :zz ab
> 
> 
> Bruce
> 

Hmm - I think my last line is wrong for the fp html format - 
it probably should be:

      Then: html id :td :wi "20" :tx ab

( I would normally just write:
Then: html id :tx "<td width=20>"{ab{"</td>" )


More information about the Filepro-list mailing list