Optional. If not supplied a standard page for background and foreground prototype will be used.
Use the following syntax to include parameters in this page.<br>
<b>Title</b> - {$content.title}<br>
- <b>Background Image</b> - {$content.background}<br>
- <b>Prototype Image</b> - {$content.prototype}<br>
- <b>Image #3</b> - {$content.image 3}<br>
- <b>Image #4</b> - {$content.image 4}<br>
- <b>Image #5</b> - {$content.image 5}<br>
+ <b>Background Image URL</b> - {$content.background}<br>
+ <b>Prototype Image URL</b> - {$content.prototype}<br>
+ <b>Image #3 URL</b> - {$content.image 3}<br>
+ <b>Image #4 URL</b> - {$content.image 4}<br>
+ <b>Image #5 URL</b> - {$content.image 5}<br>
</p>
</td>
</tr>
<title>Prototype: {$content.title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
- <body style="margin:0;padding:0; background: #e7e7df;">
+ <body style="margin:0;padding:0; background: #fff;">
<div style="min-width:1400px;min-height:2500px; background: url({$content.prototype}) top center no-repeat; z-index: 10;"></div>
<div style="min-width:100%;min-height:784px; background: url({$content.background}) top left repeat-x; position: absolute; top: 0; z-index: -1;"></div>
</body>