ofi
09-26-2004, 05:28 PM
hi
i got this form, working fine
<html>
<head>
<title>Untitled</title>
</head>
<style type="text/css">
<!--//
.s5 {font-size: 20px; font-family: arial,helvetica}
.s4 {font-size: 18px; font-family: arial,helvetica}
.s3 {font-size: 13px; font-family: arial,helvetica; letter-spacing: 1px}
//-->
</style>
<BODY>
<FORM ACTION="guestbook.php3" METHOD=POST>
<P>
<font size="3" class="s4" face="Arial, Helvetica">
Name:<BR>
<INPUT TYPE=text NAME=name SIZE=30 maxlength=80><BR>
Email:<BR>
<INPUT TYPE=text NAME=email SIZE=30 maxlength=80><BR>
Notes:
<BR>
<TEXTAREA NAME=comments ROWS=10 COLS=30 WRAP=virtual></TEXTAREA>
<BR><BR>
</FONT><font size="2" class="s3" face="Arial, Helvetica"><INPUT TYPE=submit NAME=gb VALUE="Add Message"> </FONT></FORM></P>
</BODY>
</HTML>
But i want to have this form, what am i doing wrong here.
<html>
<head>
<title>Untitled</title>
</head>
<style type="text/css">
<!--//
.s5 {font-size: 20px; font-family: arial,helvetica}
.s4 {font-size: 18px; font-family: arial,helvetica}
.s3 {font-size: 13px; font-family: arial,helvetica; letter-spacing: 1px}
//-->
</style>
<BODY>
<FORM ACTION="guestbook.php3" METHOD=POST>
<table border="0" width="32%">
<tr>
<td width="24%"><font color="#666666">Nafn:</font></td>
<td width="71%"><input type="text" name="Name" size="20"></td>
</tr>
<tr>
<td width="24%"><font color="#666666">Netfang:</font></td>
<td width="71%"><input type="text" name="Title" size="20"></td>
</tr>
<tr>
<td width="24%"><font color="#666666">Vefsķša:</font></td>
<td width="71%"><input type="text" name="CompanyName" size="20"></td>
</tr>
</table>
<table border="0" width="32%" id="table1">
<tr>
<td width="20%"><font color="#666666">Umsögn:</font></td>
<td width="49%"> </td>
</tr>
</table>
<p><textarea rows="5" name="Comments" cols="26"></textarea></p>
<p><INPUT TYPE=submit VALUE="Senda!">
<INPUT TYPE=reset VALUE="Hreinsa!"></p>
</form>
i got this form, working fine
<html>
<head>
<title>Untitled</title>
</head>
<style type="text/css">
<!--//
.s5 {font-size: 20px; font-family: arial,helvetica}
.s4 {font-size: 18px; font-family: arial,helvetica}
.s3 {font-size: 13px; font-family: arial,helvetica; letter-spacing: 1px}
//-->
</style>
<BODY>
<FORM ACTION="guestbook.php3" METHOD=POST>
<P>
<font size="3" class="s4" face="Arial, Helvetica">
Name:<BR>
<INPUT TYPE=text NAME=name SIZE=30 maxlength=80><BR>
Email:<BR>
<INPUT TYPE=text NAME=email SIZE=30 maxlength=80><BR>
Notes:
<BR>
<TEXTAREA NAME=comments ROWS=10 COLS=30 WRAP=virtual></TEXTAREA>
<BR><BR>
</FONT><font size="2" class="s3" face="Arial, Helvetica"><INPUT TYPE=submit NAME=gb VALUE="Add Message"> </FONT></FORM></P>
</BODY>
</HTML>
But i want to have this form, what am i doing wrong here.
<html>
<head>
<title>Untitled</title>
</head>
<style type="text/css">
<!--//
.s5 {font-size: 20px; font-family: arial,helvetica}
.s4 {font-size: 18px; font-family: arial,helvetica}
.s3 {font-size: 13px; font-family: arial,helvetica; letter-spacing: 1px}
//-->
</style>
<BODY>
<FORM ACTION="guestbook.php3" METHOD=POST>
<table border="0" width="32%">
<tr>
<td width="24%"><font color="#666666">Nafn:</font></td>
<td width="71%"><input type="text" name="Name" size="20"></td>
</tr>
<tr>
<td width="24%"><font color="#666666">Netfang:</font></td>
<td width="71%"><input type="text" name="Title" size="20"></td>
</tr>
<tr>
<td width="24%"><font color="#666666">Vefsķša:</font></td>
<td width="71%"><input type="text" name="CompanyName" size="20"></td>
</tr>
</table>
<table border="0" width="32%" id="table1">
<tr>
<td width="20%"><font color="#666666">Umsögn:</font></td>
<td width="49%"> </td>
</tr>
</table>
<p><textarea rows="5" name="Comments" cols="26"></textarea></p>
<p><INPUT TYPE=submit VALUE="Senda!">
<INPUT TYPE=reset VALUE="Hreinsa!"></p>
</form>