> When I use ImageSize plugin like this [<img(150px,auto)[img/
> this_is_the_picture.png]] and I want a frame around it with 2 | | it
> doesn't work. How can fix that?

Do you mean that you are trying to use the TW *table* syntax to put a
box around the image, like this:
   |[<img(150px,auto)[...]]|

While that sort-of works, it's really a bit of a hack.  A much better
way is to use CSS, by putting
   .border img { border:1px solid; }
into [[StyleSheet]], and then just write:
   {{border{[<img(150px,auto)[...]]}}}

enjoy,
-e

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" 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/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to