Re: kupu: column widths
Marc Petitmermet <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
> Kupu internally uses percentages, ah, i did not realize that. > This way Kupu can use the same technique on tables created by itself > as on ones pasted from other pages. Perhaps in the future we can > change it so it also stores the info the user has actually filled in > and uses that if available. this is again just about consistency between froms editor and kupu. both should be using the same system: either percentages or relative widths. but i see that it's not even consistent within kupu :-( 1,2,5 becomes 12,25,62; 1,1,4 becomes 8,8,33 but 1,1,3 remains 1,1,3 and does not become something like 20,20,60. so how should i explain this to new users? regards, marc