PDA

View Full Version : Forms and MS Frontpage



Darrens
February 14th, 2005, 09:49
Hello,

Does anyone know how to correctly align and centralise a group of forms. I have 6 fields + a submit button which need to be aligned to the left but central to the page (central for different screen sizes as-well)

Thanks

Darren

Polykranopalous
February 14th, 2005, 13:26
well you could put the fields in a table which is centered..kind of like this roughly:

<center>
<table><tr><td>
<form>
<input type=text></form>
</table>
</center>

*youd ahve to fill out more info on the table and form commands, thats just rough

kabatak
February 15th, 2005, 10:53
you may need to use <td align="left"> for each field.