Re: [css-d] formating definition lists

2006-03-05 Thread Arlen Walker
On Mar 5, 2006, at 1:11 AM, Paul Novitski wrote: > 2) declare them both inline: > > dt, > dd > { > display: inline; > } I just went through this on the page I've been pestering folks in vain about. By itself, this doesn't work. By defining both as in- line, you're forced to either ad

Re: [css-d] formating definition lists

2006-03-05 Thread luis jure
el Sun, 5 Mar 2006 08:09:22 +0700 Rizky <[EMAIL PROTECTED]> escribió: > > /* this is the container */ > .entry-content { float: left; width: 20em; padding: 0 0 0 1.5em; } > /* these are for the list */ > .entry-meta dt { float: left; width: 6.3em; } > .entry-meta dd { padding-bottom: 0.6em; } t

Re: [css-d] formating definition lists

2006-03-05 Thread Félix Zapata Berlinches
http://www.ubicuit.net/ejemplosCSS/listasDefinicion.htm Paul Novitski escribió: > At 03:33 PM 3/4/2006, luis jure wrote: > >> i want to format definition lists in a way that the definition description >> goes in the same line than the definition term, like this: >> >> dt term1 here dd text g

Re: [css-d] formating definition lists

2006-03-04 Thread Paul Novitski
At 03:33 PM 3/4/2006, luis jure wrote: >i want to format definition lists in a way that the definition description >goes in the same line than the definition term, like this: > >dt term1 here dd text goes here to the end of the line blah blah blah >and goes on here at the beginning of the next li

[css-d] formating definition lists

2006-03-04 Thread luis jure
hello list, i'm new to this list, and while not exactly "new" to css i'm just an amateur, and never really went past the basics. i've searched the list archives and found a question similar to mine but not quite, and the answer didn't quite work for me either, so here it is: i want to format def