> Well, there still is a little problem.
> When I insert a carriage return (\n) it moves the next image slightly
> towards the bottom of the tiddler, even if the position relative to
> the top margin is the same as the preceeding image.
> Is it possible to avoid this ?

In order for the images to be positioned relative to the top-left
corner of the tiddler, they must occur as the first rendered elements
of that tiddler's content, with no other content embedded in between
them... this includes using newlines to make the tiddler *source* more
readable.

Fortunately, you *can* still use newlines for this purpose, as long as
you surround them with TW comment markers so that they won't actually
affect the display of the rendered tiddle.  Something like this:

@@position:absolute;margin-top:20px;margin-left:50px;[img[...][...]]@@/
%
%/@@position:absolute;margin-top:20px;margin-left:50px;[img[...][...]]
@@/%
%/@@position:absolute;margin-top:20px;margin-left:50px;[img[...][...]]
@@

-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