Could somebody please advise me how to align an image and text.
I have an image [img[./images/clip.png]]
and some text "All of my stuff" to the right of the image.
The text is at the bottom of the image
---------
| |
| |
| | All my stuff
--------
and i would like
---------
| |
| |All my stuff
| |
--------
In the tiddler I have
{{welcome{[img[./images/clip.jpg]]All my stuff}}}
In the stylesheet
.welcome{
text-align: left;
vertical-align:middle;
}
But this does not seem to be working...
--
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.