On Tuesday, February 18, 2014 11:01:39 AM UTC-8, Danielo Rodríguez wrote:
>
> Try using html tags for the table instead the wikitext "|"


Good idea, but sadly it didn't work. 
<table>
<thead><tr><td>Definition</td></tr></thead>
<$list filter="[tag[definition]sort[title]]">
<tr><td><$link to={{!!title}}><$view field="title"/></$link></td></tr>
</$list>
</table>
...gives:
<table>

    <p>
        <thead>
            <tr>
                <td>

                    Definition

                </td>
            </tr>
        </thead>
...
<p>

    <tr>
        <td>
            <a class="tw-tiddlylink tw-tiddlylink-resolves" href="#AK"></a>
        </td>
    </tr>

</p>


Again, it gives a series of rows and cells, but the additional <p>'s make 
the cells not be part of the same table.

I think the additional <p> tags are the problem.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to