We are DONE! (I think lol)
In DW, I have MX, I set my preferences in the edit menu (top left of Dreamweaver) to
Fix Improperly Nested and Closed Tags under the code rewriting selection. This helps immensely when the page is large and complex like yours, otherwise it could take days to find these errors (which I make all the time!).
Therefore, when I just checked the 'latest' version of the page, Dreamweaver did this:
Quote:
Line 735 Col 24 Removed unneccesary </TH>
Line 830 Col 62 Replaced </P> with
</P> to preserve spacing.
Line 831 Col 33 Removed unneccesary </TD>
Line 831 Col 38 Removed unneccesary </TR>
Line 831 Col 46 Removed unneccesary </TABLE>
|
Then it all showed properly.
NEXT:
Make a NEW row and cell on line 733 like this:
Quote:
<TR><TD colspan=2 align=center>
{the form drop down goes here}
</TD></TR>
|
Put the whole
form in and VOILA!