emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: enriched-mode and switching major modes.


From: Kim F. Storm
Subject: Re: enriched-mode and switching major modes.
Date: Mon, 20 Sep 2004 13:55:14 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Oliver Scholz <address@hidden> writes:

> Richard Stallman <address@hidden> writes:
>
>> In a word processor, what constructs would give you something like
>> that?  I have no idea what HTML constructs could produce such a
>> layout; if there is a way, it must go beyond the simple HTML markup
>> that I know.

E.g. tables with different font sizes.  Try this:

<html><body>
<table>
<tr>
<td><font size=7>AAA</font></td>
<td>bbbbbb<br>cccccc</td>
</tr>
</table>
</body></html>


>
> If I understand Kim correctly, then simple tables where the first
> column contains a caption for the row would be an example where it
> would matter.
>
>        __   __
>   /\  |__) /     ABC
>  /__\ |  \ |     ABC
> /    \|__/ \__   ABC
>
>
> as opposed to:
>
>        __   __
>   /\  |__) /
>  /__\ |  \ |
> /    \|__/ \__   ABC
>                  ABC
>                  ABC
>

Exactly.

--
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]