Roberto: Formular W3C valid??

Hallo Leute,

wie kriege ich dieses Formular "Valid XHTML", W3C-mäßig. Da fehlt's irgendwie an allen Enden und Ecken? Ich bin Dilettant, ich weiß ...

Dank Euch
Roberto

<form action="<?=PHPBEFEHL ?>" method=post><input
 type="hidden" name="send" value="1">
<table cellpadding=0 cellspacing=3 border=0>
 <tr>
  <td align=right>Vorname:</td>
  <td><input type="text" name="from_first_name"
   value="<?= PHPBEFEHL ?>">
  <font color='red' size=-1><?=$PHPBEFEHL?></font></td>
 </tr>
 <tr>
  <td align=right>Name:</td>
  <td><input type="text" name="from_name"
   value="<? PHPBEFEHL ?>">
  <font color='red' size=-1><?=PHPBEFEHL?></font></td>
 </tr>
 <tr>
  <td align=right>eMail (Pflichtfeld):</td>
  <td><input type="text" name="from_email"
   value="<? PHPBEFEHL ?>">
  <font color='red' size=-1><?=PHPBEFEHL?></font></td>
 </tr>
 <tr>
  <td></td>
  <td><input type=submit value="Senden" class="button"></td>
 </tr>
</table>
</form>

  1. hi,

    wie kriege ich dieses Formular "Valid XHTML", W3C-mäßig. Da fehlt's irgendwie an allen Enden und Ecken?

    Ich sehe weder Enden noch Ecken.

    (Ja, dass soll eine implizite Nachfrage darstellen, ob du vielleicht eine vernünftige Problembeschreibung liefern könntest. Bspw., was der Validator anmeckert und wo.
    Btw., mit der Option "verbose output" liefert er dir auch detailiertere Hinweise, wo die Fehlerursachen liegen könnten.)

    gruß,
    wahsaga

    --
    /voodoo.css:
    #GeorgeWBush { position:absolute; bottom:-6ft; }
  2. Hallo Leute,

    Hallo,

    wie kriege ich dieses Formular "Valid XHTML", W3C-mäßig. Da fehlt's irgendwie an allen Enden und Ecken? Ich bin Dilettant, ich weiß ...

    Es fehlt an manchen Ecken und an anderen ist es zuviel. Lies dir die Dokumentation - insbesondere den Abschnitt über Formulare - durch.

    Gruß, Volker

  3. Hello out there!

    wie kriege ich dieses Formular "Valid XHTML"
    <form action="<?=PHPBEFEHL ?>" method=post>

    Du versuchst nicht etwa, den PHP-Quelltext durch den Validator zu jagen, oder?

    http://forum.de.selfhtml.org/archiv/2007/5/t152419/#m991379

    See ya up the road,
    Gunnar

    --
    „Wer Gründe anhört, kommt in Gefahr nachzugeben.“ (Goethe)