I'm new and probably doing something wrong, but I've noticed that inclusions on basic cards always wrap to a second line when displayed. How do I prevent this?
For example:
Label: {{+Value|"type":"pointer";"item":"link";"view":"content"}
Desired: (single line)
Label: Content of +Value
What I'm seeing: (multiple lines)
Label:
Content of +Value
Looking at the HTML on the Basic card doesn't give me any clues.
On pointers, currently the only way to get around this is to use CSS to set the ul and li tags of the pointer to be display:inline.
It may also help to change the p tags on the including card to be div tags. TinyMCE, like most wysiwygs, uses paragraph (p) tags, and most browsers get grumpy when you put other block elements inside paragraph tags.
I know this is all in fairly technical terms, but the current workaround is technical, to the extent that it involves editing CSS. We ultimately need to solve this by having more convenient pointer views.
Thanks Ethan! I appreciate the explanation.
--Tom McFarland.....2012-10-06 21:10:53 +0000