I have tried but couldn't get it to work using those either. Here is the code from the page incase you might see anything that would cause this:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
<TITLE>Couture Bridal - Your source for all things BRIDAL!</TITLE>
<style type="text/css">
<!--
body {
background: white;
margin: 0px;
}
@page mylandscape {
size: 11in 8.5in;
margin: 0px;
marks: crop;
margin-top:1.7cm;
margin-bottom:1.4cm;
margin-left:2cm;
margin-right:2cm
}
div.overhead{
page: mylandscape;
page-break-after: avoid;
}
table.main{
width: 4in;
height: 2in;
}
h1 { font-family: Viner Hand ITC; font-size: 14pt; color: #660033}
td{ font-size: 12px;
font-family: arial;
}
P {
font-size: 12px;
font-family: Verdana, Helvetica, Arial;
color:660033;
}
td > p {
font-size: 12px;
font-family: Verdana, Helvetica, Arial;
color:660033;
}
.name{
font-size: 13px;
font-family: Verdana, Helvetica, Arial;
color: #660033;
font-weight: bold;
text-decoration: underline;
}
-->
</style>
</head>
<body>
<div class="overhead">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" class="main" id="card">
<tr>
<td width="100%" align="center">
<h1>Couture Bridal</h1>
<i>is pleased to have registered</i><br>
<p><div class="name">Eric Barnes and Shannon Parker</div></p>
To purchase a gift please visit:<br>
<b>Couture-Bridal</b><br>
wwww.couture-bridal.com
</td>
</tr>
</table>
</td>
<td>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" class="main" id="card">
<tr>
<td width="100%" align="center">
<h1>Couture Bridal</h1>
<i>is pleased to have registered</i><br>
<p><div class="name">Eric Barnes and Shannon Parker</div></p>
To purchase a gift please visit:<br>
<b>Couture-Bridal</b><br>
wwww.couture-bridal.com
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
Bookmarks