OK, I'll give you an answer even you are not really polite.
1) Open a blank page;
2) Create Photo Album (go to Commands > Create Web Photo Album) - enter all necessary information in the Pop-Up window;
3) Now your gallery is ready. If you want every image be framed by blue square - you need to set Border property of every image to 1 pixel(or may be 2 or even bigger) - by default it's set to 0.
To do that select image, open Properties window and change Border from 0 to 1. Do it with all images you need (if you have many images Find and Replace function may help - select image, open Source code, select
Border=0, right-click and choose Find and Replace from menu. Selected code will appear in the Search For, type
Border="1" in the Replace With, click Replace All).
Hope now you have everything you needed
