Henry,

I apologize if my previous reply was hasty, I now see that you mentioned
that inline display does not work for you.

What browser/platform are you testing the code on?

Thanks in advance,
Tony

<!--- snippet follows, tested in IE6/win fox/win --->

<html>
<head>
        <style type="text/css">dd,dt{display:inline;}</style>
</head>
<dl>
        
        <dt>
                definition term</dt>
        <dd>
                definition data
        </dd>
</dl>
<body>



</body>
</html>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of heinrich klassen
Sent: Tuesday, December 27, 2005 4:00 PM
To: css-d@lists.css-discuss.org
Subject: [css-d] <dt> and <dd> Elements into one line?

hello there!

i'm playing around with a form where <labels> an <inputs> are related also
through the <dl>-Elements <dd> and <dt>.

how can i get a <dd> an <dt> into one row? i could not figure it out.


for example:

<dl>
 <dt><label for="abc">ABC</label></dt>
 <dd><input id="abc" name="abc" /></dd>
</dl>

how will <dt> and <dd> get into one line of text? i'm confused because
floating and inline-display of them doesn't work for me.


thanks for helping links or comments!
henry.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to