hi.
ich versteh die frage nicht. was heisst standard? und was für eine textausgabe. ein paar mehr infos wären nett.
<heiss>jk</heiss>
hallo.
wie kann man die textausgabe für ein submit-formular formatieren, so dass nicht nur standard angezeigt wird ?
weiss jemand ne lösung ??
gruss und danke schon mal im voraus
hab ein online formular in php3 erstellt, das die angaben des users auf vollständigkeit überprüft (verify) und dann bei ok an ein submit-dokum. übergibt. aufbau in etwa so :
bedingung:
<form name="" method="POST" action="absenden.php3">
<?
print "<input style='font-family:Verdana,Arial,Helvetica; font-size:8pt' type='hidden' name='#' value='$#'>";
?
ausgabe
<tr>
<td width=400>
<span class=d>Text*</td>
<td width=400 align=left><? print $text?></span></td>
</tr>
hat jemand etwas in das feld "text" eingetragen, dann wird es jetzt angezeigt, aber leider nur im standard-textformat und nicht wie gewünscht- alles klar?! ;0}
montana