Yep, if I am reading it right, that is what you asked for.
Block element, clear on both sides (so no wrap) and right aligned.
On Thursday, March 30, 2017 at 10:18:14 AM UTC-4, Tom Bardout wrote:
>
> Hi,
> I've been trying to get tiddlers to display pictures in tidlers on the
> right and have their text display next to them on the left. This code works
> except for the text wrapping part. I don't understand what i'm doing
> wrong...
>
>
> .person {
> width: 250px;
> float: right;
> display:block;
> clear:both;
> line-height:0px;
> box-shadow: 2px 2px 15px 1px rgba(190, 190, 190, 0.5);
> -moz-box-shadow: 2px 2px 15px 1px rgba(190, 190, 190, 0.5);
> -webkit-box-shadow: 2px 2px 15px 1px rgba(190, 190, 190, 0.5);
> }
>
>
> This is what I see:
>
>
>
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/805f5c99-4f96-4662-92f1-8a56b9180cd0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.