.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:
Motovun Jack.jpg image is there :)
<$list filter="[all[current]]">
<$reveal type="nomatch" state="!!picture" text="">
<$image source={{!!picture}} class="person"/>
</$reveal>
</$list><$image source={{!!picture}} class="person"/>
The text is inside the tiddler displaying the picture, while the picture link is in it's picture field.
<div class="person">{{myimage}}</div>
My image text.
Maybe a dumb question, but have you tried adding some spaces between your gggggggg-text so the text actually can wrap?
All the best,
Thomas