Jump to content

Form alignment


gaya

Recommended Posts

Hi,I am having a form with a textarea and some textbox.I dont know how to align in into my form. i.e)I have aligned but i want to make the fields seen in center of the form. Please tell me how to align it.

Edited by gaya
Link to comment
Share on other sites

You could use CSS to put a margin around the images http://www.w3schools...n.asp#gsc.tab=0 something like

<head><style> img{	margin:20px;}</style></head>

this would affect all images though... you could narrow it down further, this would only apply to images within the form tag

<head><style>form img{	margin:20px;}</style></head>

Edited by scott100
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...