Re: kupu: column widths
Guido Wesdorp <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Marc Petitmermet wrote: > i want to create a 3-column table in kupu with the relative widths > 1,2,5. as soon as i save the document in kupu, the relative widths > become 12,25,62. the forms editor does never change my numbers; so why > does kupu behaves differently? > Kupu internally uses percentages, this makes it way easier to scale the table, since browsers understand those. 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. Cheers, Guido