For #3, I assume that you want the same two lines to always be to the right 
of the image. Someone else could probably think of a way to do it with pure 
CSS, but I would use a table.

So for the table I might have:

@@.imgtable
|[img width=120 [Henry B. 
Eyring|https://www.lds.org/bc/content/shared/content/images/leaders/henry-b-eyring-large.jpg]]|<h2>Where
 
Two or Three Are Gathered</h2> <p/>President Henry B. Eyring - First 
Counselor in the First Presidency|

@@

and then add this to the stylesheet tiddler

 .imgtable td {
vertical-align: top ;
border-style: none ;

}
.imgtable {
border-style: none ;
border-collapse:collapse;
}


HTH
Mark


On Tuesday, April 19, 2016 at 7:40:00 PM UTC-7, Marc wrote:
>
> I really love TW5 and try to do it in my college classes. I try to keep 
> things simple so the students can get comfortable. 
>
> I am not a great coder. Neither are my students. I am looking for help 
> with some simple formatting help. See the graphic below.
>
>
> [image: Inline image 1]
>
> I assume that this can all be done in the CSS and have been looking at 
> email posts but if you can give it to me simply I would really appreciate 
> any help.
>
> Thank you for a great and powerful product,
>
> Marc Ferguson
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9f80d8a0-09c0-49ff-8575-91e8c8b0e9f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to