Hello,
I have the following in my <head> section:
<STYLE TYPE="text/css">
<!--
H1
{
color:#ffdd38;
font-size:16;
font-style:italic;
}
H2
{
color:#ffffff;
font-size:16;
font-style:italic;
}
-->
</STYLE
and I have the following in my table section:
<TABLE BORDER=0>
<TR><TH ALIGN=RIGHT><H1>*</H1><H2>Name:</H2><TD><input type="text" size="25" name="empname"><br>
However when it's displayed on the page, it has the asterisk on one line and Name: on the following line. Do you know why they aren't together?
Thanks in advance,
sql99
I have the following in my <head> section:
<STYLE TYPE="text/css">
<!--
H1
{
color:#ffdd38;
font-size:16;
font-style:italic;
}
H2
{
color:#ffffff;
font-size:16;
font-style:italic;
}
-->
</STYLE
and I have the following in my table section:
<TABLE BORDER=0>
<TR><TH ALIGN=RIGHT><H1>*</H1><H2>Name:</H2><TD><input type="text" size="25" name="empname"><br>
However when it's displayed on the page, it has the asterisk on one line and Name: on the following line. Do you know why they aren't together?
Thanks in advance,
sql99