BOOK FLIP PHOTO ALBUM

 Framing your album using Front Page

 

Sorry, your browser doesn't support Java(tm).

You need to set up a table the size of the photos in your album. 
Since my photos were 193 pixels wide I set the width in pixels.  I also wanted the borders to be 8 pixels wide.  This you can adjust to suit your taste.  The same thing with the cell padding and spacing.

I then went to properties and adjusted the properties of the table as shown.

If you look at the code on your page you will see the following: 

<table border="8" width="193" cellpadding="0" cellspacing="0">

<tr>

<td>"Anfy Code Goes Here"</td>

</tr>

</table>

 

Click on the HTML button at the bottom of your screen and find the above section of code.  This is where you insert your Anfy code.  You will need to copy your Anfy code and paste it between  <td> and </td>
That is all there is to framing your Bookflip Photo Album.