J
John A Grandy
<asp
anel ID="panel1" Runat=server CssClass="FONT-SIZE: 12pt; LEFT:
0.625in; WIDTH: 6.75in; POSITION: absolute; TOP: 8.000in; TEXT-ALIGN=left;"
<asp:Label ID="labelFrom" Runat=server Text="FROM:" />
<asp
anel ID="panelRelative" Runat=server style="POSITION: relative; LEFT:
1in;">
<asp:Label ID="labelFromWho" Runat=server Text="Mr. Calderozza" />
</asp
anel>
</asp
anel>
This will render as
FROM:
Mr. Calderozza
Actually, "Mr. Calderozza" does not show exactly 1 line below the "FROM:"
..... it shows a partial fraction of a line below the "FROM:" .....
What is the correct DHTML, or what is a workaround ?
Thanks.
0.625in; WIDTH: 6.75in; POSITION: absolute; TOP: 8.000in; TEXT-ALIGN=left;"
<asp:Label ID="labelFrom" Runat=server Text="FROM:" />
<asp
1in;">
<asp:Label ID="labelFromWho" Runat=server Text="Mr. Calderozza" />
</asp
</asp
This will render as
FROM:
Mr. Calderozza
Actually, "Mr. Calderozza" does not show exactly 1 line below the "FROM:"
..... it shows a partial fraction of a line below the "FROM:" .....
What is the correct DHTML, or what is a workaround ?
Thanks.