Carsten Dominik <[EMAIL PROTECTED]> writes:

> Hi,
>
> do any of the HTML gurus on this list have an opinion on the
> additional div for specific source examples?
>

Instead of doing something like this:
<div class="src">
  <div class="src-emacs-lisp">
    (psychoanalyze-pinhead)
  </div>
</div>

you should do something like this:

<div class="src src-emacs-lisp">
  (psychoanalyze-pinhead)
</div>

Both the src and src-emacs-lisp classes will get applied to that div.

-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    [EMAIL PROTECTED]  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada    |


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to