Hi,
Sorry for a real noob question, but I am
I have tried everything I can think of to align my text in the headers, but I just don't seem to be able to. I finally gave up on my main page, and have been trying to do it with even a little test page (see below) with no luck.
Help!
Thanks,
Grant
------------
<HTML><HEAD><title>My Test</title>
<style>
@page {
size: US-Letter;
margin: 60pt 40pt 60pt 40pt;
@top-left-corner {
content: flow(hdr01);
text-align: left;}
@top-left {
content: flow(hdr02);
text-align: left;}
@top-center {
content: flow(hdr03);
text-align: center;}
@top-right {
content: flow(hdr04);
text-align: right;}
@top-right-corner {
content: flow(hdr05);
text-align: right;}
}
#hdr01 { flow: static(hdr01);}
#hdr02 { flow: static(hdr02);}
#hdr03 { flow: static(hdr03);}
#hdr04 { flow: static(hdr04);}
#hdr05 { flow: static(hdr05);}
.hdr01 { text-align: "left";}
.hdr02 { text-align: "left";}
.hdr03 { text-align: "center";}
.hdr04 { text-align: "right";}
.hdr05 { text-align: "right";}
</style>
</HEAD>
<BODY>
<SPAN><DIV>ulc</DIV></SPAN>
<SPAN><DIV>upper-left</DIV></SPAN>
<SPAN><DIV>upper-center</DIV></SPAN>
<SPAN><DIV>upper-right</DIV></SPAN>
<SPAN><DIV>urc</DIV></SPAN>
<p>
This is my test
</p>
</BODY>
</HTML>
Sorry for a real noob question, but I am
I have tried everything I can think of to align my text in the headers, but I just don't seem to be able to. I finally gave up on my main page, and have been trying to do it with even a little test page (see below) with no luck.
Help!
Thanks,
Grant
------------
<HTML><HEAD><title>My Test</title>
<style>
@page {
size: US-Letter;
margin: 60pt 40pt 60pt 40pt;
@top-left-corner {
content: flow(hdr01);
text-align: left;}
@top-left {
content: flow(hdr02);
text-align: left;}
@top-center {
content: flow(hdr03);
text-align: center;}
@top-right {
content: flow(hdr04);
text-align: right;}
@top-right-corner {
content: flow(hdr05);
text-align: right;}
}
#hdr01 { flow: static(hdr01);}
#hdr02 { flow: static(hdr02);}
#hdr03 { flow: static(hdr03);}
#hdr04 { flow: static(hdr04);}
#hdr05 { flow: static(hdr05);}
.hdr01 { text-align: "left";}
.hdr02 { text-align: "left";}
.hdr03 { text-align: "center";}
.hdr04 { text-align: "right";}
.hdr05 { text-align: "right";}
</style>
</HEAD>
<BODY>
<SPAN><DIV>ulc</DIV></SPAN>
<SPAN><DIV>upper-left</DIV></SPAN>
<SPAN><DIV>upper-center</DIV></SPAN>
<SPAN><DIV>upper-right</DIV></SPAN>
<SPAN><DIV>urc</DIV></SPAN>
<p>
This is my test
</p>
</BODY>
</HTML>