Monday, May 24, 2021

Making your own album 38

click the 'Documents' header to see previous entries
https://rainbowstampsandcoins.blogspot.com/search/label/documents

6.4.2     Frames within boxes

As a final touch, we can provide the boxes on our pages with a small inner frame.
The boxes we have designed are usually som mm larger than the items we want to put inside the boxes. A small frame within the box, can help to indicate where to put the mounts or photo corners.
Another benefit is, that those lines within the box, can have the same properties as the ones we know for the frames of the boxes self:

·         Full lines, dots, dashes, dots and dashes…

·         Only corners (1, 2, 3 or 4)

·         Coloured (both box border and inner frame in the samen, or two different colours)

The codes below show all possible options: we add another page to Test Design 16:

# page2

PAGE_START

PAGE_TEXT_CENTRE (HB 12 "\Inner frames")

 

ROW_START_FS (HN 8 0.1 6.0)

STAMP_INNER_BORDER(1.5 0.1)

STAMP_ADD (26.0 32.0 "inner frame" "" "1" "")

 

STAMP_INNER_BORDER_STYLE (DOTTED)

STAMP_INNER_BORDER(1.5 0.1)

STAMP_ADD (26.0 32.0 "inner frame\ndotted" "" "2" "")

STAMP_INNER_BORDER_STYLE (SOLID)

 

COLOUR_STAMP_INNER_BORDER(red)

STAMP_INNER_BORDER(1.5 0.1)

STAMP_ADD (26.0 32.0 "Red\ninner frame" "" "3" "")

STAMP_INNER_BORDER_STYLE (SOLID)

 

STAMP_INNER_BORDER(1 4)

COLOUR_STAMP_INNER_BORDER(lightgrey)

STAMP_ADD (26.0 32.0 "4mm\ninner frame\nlightgrey\n1mm\ndistance" "" "4" "")

STAMP_INNER_BORDER(0 4)

COLOUR_STAMP_INNER_BORDER(lightgrey)

STAMP_ADD (26.0 32.0 "lightgrey\n4mm\ninner frame\nno distance" "" "5" "")

 

STAMP_INNER_BORDER(1.5 0.1)

COLOUR_STAMP_INNER_BORDER(black)

 

ROW_START_FS (HN 8 0.1 ”Corners\ninner frame" "" "6" "")

STAMP_INNER_BORDER_STYLE (CORNER TL BR)

STAMP_ADD (26.0 32.0 "Top Left\nand\nBottom Right" "" "7" "")

STAMP_INNER_BORDER_STYLE (CORNER TR BL)

STAMP_ADD (26.0 32.0 "Top Right\nand\nBottom Left" "" "8" "")

 


 

PAGE_TEXT (HN 8 "\n")

ROW_START_FS (HN 8 0.1 16.0)

STAMP_INNER_BORDER_STYLE (SOLID)

COLOUR_STAMP_BACKGROUND(ghostwhite)

STAMP_ADD (22.0 24.0 "filled with\nghostwhite" "" "MI 4" "")

COLOUR_STAMP_BACKGROUND(lightgrey)

STAMP_BORDER_STYLE (DOTTED)

STAMP_ADD (22.0 24.0 "filled with\nlightgrey\ndotted\nouter frame" "" "MI 5" "")

STAMP_BORDER_STYLE (SOLID)

COLOUR_STAMP_BACKGROUND(lightsteelblue)

STAMP_ADD (22.0 24.0 "filled with\nlightsteelblue" "" "MI 6" "")

 

ROW_START_FS (HN 6 0.1 6.0)

COLOUR_STAMP_BACKGROUND(white)

STAMP_INNER_BORDER_STYLE (SOLID)

STAMP_INNER_BORDER(1.0 0.5)

COLOUR_STAMP_INNER_BORDER(red)

STAMP_ADD_IMG (31.0 42.0 "stamp_images/SR_SG55.png" " " "thick\nred inner frame" " )

STAMP_INNER_BORDER(1.5 0.1)

COLOUR_STAMP_BACKGROUND(lemonchiffon)

ALBUM_STAMP_IMG_SETTING (8.0 8.0 false)

COLOUR_STAMP_INNER_BORDER(forestgreen)

STAMP_ADD_IMG (31.0 42.0 "stamp_images/SR_SG55.png" " " "forestgreen\ninner frame\nlemonchiffon background filling" " " )

ALBUM_STAMP_IMG_SETTING (2.0 2.0 false) #back to default

COLOUR_STAMP_BACKGROUND(white)

STAMP_INNER_BORDER (0.0 0.0)

 

This was the last actual 'lesson'.
In two additional posts, I will make a summary of the most comman commands, and some easy to avoid errors.

to be continued...

previous part : https://rainbowstampsandcoins.blogspot.com/2021/05/making-your-own-album-37.html
next part : https://rainbowstampsandcoins.blogspot.com/2021/05/making-your-own-album-39-overview.html

No comments: