I fount the solution. A tiddler with $:/tags/ViewTemplate is required!


On Friday, September 7, 2018 at 2:42:38 PM UTC+4:30, Mohammad wrote:
>
> How create a tiddler footer stick to the bottom of tiddler?
>
> I have created a macro with a css to create footer ( the bundle is 
> attached)!
> The problem is:
>
>    - In preview mode it covers the fields area
>    - In view mode sometimes the tiddler contents overflow the footer area!
>
> .footer {
>   position: absolute;
>   right: 0;
>   bottom: 0;
>   left: 0;
>   padding: 0.5rem;
>   background-color: #efefef;
>   text-align: center;
>   margin-top: 5px;
> }
>
>
>
> Macro
>
> \define footer(text:"")
> <div class="footer">
>
> $text$
>
> </div>
> \end
>
>
>

-- 
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/85fbaf30-6317-465f-8c7d-dcd916571c88%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to