In article <2h************@uni-berlin.de>,
"Harlan Messinger" <h.*********@comcast.net> wrote:
Better yet would be to use styles to pad the top and bottom of the <dd> ,
which seems to be what you want to do, instead of using <br>.
Thanks much; looks like I'll have to get at it and learn styles.
Sure would be nice if HTML provided for simple "macro tags" in the
manner of TeX, e.g. if there were something analogous to the TeX \def
("macro define") command such that one could just put in the Head
section something like
Define <myDD> = <DD><BR>
and the problem would be solved.