in-line images

wsbones

Beta Tester
Messages
3,151
Here's a way I found to put images into user book topics or commentary entries.

Edit the entry with the raw HTML editor (preferences, miscellaneous). Paste in the following as an example.

<img src="file:///./Images/maps/Life of Christ Map 1.png">

This will display the image from the directory C:\Program Files\SwordSearcher 5\Images\Maps\ called Life of Christ Map 1.png

Then you can switch back to the text editor and add comments. To be effective the image should be scaled to fit into the window.
 
Here's a more general example with text and 2 images scaled to fit the window. Paste this into a user topic using the HTML editor.

This is the early life of Christ from His birth to His baptism<br>
<img src="file:///./Images/maps/Life of Christ Map 1.png" width=300>

<p>From His baptism to His resurrection

<img src="file:///./Images/maps/Life of Christ Map 2.png" width=300>
 
Thank you, Bill! That takes one more item off Brandon's list! :cool:
 
Thank you, Bill! That takes one more item off Brandon's list! :cool:

I'm sure he'll find something to replace it with if he does. Seems every time he gets an item implemented... he adds two or three more to the list. :) Its a good thing though because it means the program is always growing and improving.
 
Back
Top