Forum Moderators: not2easy

Message Too Old, No Replies

Table centering in form

need help centering

         

roberts78

3:33 am on Dec 20, 2008 (gmt 0)

10+ Year Member



I hope this is the correct forum for this post.
What I am trying to do is to center my text and text boxes in a form I am creating;however, cant seem to get it to work. To better understand my issue I have pasted a link below for visual reference. Once clicked please scroll to bottom and choose 1 of the selections.
My issue is I am trying to center the info from First Name to Ladies Division along with the text boxes to the right. I want them to be centered directly under the top heading.

Thanks for any help that can be provided
Robert

[edited by: eelixduppy at 3:50 am (utc) on Dec. 20, 2008]
[edit reason] no URLs, please [/edit]

StoutFiles

3:49 am on Dec 20, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



<td class = "qformw-text-label" align="center">First Name</td>

or

<td class = qformw-text-label><center>First Name</center></td>

or you could mess with your css code for that class. There are lots of ways to fix it. Also, remove your link, not allowed to post links.

roberts78

3:50 am on Dec 20, 2008 (gmt 0)

10+ Year Member



Thanks and oops sry about the link.