On Date: Sun, 21 May 2006 08:09:46 +0200, Carsten Dominik <[EMAIL PROTECTED]> wrote: > > On May 21, 2006, at 1:01, T. V. Raman wrote: > > > > > the bigger issue with this is that legal HTML and XHTML does not > > allow you to have a free floating checkbox item outside an html > > form element. XForms does allow this, but is probably not what > > you're looking for. > > > Hmmm, this is a problem indeed. I can of course just leave "[ ]" and > "[X]", but these do not have the same width and look not pretty. Does > anyone know how to make a space as wide as "X"?
This is one way: <div>[X]</div> <div>[<span style="visibility:hidden;">X</span>]</div> Dave _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode