
Edit HTML
ePhotoAlbum allows advanced users to customize photo album pages by directly editing the HTML. When ePhotoAlbum generates HTML for a page, it generates a number of blocks with markers at the beginning and end of the block. Advanced users can modify the HTML as long as the changes are outside of the blocks. When the pages get regenerated for any reason, only the HTML within the block will be affected. The blocks can even be moved within the HTML files.
The following is an example of a block:
<!--id=177DAAAE-05EB-4b98-807E-C6C1299523B9-->
<center><h1><font face="" >Test Album</font></h1></center>
<a href="index392621210.htm"><center><h1><font face="" >Page 1</font></h1></center></a>
<a href="index392621751.htm"><center><h1><font face="" >Page 2</font></h1></center></a>
<!--id=177DAAAE-05EB-4b98-807E-C6C1299523B9-->
To edit HTML select Edit - HTML from the menu bar. This will launch the system's default HTML editor such as Outlook, Outlook Express, or Notepad.
If the default HTML editor is a WYSIWYG editor such as Outlook, it will be difficult to know if you are modifying HTML inside or outside a block. For this reason you will want to view the actual HTML in Outlook's HTML view. If your changes are inside of a block, you can move them outside the block.
Note that if modifications to the HTML reference other HTML or image files, it is the responsibility of the user to manually upload these files to the web server.