Hello,

don't think there's an implementation for centered images in tiddlywiki
syntax.
I do use class definition to do this :
1. define a class .center {text-align:center} in *StyleSheet* tiddler
2. include your image in a .center div

> {{center{
> [img[http://image/url]]
> }}}
>

pretty sure it won't help you for txt2tags. Sorry.

cheers,

*Sylvain*
[email protected]
http://sylvain.comte.online.fr



On Mon, Jun 20, 2011 at 01:25, dave <[email protected]> wrote:

> I found my old code from a txt2tags markup parser for tiddlywiki, and
> am finishing it up.  I'm looking at image handling, and see that there
> is markup for < left justified images, > right justified images (both
> implemented as floats), but there is no center-justified image option.
>
> I've tried setting img.align = "center", but that just results in a
> left-side float behavior.  Is center more or less unsupported?
>
> http://txt2tags.org/
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWikiDev" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/tiddlywikidev?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to