Also hallo. weiß echt nicht ob ich das hier posten darf, aber komm einfach nich klaar =) habe mit absicht nicht in code gesetzt, da ich die textstellen rot makieren wollte. aber falls es anders einfacher is kann ich das auch noch ändern .. also ich habe in einer tabelle .. 2 spalten, links soll das menü hin, rechts der normale text .. das sähe dann so aus:
<div style="width:1000px"><table border="0" cellpadding="0" cellspacing="0" width="750">
<tr>
<td align="center" WIDTH=20%><font color="#E309CD" size="3" face="Century Gothic">HIER IS DAS MENÜ</a></font></td>
<td valign="top"
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px"><font color="#E309CD" face="Century Gothic">HIER IS DER TEXT</font></td>
</tr>
</table></div>
Ja und jetzt möchte ich unter dem Text ein email Formular haben. habe es einfach mal von toolia.de genommen. das sieht so aus:
<table border="0">
<tr>
<td>align="center" WIDTH=20%></td>
<td><table border="0" cellpadding="3" cellspacing="3"
width="350" bgcolor="#ABABAB">
<tr>
<td><form
action="http://www.voteonline2.de/formmailer/formmailer.cgi"
method="post">
<font color="#E309CD" face="Century Gothic"><TBODY></font>
</form>
</td>
</tr>
<tr>
<td><font color="#E309CD" size="1"
face="Verdana, Arial, Helvetica, sans-serif">Name:</font></td>
<td><font color="#E309CD" face="Century Gothic"><input
type="text" size="42" name="name"
onblur="this.style.backgroundColor='#DFDFDF'"
style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial"
onfocus="this.style.backgroundColor='#ffffff'"></font></td>
</tr>
<tr>
<td><font color="#E309CD" size="1"
face="Verdana, Arial, Helvetica, sans-serif">eMail:
</font></td>
<td><font color="#E309CD" face="Century Gothic"><input
type="text" size="42" name="emailfrom"
onblur="this.style.backgroundColor='#DFDFDF'"
style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial"
onfocus="this.style.backgroundColor='#ffffff'"></font></td>
</tr>
<tr>
<td><font color="#E309CD" size="1"
face="Verdana, Arial, Helvetica, sans-serif">Betreff:</font><font
color="#E309CD" face="Century Gothic"> </font></td>
<td><font color="#E309CD" face="Century Gothic"><input
type="text" size="42" name="betreff"
onblur="this.style.backgroundColor='#DFDFDF'"
style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial"
onfocus="this.style.backgroundColor='#ffffff'"></font></td>
</tr>
<font color="#E309CD" face="Century Gothic"><INPUT type="hidden" size="42" value="RosenkusS@web.de" name="email"></font><font
color="#E309CD" face="Century Gothic"><INPUT type="hidden" size="42" value="#ffffff" name="hintergrundfarbe"></font><font
color="#E309CD" face="Century Gothic"><INPUT type="hidden" size="42" value="#B407A3" name="schriftfarbe"></font><font
color="#E309CD" face="Century Gothic"><INPUT type="hidden" size="42" name="hintergrundbild"></font>
<tr>
<td valign="top"><font color="#E309CD" size="1"
face="Verdana, Arial, Helvetica, sans-serif">Text:</font></td>
<td><font color="#E309CD" face="Century Gothic"><textarea
name="text" rows="7" cols="43"
onblur="this.style.backgroundColor='#dedede'"
style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial"
onfocus="this.style.backgroundColor='#ffffff'"></textarea></font></td>
</tr>
<tr>
<td colspan="2"><font color="#E309CD"
face="Century Gothic"><input type="submit"
name="submit" value="abschicken"
style="FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Arial; HEIGHT: 14pt"></font></td>
</tr>
<font color="#E309CD" face="Century Gothic"></TBODY></font>
</table>
</td>
</tr>
</table>
habe das beides jetzt zusammengefügt, doch leider entsteht zwischen text und formular dann immer eine große lücke =) soll eigentlich gleich danach erscheinen .. kann mir einer sagen was ich falsch mache? hier der zusammengefügte code ..
<div style="width:1000px"><table border="0" cellpadding="0" cellspacing="0" width="750">
<tr>
<td align="center" WIDTH=20%><font color="#E309CD" size="3" face="Century Gothic">HIER DAS MENÜ</font></td>
<td valign="top"
style="PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px"><font color="#E309CD" face="Century Gothic">HIER DER TEXT NACHDEM DIE LÜCKE UND DANN DAS FORMULAR KOMMT<font color="#E309CD" face="Century Gothic"><TABLE cellSpacing=3 cellPadding=3 width=350 bgColor=#ababab border=0>
<FORM action=http://www.voteonline2.de/formmailer/formmailer.cgi method=post>
<TBODY>
<TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>
<CENTER>Name:</FONT></CENTER></TD>
<TD><INPUT onblur="this.style.backgroundColor='#DFDFDF'" style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial" onfocus="this.style.backgroundColor='#ffffff'" size=42 name=name></TD></TR>
<TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>
<CENTER>eMail: </FONT></CENTER></TD>
<TD><INPUT onblur="this.style.backgroundColor='#DFDFDF'" style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial" onfocus="this.style.backgroundColor='#ffffff'" size=42 name=emailfrom></TD></TR>
<TR>
<TD><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>
<CENTER>Betreff:</FONT> </CENTER></TD>
<TD><INPUT onblur="this.style.backgroundColor='#DFDFDF'" style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial" onfocus="this.style.backgroundColor='#ffffff'" size=42 name=betreff></TD></TR><INPUT type=hidden size=42 value=RosenkusS@web.de name=email> <INPUT type=hidden size=42 value=#ffffff name=hintergrundfarbe> <INPUT type=hidden size=42 value=#B407A3 name=schriftfarbe> <INPUT type=hidden size=42 name=hintergrundbild>
<TR>
<TD vAlign=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=1>
<CENTER>Text:</FONT></CENTER></TD>
<TD><TEXTAREA onblur="this.style.backgroundColor='#dedede'" style="FONT-SIZE: 8pt; BACKGROUND: #dfdfdf; COLOR: #b407a3; FONT-FAMILY: Arial" onfocus="this.style.backgroundColor='#ffffff'" name=text rows=7 cols=43></TEXTAREA></TD></TR>
<TR>
<TD colSpan=2>
<CENTER><INPUT style="FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: black; FONT-FAMILY: Arial; HEIGHT: 14pt" type=submit value=abschicken name=submit></CENTER></TD></TR></FORM></TBODY></TABLE></font></td>
</tr>
</table></div>
boh ich hoffe ihr habt das verstanden und solche art von problem darf man hier auch posten ..