Sadaf
11-06-2004, 01:25 PM
Hi dis is my page so far:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "http://www.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="assign1.css"/>
<title>default page</title>
</head>
<body>
<h2>Bob's Order Page<h2>
<form action="http://tl28serv.uws.edu.au/iwsdinfo/form.asp"/>
<form>
<h4>Please fill in the details below and click on
the submit button to make your order and note that
the items marked with a * must be filled</h4>
<p>Name:<br/>
<input type="text" name="name" id="name" size="30">
<p>Postal Address<br/>
<p>House/unit number<br/>
Every thing is placed in the middle of the page....
Does any one know how i can move the form writing it to left hand side i am not sure why its showing in the middle
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 STRICT//EN" "http://www.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="assign1.css"/>
<title>default page</title>
</head>
<body>
<h2>Bob's Order Page<h2>
<form action="http://tl28serv.uws.edu.au/iwsdinfo/form.asp"/>
<form>
<h4>Please fill in the details below and click on
the submit button to make your order and note that
the items marked with a * must be filled</h4>
<p>Name:<br/>
<input type="text" name="name" id="name" size="30">
<p>Postal Address<br/>
<p>House/unit number<br/>
Every thing is placed in the middle of the page....
Does any one know how i can move the form writing it to left hand side i am not sure why its showing in the middle