CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Webdeveopment help! (http://www.codingforums.com/showthread.php?t=288061)

aziz09 02-21-2013 04:03 PM

Webdeveopment help!
 
Hello. I got a project that I am far behind in. It is to develop and straight forward HTML/CSS website. The website should look like this

http://s1323.beta.photobucket.com/us...32f52.png.html

Could someone help ? :(

cotumb 02-21-2013 07:12 PM

<!DOCTYPE html>
<html>
<body>

<form action="">
First name: <input type="text" name="firstname"><br><br>
Last name: <input type="text" name="lastname">
<form action=""><br>
<hr color=blue>
Username: <input type="text" name="user"><br><br>
Password: <input type="password" name="password">
<hr color=blue>
<form name="input" action="html_form_action.asp" method="get">
<input type="submit" value="Submit">
<hr color=blue>
</form>
</form>


</body>
</html>

VIPStephan 02-21-2013 09:28 PM

I don’t know what the code user “cotumb” posted has to do with the question at all, and besides that it’s badly written and plain wrong. But aziz09, if you want someone to code something for you then there is the paid projects forum here on CF.


All times are GMT +1. The time now is 07:16 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.