emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-orgmode] HTML question


From: David Emery
Subject: Re: [Emacs-orgmode] HTML question
Date: Sun, 21 May 2006 15:42:42 +0900 (JST)

On Date: Sun, 21 May 2006 08:09:46 +0200, Carsten Dominik <address@hidden> 
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]