Hello, I am trying to set a bleed of: 8.75" x 11.25" and a trim of:8.5" x 11". I have tried using @page { prince-bleed: .25in;prince-trim: 0in} but have had no luck. Any suggestions?
Thank you!
Thank you!
<html>
<head>
<style>
@page {
size: 8.5in 11in;
prince-bleed: 0.125in;
prince-trim: 0.175in;
marks: crop;
background: orange
}
</head>
</html>
@page {
size: 6in 9in;
margin-top: 48pt;
margin-bottom: 88pt;
prince-bleed: 0.125in;
prince-trim: 0.175in;
marks: crop;
}