Posted by Andrew Bailey on 06/28/07 08:25
"Maria Sudderman" <maria_sudxx@gmx.de> wrote in message
news:f5u2v3$r7m$02$1@news.t-online.com...
>I have a problem!
> Ii have a formular, and after the send button is a blank line.
> can i delete this blank line?
>
> <table border="1" width="400" cellspacing="0" cellpadding="0"
> style="border-collapse: collapse" bordercolor="#000000">
> <tr>
> <td>
> <form method="POST" action="--WEBBOT-SELF--">
> <input type="text" name="T1" size="20">
> <input type="submit" value="send" name="B1">
> </form>
> </td>
> </tr>
> </table>
>
>
>
> Maria
>
>
>
Hi Maria,
Just move the </form> down two lines so that it is in between the </tr> and
the </table>.
Hope that helps
Andy
[Back to original message]
|