My question is many parts. Below is the code I have done so far in HTML. I have tried to create this form that prints a certificate when someone completes a course. However, the first row labeled Certificate of Training..... is also supposed to have the words "Date of Issuance" in the top right corner. The next row labeled Course/Examination Number and Title is supposed to have in the top right corner the word " Hours". The third row titled "Requirements for Certificate" is supposed to have the word "Grade" in the top right corner. Now skip the row titled Course/Examination Description or Remarks. The row Name/Routing Symbol/Address is supposed to have three rows attached to the side of it labeled- Row1 "Social Security Number, Row2 " Type of Course/Examination, and
Row3 "Region ( spaces) Training Organization". Finally, the last portion where the actual certificate states who completed the course I have already placed to horizontal line borders on the top and bottom to outline the certificate but how can I create two vertical lines around the text. I know this is long but I wanted to explain it as best as I could. Any ideas?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1498" name=GENERATOR></HEAD>
<BODY>
<TABLE>
<TBODY></TBODY>
<TABLE width=800>
<TBODY>
<TR></TR></TBODY></TABLE>
<TABLE borderColor=black border=3><!--<tr><b><td align = center width="100%"> <strong>Certificate of Training and Official Personnel Record</strong></td> <td><strong> Date of Issuance</strong></td> </tr>-->
<TBODY>
<TR>
<TD width="100%" bgColor=#ffffff +90>
<CENTER><B>Certificate of Training and Official Personnel Record
</B></CENTER><BR>
<HR width=rowspan color=black>
<TABLE width=800><TD<HR><B><FONT size=2>Course/Examination Number and
Title</FONT></HR></B> <BR><BR>
<HR width=rowspan color=black>
<TBODY>
<TR>
<TD width="100%" bgColor=#ffffff 90 +><LEFT><TOP>
<H3><FONT size=2>Requirements for
Certificate</FONT></H3></LEFT></TOP>
<HR width=rowspan color=black>
<TR>
<TD width="100%" bgColor=#ffffff 90 + <LEFT><TOP>
<H3><FONT size=2>Course/Examination Description or
Remarks</FONT></H3></LEFT></TOP><BR>
<HR width=rowspan color=black>
<TABLE width=800><LEFT><TOP>
<H3><FONT size=2>Name/Routing
Symbol/Address</FONT></H3></LEFT></TOP><BR>
<HR width=rowspan color=black>
<FONT size=1>AC FORM 3000-36 (2/98) (nsn 0052-00-564-6005)
Supercedes previous editions</FONT>
<HR width=rowspan color=black>
<HR width="88%" color=black SIZE=4>
<CENTER><STRONG>
<H1><FONT size=6>CERTIFICATE OF
TRAINING</H1></FONT></STRONG></CENTER>
<CENTER></CENTER><BR><!--<img SRC="foot_logo_dot.gif" hspace=50 vspace=3 align=left> --><BR><!--<img SRC="faab&wlogo.jpeg" hspace=5 vspace=1 align=left> --><!--<img SRC="faa_academy_logo3.jpg" hspace=5 vspace=1 align=right> -->
<CENTER>
<H3><STRONG><FONT size=4>has satisfactorily
completed</H3></CENTER></FONT><BR><BR>
<CENTER>
<H3><STRONG><FONT size=4>awarded by the</H3></CENTER></FONT>
<CENTER>
<H3><STRONG><FONT size=6>JONESACADEMY</H3></STRONG></CENTER></FONT>
<CENTER>
<H3><STRONG><FONT size=4>Oklahoma City, Oklahoma
</H3></STRONG></CENTER>
<CENTER>
<H3><STRONG><FONT size=2><VAR>Accredited by the North Central
Association of Colleges and
Schools</VAR></H3></STRONG></CENTER></FONT><BR>
<TBODY>
<TR>
<TD>
<H2>
<CENTER><STRONG><FONT size=3><VAR>
<UL><B>_________________________</B></UL></VAR></H2></STRONG></LEFT></FONT></CENTER></TD>
<TD>
<H2>
<CENTER><STRONG><FONT size=3><VAR>
<UL>_________________________________</UL></VAR></H2></STRONG></LEFT></FONT></CENTER></TD></TR>
<TR><!--<HR align = left WIDTH="25%" COLOR="black" SIZE="1">--><!--<HR align = right WIDTH="40%" COLOR="black" SIZE="1">-->
<TD>
<H2>
<CENTER><STRONG><FONT size=3><VAR>
<UL>Date of
Completion</UL></VAR></H2></STRONG></LEFT></FONT></CENTER></TD>
<TD>
<H2>
<CENTER><STRONG><FONT size=3><VAR>
<UL>Superintendent, JONES
Academy</UL></VAR></H2></STRONG></LEFT></FONT></CENTER></TD></TR></TR></TBODY></TABLE>
<HR width="88%" color=black SIZE=4>
</FONT></STRONG></STRONG></TR></TBODY></TABLE></TR></TBODY></TABLE></BODY></HTML>