→½∅ √by writing inside the command-tiddler after the command:
@@→½∅ √@@
<img width=120 src="URL-adress of the picture" style=" float:left;padding: 0 1em 0 0;"/>
Your text goes here
<div style="clear:both;line-height:0px;"></div>+IMG
<img width=120 src="URL-adress of the picture" style=" float:left;padding: 0 1em 0 0;"/>
Your text goes here
<div style="clear:both;line-height:0px;"></div>Have you considered defining a macro in a Tiddler tagged $:/tags/Macro that accepts the image url and displays the image? You could then create a snipit that calls the macro. Easier to read and you reuse the same code.
Eg in wiki text
<<imagebyurl "http://imageaddress">>
Macro definition
\define imagebyurl(url)
... Your macro with $url$ in correct place
\end
Regards
Tony
I am away in the bush but once I return to the big smoke I will make a simple macro for you if no one has already done so, with an explanation. Do share what you finally decide to use and I will match that.
Macros can be used in very simple ways to simplify what you put in your Tiddlers or they may be very sophisticated. For you I will give a simple example you can use to do what you require above, and possibly use what you learn. Be confident.
Regards
Tony