Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ok i want to split my form in half so on the left side i want a text box and on the right i want login\password And submit how do i split it every time i put in login templet it goes under textbox
Posted

Wrap it in a table with two columns and one row.
The text box goes in the first table cell.
The login process goes in the other table cell.
 
Share this answer
 
Comments
Nico Travassos 8-Sep-11 13:22pm    
is that the only way
You can also use div to solve your problem and div is more manageable.
Following is a demo page for right left center
Detail over here
http://www.quirksmode.org/css/clearing.html[^]
 
Share this answer
 
Hi Nico Travassos,
I think you can solve your problem by using webparts.
Just go through the following video.
WebParts[^]
Have a good time!!!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900