|
Posted by Ben on July 10, 2006, 11:34 am
Please log in for more thread options
Thanks! I've never seen ">" before.
On another note, the page won't validate at the w3c validator, because
the "target" attribute in an anchor apparently violates HTML 4 Strict.
Is there a way to get these audio files to open in a separate window,
and comply with HTML 4 Strict?
Chris F.A. Johnson wrote:
> On 2006-07-10, Ben wrote:
> > I have some ordered lists, containing unordered lists. I want to
> > double-space the "paragraphs", i.e. ordered lists. But not the the
> > nested lists. I can't figure out how. Page is here:
> > http://s90632679.onlinehome.us/radio.html
>
> Add this to your stylesheet:
>
> ol > li {
> margin-bottom: 2em;
> }
>
> --
> Chris F.A. Johnson, author <http://cfaj.freeshell.org>
> Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
> ===== My code in this post, if any, assumes the POSIX locale
> ===== and is released under the GNU General Public Licence
|