8.5 x 11 Double-sided Scrap Page
Ideal for scrapbookers and paper crafters alike, this double-sided page can have unique designs on front and back! This classic size is available in portrait or landscape orientation.
- Dimensions
- 8.5” x 11” (w x h)
Fits in standard 8.5” x 11” sheet protectors
- Orientation
- Portrait or landscape
- Paper
- Premium 100-lb cover stock, archival-quality
- Standard Printing Time
- 5 - 7 business days
NOTE: Business Days are Monday through Friday, excluding holidays observed by the Post Office and UPS. During holidays and other peak production seasons, product printing times may increase.
Check out some of these awesome templates:
If you’re looking for more great templates, look no further.
Click here to visit the template gallery.
= maxRecords) {
$("#templateRightArrowControl").hide();
} else {
$("#templateRightArrowControl").show();
}
if(fromControl > firstRecord) {
$("#templateLeftArrowControl").show();
} else {
$("#templateLeftArrowControl").hide();
}
}
function leftArrowClickHandler()
{
if(fromControl > firstRecord)
{
fromControl = fromControl - 5;
toControl = toControl - 5;
populateTemplates(fromControl, toControl);
}
}
function rightArrowClickHandler()
{
if(toControl < maxRecords)
{
fromControl = fromControl + 5;
toControl = toControl + 5;
populateTemplates(fromControl, toControl);
}
}
var prettyPopinCount = 0;
var firstRecord = 0;
var fromControl = firstRecord;
var toControl = 4;
var maxRecords = 1 - 1;
if(maxRecords < toControl) {
toControl = maxRecords;
}
var templates = new Array();
var templateCount = 0;
// Array places
var authorID = 0;
var projectID = 1;
var displayPane = 2;
var displayWidth = 3;
var displayHeight = 4;
var theTemplateID = 5;
var name = 6;
recordSet = new Array();
recordSet[authorID] = 785445;
recordSet[projectID] = 2925726;
recordSet[displayPane] = 70661907;
recordSet[displayWidth] = 75;
recordSet[displayHeight] = 57;
recordSet[theTemplateID] = 121922;
recordSet[name] = 'Drop to Swap 11 x 8.5 Dou...';
templates[templateCount] = recordSet;
templateCount = templateCount + 1;
recordSet = null;