1238
> -Message d'origine-
> De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la
> part de Bill Numerick
> Envoyé : 26 juillet, 2001 13:13
> À : [EMAIL PROTECTED]
> Objet : Re: Creating little html table in Director
>
>
> >Say that I have 5 columns
That's my experience too.
Blessings, Darryl
> >Say that I have 5 columns in my table and I want them to be 10%, 20%,
20%,
> >30%, and 20% for each columns... So... I tried the previous code with
> >multiple if statements and following statement... and got errors...
> >
> > put ""&getPropAt(g
>Say that I have 5 columns in my table and I want them to be 10%, 20%, 20%,
>30%, and 20% for each columns... So... I tried the previous code with
>multiple if statements and following statement... and got errors...
>
> put ""&getPropAt(gDatabase[1],i)
> &"" after html
As far as I hav
Hi, Guys...
I am new to this list... I'm glad to know of this one... :)
I have a little routine that creates a html table... I was able to create one with
all same width in all columns with this code...
html = ""
repeat with i = 0 to gDatabase[1].count
put ""&getPropAt(gDat