Hi Dave It’s fairly simple. The reason that the tiddler “1.3-14.tabla” doesn’t render correctly when the content type is set to TiddlyWiki5 is because of the double line breaks you’ve got around each row. Those line breaks will generated paragraph tags, which will disturb the table.
Try setting the content type back to "text/vnd.tiddlywiki” and removing the blank lines. Best wishes Jeremy http://giffmex.org/experiments/agmorg.colosenses.html#1.3-14.tabla > On 11 Mar 2018, at 17:48, 'Mark S.' via TiddlyWiki > <[email protected]> wrote: > > It looks to me like the htmlparser will have to be hacked to add > "scrolling:no" to the internal iframe. This is odd, because the "scrolling" > attribute is deprecated and you're supposed to use CSS. But I couldn't find > CSS that would actually turn off scroll. (overflow:hidden did nothing) My > research suggested that this is a known problem in many browsers. The hack to > the html parser would change the iframe in all places where it is used. There > would probably need to be an additional stylesheet change to force the iframe > height. > > I couldn't tell what styles were missing inside the text. But the world > inside the iframe is supposed to be self-contained, so you could try adding > <style> tags at the top of your HTML and populating it with whatever styles > are missing. > > Buenos Días > > -- Mark > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWiki" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at https://groups.google.com/group/tiddlywiki > <https://groups.google.com/group/tiddlywiki>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/tiddlywiki/aae0978c-a230-4380-a4e9-04d393b2b2d5%40googlegroups.com > > <https://groups.google.com/d/msgid/tiddlywiki/aae0978c-a230-4380-a4e9-04d393b2b2d5%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/FEA32380-1CAF-43FF-9056-F3DD42638A09%40gmail.com. For more options, visit https://groups.google.com/d/optout.

