34 | | Nothing fancy; each just says that it's a specific page. Before going on, download all the images to your desktop or some convenient folder. |
| 34 | Nothing fancy; each just says that it's a specific page. Before going on, download all the images to your desktop or some convenient folder. When you've done that, you're ready to import the first image. To do that, go to '''Insert > Image''' and select ''page1.jpg'': |
| 35 | |
| 36 | {{{ |
| 37 | #!html |
| 38 | <img src="http://withhiddennoise.net/tempo/5PageBook3.jpg"> |
| 39 | }}} |
| 40 | |
| 41 | The image will be inserted in the center of the page, like this: |
| 42 | |
| 43 | {{{ |
| 44 | #!html |
| 45 | <img src="http://withhiddennoise.net/tempo/5PageBook4.jpg"> |
| 46 | }}} |
| 47 | |
| 48 | (You'll notice that it's also gained a red border; all frames in this build of Sophie have red borders automatically, so these images take advantage of that.) |
| 49 | |