English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How do you align a form to the left side on a page?

2006-08-01 17:25:31 · 3 answers · asked by bigzig91090 2 in Computers & Internet Programming & Design

"webpage" sorry

2006-08-01 17:42:37 · update #1

3 answers

I'm assuming you're talking websites.... Put

before your form and
after.

2006-08-01 17:35:43 · answer #1 · answered by cdg1111us 2 · 2 1

I am not sure what page design you are using. But assuming that you want to do in HTML, I suggest you put the form inside a table.
You can align form elements in the table. Following is HTML code for a simple login form:








Login
Password

2006-08-01 17:41:00 · answer #2 · answered by Indian_Male 4 · 0 0

adding div tags before and after your form will work, but if you want to get fancy I suggest you use frames, here's an example, good luck:

"http://www.w3.org/TR/html4/frameset.dtd">


A simple frameset document







<br /> <P>This frameset document contains:<br /> <UL><br /> <LI><A href="contents_of_frame1.html">Some neat contents</A><br /> <LI><IMG src="contents_of_frame2.gif" alt="A neat image"><br /> <LI><A href="contents_of_frame3.html">Some other neat contents</A><br /> </UL><br />

2006-08-01 19:11:42 · answer #3 · answered by Adeel I 3 · 0 0

fedest.com, questions and answers