My @page header has a thick bottom border, but my first page margin doesn't (or shouldn't). Sadly, it does regardless of what I try. Can anyone help me get rid of the unwanted border on the first page?
My @page includes (in part):
@page {
size: US-Letter;
margin: .75in .5in .75in .6in;
@top {
font: 11pt serif;
content: "Product Name";
margin-left: .35in;
vertical-align: bottom;
text-align: left;
border-bottom: Black solid thick;
}
}
My @page :first looks like this:
@page :first {
@top {
border-bottom: none;
font: 8pt serif;
content: "Copyright 2002-2006 by My Company";
margin-left: 6.25in;
vertical-align: bottom;
}
}
Many thanks for any help.
My @page includes (in part):
@page {
size: US-Letter;
margin: .75in .5in .75in .6in;
@top {
font: 11pt serif;
content: "Product Name";
margin-left: .35in;
vertical-align: bottom;
text-align: left;
border-bottom: Black solid thick;
}
}
My @page :first looks like this:
@page :first {
@top {
border-bottom: none;
font: 8pt serif;
content: "Copyright 2002-2006 by My Company";
margin-left: 6.25in;
vertical-align: bottom;
}
}
Many thanks for any help.
David