I am in the process of writing an Noobs guide to age building and I am in the process of doing a section on Journals
I have sorted the import of a book cover image and the command to get it to appear in the right place with
<cover src=”BookCover.hsm”>
after importing the image to the appropriate image library.
I have font, font size and font color sorted with the command
<font size=18 face=Tahoma color=000000>
Is there a command I can add to this to justify the text.
I have also managed to use the image library to insert an image into the body of the text with the command
<img src="WaterCarrier.hsm">
Is there some way to adjust this command to center the image horizontally or have any control over its position Found align=center for image going to try same with text. I have noticed that the image appears squashed horizontally.More forum surfing has revealed resize=no
Yet more forum surfing and I have found <p align=center> and experimentation has revealed <p align=left>
Is there any specific documentation for this?
It is clear the image pushes the text onward.
Any help would be appreciated.