Found Eric's solution 
here https://groups.google.com/forum/#!topic/tiddlywiki/UC10tciyr1U

I have no idea how it works save for the most abstract concepts. The funny 
thing about its implication is:

when invoked with <table class="borderless"></table> it keeps the outermost 
border of the table
and when invoked like 

@@.borderless
<table>
</table>
@@


removes the outer border as well.

Weird.

On Tuesday, September 5, 2017 at 9:27:03 PM UTC+3, Vayu Asura wrote:
>
> I want a specific table to be bordeless
>
> The syntax for wiki tables allows that style string in the top. 
>
> However I couldn't either find a proper style in the default stylesheet to 
> get the invisible border or make my own:
>
> tagged `$:/tags/Stylesheet`
>
> .no-border {
> border: 0px;
> }
>
> and the table I want to make borderless in another tiddler:
>
> |.no-border|k
> |myfield|myvalue|
>
> Dev-tools show 
>
> <table class=".no-border">
> <tbody>
> <tr class="evenRow"><td>myfield</td><td>myvalue</td></tr>
> </tbody>
> </table>
>
> But the border still renders. What am I doing wrong?
>
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/2e16d72a-0b21-4c1b-9f3d-5024dd66c81f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to