Hi
Jetzt habe ich fast nochmal das selbe Problem.
Es sind mehrere Tabellen auf einer Seite, die direkt untereinander stehen sollen, zwischendurch kommt aber mal ein FORM Tag, der Lücken verursacht. > Hat jemand von euch eine Idee, wie man die FORM Lücken wegbekommt?
Vielen Dank schonmal!
eine quick & dirty-Loesung (wegen tab-definition): einfach den form-tag und die folgende tabelle in eine neue tabelle einbinden
<TABLE bgColor=#e9e9e9 border=0 cellPadding=0 cellSpacing=0 class=tab
width=710><TR><TD align=left noWrap>
<FORM action=../Inc/interface.asp method=get name=share_find
onsubmit="return parent.frames['jsfr'].IsFormEmpty(document.share_find.search.value,'Kürzel, WKN, Name')">
<TABLE bgColor=#e9e9e9 border=0 cellPadding=0 cellSpacing=0 class=tab
width=710><TBODY>
<TR><INPUT name=Submit_Page type=hidden value=../quote/quote.asp> <INPUT
name=MC type=hidden value=DD>
<TD align=left noWrap><INPUT name=search size=15
style="TEXT-TRANSFORM: uppercase"></TD>
<TD align=left noWrap><INPUT CHECKED id=1 name=Radio type=radio
value=Symbol><LABEL for=1><SMALL>Kürzel</SMALL></LABEL></TD>
<TD align=left noWrap><INPUT id=2 name=Radio type=radio value=WKN><LABEL
for=2><SMALL>WKN</SMALL></LABEL></TD>
<TD align=left noWrap><INPUT id=3 name=Radio type=radio value=Name><LABEL
for=3><SMALL>Name</SMALL></LABEL></TD>
<TD align=right noWrap><INPUT id=SUBMIT1 name=SUBMIT1 type=submit value=Anzeigen> </TD></TR>
<TR>
<TD colSpan=5>
<HR>
</TD></TR></TBODY></TABLE>
</FORM></TD></TR>
</TABLE>
Luecke ist weg!
Gruesse
Wilhelm