There is a way to format your pages to make them more presentable. All fields will accept and display HTML code. HTML programming is beyond the scope of this manual. Click here to show a few basic codes that you can use. Below is an example of how simple HTML codes can enhance the look and readability of your My Special Life book.
Standard Data Input:
Sisters (Names, Ages and Relationships)
- Carla, 34, lives in Florida - Joan, 20, lives in England - Mary, 30, lives next door and stops by every day to see how I am doing
The standard output looks like this:
Sisters (Names, Ages and Relationships)
– Carla, 34, lives in Florida – Joan, 20, lives in England – Mary, 30, lives next door and stops by every day to see how I am doing
HTML Data Input:
Sisters (Names, Ages and Relationships)
- <strong>Carla</strong>, 34, lives in Florida<br> - <strong>Joan</strong>, 20, lives in England<br> - <strong>Mary</strong>, 30, lives next door and stops by every day to see how I am doing
Using these few simple HTML codes, the output looks like this:
Sisters (Names, Ages and Relationships)
- Carla, 34, lives in Florida - Joan, 20, lives in England - Mary, 30, lives next door and stops by every day to see how I am doing
Click here to show a few basic codes that you can use.