Remove the absolute positioning, place the form elements IN the table,
and use alignment and margins to position the form elements in the table
cells.
For example, in application 1,
Change:
<tr>
<td width="137">
<br>
<br>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="3">
<tr>
To
<tr>
<td width="137">
<div align="center">
<center>
<p><input type="text" name="T1" size="14"
onclick='javascript:doNothing()'></p>
<table border="0" cellpadding="0" cellspacing="3">
<tr>
And delete
<p align="center"><input type="text" name="T1" size="14"
onclick='javascript:doNothing()' style="position: absolute; left: 32;
top: 176; text-align: Center"> above
the table.
Positioning with spaces will cause problems since different browsers use
different sizes for spaces.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
http://www.rxs-enterprises.org/fp