One more little question. *What's the proper way to include internal styles 
without classes, only for a certain element?* I read this thing: 
http://tobibeer.github.io/tb5/#Markup  but still couldn't make it. 

For example, if I have this class defined in my stylesheet

.icon {height: 1.2em;  
position: relative;
top: 0.2em;}

and then use like

[img class="icon" [https://www.mediawiki.org/static/favicon/mediawiki.ico]] 
Sample 1

everything works fine. 

But if I want to use it without class (e.g. if i need to move certain icon 
a bit more up or down) and use the common html/css syntax - it doesn't work.

That means that this 'style' code does nothing to the image:

[img style="height: 1em; position: relative; top=0.2em" 
[https://www.mediawiki.org/static/favicon/mediawiki.ico]] Sample 2

I tried using @@, in different places and combinations as well but it 
didn't seem to work either. 

I tried using direct html code 
<img src="https://www.mediawiki.org/static/favicon/mediawiki.ico"; 
style="height: 1em; position: relative; top=0.2em"> Sample 3

height property worked, but positioning did not.

So the very simple question is* what is TW equivalent for <img style="...">*. 
And is it written somewhere? And if it is - maybe change it to be a bit 
more clearer for a newbie to understand? Coz currently it is definitely 
not. :)

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8bd57c00-1a20-4ca1-8f46-0f1c99e8ffd4%40googlegroups.com.

Reply via email to