View Single Post
  #1 (permalink)  
Old Aug 5th, 2006, 17:08
abalfazl abalfazl is offline
Junior Member
Join Date: Sep 2005
Location: Beyond the seas there's a town,In hand of each child a branch of insight lies,I shall build a boat.
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Simple HTML code

Hello firends ,

A simple HTML Code:
<body>
<form id="form1" name="form1" method="post" action="">
<p>&nbsp;</p>
<p>
<label>input1
<input type="text" name="textfield" />
</label>
</p>
<p>
<label>input2
<input type="text" name="textfield2" />
</label>
</p>
<p>
<label>
<input type="submit" name="Submit" value="Submit" />
</label>
</p>
<p>&nbsp;</p>
</form>


I have this code
I want to change location position of bottom ,how can I do?
which tag do that?

Generally image we are working on form,or table...
I want to change position of element how can we do that?May you give me example by different language?(How by CSS,How by DOM,By javascript)and comparethem to each other? I want to know the manner in these three language

Thanks
Reply With Quote