Mark Robbins

Results 48 comments of Mark Robbins

Judging by [this](https://stigmortenmyre.no/mso/html/word/wdconframesanddropcaps.htm) I don't think we can get a frame to create a multi cell table. However I'm thinking we might be able to start messing around with VML...

I tried the above idea and made some progress with this code however; * The 3 columns don't quite align properly * Requires a fixed height ``` heading 1 1:...

Some column info in this old powerpoint doc, might be worth looking at http://www.mdcfug.com/meetings/ServingWord.ppt Along with the column info here https://stigmortenmyre.no/mso/html/word/wdconsectionbreaks.htm

One potential fix is to use `mso-margin-alt:0` to remove the margins and apply `mso-border-alt:` to fake them. The issue here is that the faux-margin would have to be the same...

Potentially the hack I've mentioned [here](https://github.com/M-J-Robbins/get-off-the-table/issues/5#issuecomment-326314992) might help a little. But ideally we need a way for it to resize the height dependent on the content Something like this above...

Stig found this works `` :) It leave a bit of a large gap, not looked into why yet but should be fixable

Ah nice, also it looks like we don't need the `clear="all"` here anymore with that, so can just use `` These sections appear to be applied as `` `` etc....

I've tested the code with both `lang="en"` and `lang="fr"` same thing happens in both.

Oh wow this is really cool so we can use conditional comments for Yahoo and GANGA ``` ``` ``` ``` (the `-` between Yahoo and GANGA here is what's making...

I'm assuming this is down to the iOS live text feature. @obj63mc Are you able to turn live text off to test if this is the cause? It should be...