I have a problem also:
ORIGINAL CODE:
<div style="color:#666666; border:1px solid #CCCCCC; font-family:Georgia, Times, serif; padding:10px;">
<form action="mj.php" method="post" enctype="multipart/form-data" name="mj" id="mj">
<div>
<input style="background-color:#FFFFFF; border:1px solid #666666; font-size:9px" name="name" type="text" />
</div>
<div style="color:#666666; font-size:9px; text-transform:uppercase;">Your name</div>
<div>
<input style="background-color:#FFFFFF; border:1px solid #666666; font-size:9px" name="mail" type="text" />
</div>
<div style="color:#666666; font-size:9px; text-transform:uppercase;">Your e-mail address</div>
<div>
<textarea name="accusation" cols="60" rows="5" style="background-color:#FFFFFF; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif; font-size:11px;">I will sue Mr. Michael Jackson for </textarea>
</div>
<div style="color:#666666; font-size:9px; text-transform:uppercase;">I will sue Mr. Michael Jackson for ...</div>
<p style="text-transform:uppercase; font-size:9px;"><span style="color:#990000; font-weight:bold;">DISCLAIMER</span>
By hitting the button "File The Accusation" you :
1. givE property of fallenBoy 3 the right to use, store, file the sent data.
2. understand property of fallenBoy 3 may USE submitted data AGAINST YOU.
<input type="submit" name="send" value="File The Accusation" style="background-color:#FFFFFF; font-size:11px; border:1px solid #CCCCCC; font-family:Georgia, Times, serif;" />
</form>
</div>
But after bublishing, there is:
<div style="color:#666666; border:1px solid #CCCCCC; font-family:Georgia, Times, serif; padding:10px;">
<form action="mj.php" method="post" enctype="multipart/form-data" name="mj" id="mj">
<div>
<input style="background-color:#FFFFFF; border:1px solid #666666; font-size:9px" name="name" type="text" />
</div>
<div style="color:#666666; font-size:9px; text-transform:uppercase;">Your name</div>
<div>
<input style="background-color:#FFFFFF; border:1px solid #666666; font-size:9px" name="mail" type="text" />
</div>
<div style="color:#666666; font-size:9px; text-transform:uppercase;">Your e-mail address</div>
<div>
<textarea name="accusation" cols="60" rows="5" style="background-color:#FFFFFF; border:1px solid #666666; font-family:Arial, Helvetica, sans-serif; font-size:11px;">I will sue Mr. Michael Jackson for </textarea>
</div>
<div style="color:#666666; font-size:9px; text-transform:uppercase;">I will sue Mr. Michael Jackson for …</div>
<p style="text-transform:uppercase; font-size:9px;"><span style="color:#990000; font-weight:bold;">DISCLAIMER</span>
By hitting the button "File The Accusation" you :
1. givE property of fallenBoy 3 the right to use, store, file the sent data.
2. understand property of fallenBoy 3 may USE submitted data AGAINST YOU.
<input type="submit" name="send" value="File The Accusation" style="background-color:#FFFFFF; font-size:11px; border:1px solid #CCCCCC; font-family:Georgia, Times, serif;" />
</form>
</div>
As I understand, Publishing converts
into . Why?
And it’s ok, but why it doesnt close the last (before last <input>).
The automatic fixing of XHTML is turned off, the version of WP is 1.2.1
??