On 10/21/10 2:25 AM, Sebastian Rose wrote:
(...)

|<l>  |<l>  |<r>  |
| A   | B   |   C |
| 1   | 2   |   3 |
| 12  | 13  | 300 |
| 9   | 11  |   4 |


I get

<colgroup><col align="left" /><col align="left" /><col align="right" />
</colgroup>

as expected.

That's interesting. From the same example I get

<colgroup><col align="right" /><col align="right" /><col align="right" /></colgroup>

...using freshly pulled 7.01trans. What might account for the difference?

In Opera it works for me, if I remove the styles for `td' from my
stylesheet.  The styles for table data cells will overrule the align
attribute in the col tag.

Current Firefox seems to ignore the align attribute, although it's valid
XHTML.

Good for Opera! I think Firefox generally ignores colgroup styling. Doesn't work on Safari, either.

CM

_______________________________________________
Emacs-orgmode mailing list
Please 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