[EMAIL PROTECTED] wrote:
On Tue, 1 Jul 2003, "Ben" == [EMAIL PROTECTED] wrote:


  Ben> Have you tried the DL, DT, and DD tags?  They are for
  Ben> definitions.  (Definition List, Definition Term, and Definition
  Ben> Description, respectively.)

Yes, they all seem to invoke a new line between elements so that you end up with something like this:

Term

Definition of said term.

Not what I want (waste too much space, causing the document to be unnecessarilly long).

But once you've got them separated you can use CSS to change the look. Something like this might work (?)


dt { float: left; margin: 3em; }
dd { margin: 5em; }


?




Erik

_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to