I think browsers do it pretty much by default. How can you avoid that?
It just doesn't look right/pretty for short definitions and also how
can you not indent the whole <dd> so that in stead of looking like
this:
<code>
_ _ _ term: def def def def def def ...
_ _ _ _ _ _ def def def def def def ...
</code>
it would look like:
<code>
_ _ _ term: def def def def def def ...
_ def def def def def def def def def ...
</code>
That is it would not indent the whole def to the right passed the term
Thanks
otf
It just doesn't look right/pretty for short definitions and also how
can you not indent the whole <dd> so that in stead of looking like
this:
<code>
_ _ _ term: def def def def def def ...
_ _ _ _ _ _ def def def def def def ...
</code>
it would look like:
<code>
_ _ _ term: def def def def def def ...
_ def def def def def def def def def ...
</code>
That is it would not indent the whole def to the right passed the term
Thanks
otf
Comment