Stephen
Jun 9 2005, 10:41 AM
http://www.brycefarrah.com/clientarea/cran...ec/register.php nothing major but can anyone think of a way to line up the radio boxes at their label so that they align so that the middle of the text is in line with the middle of the radio box rather than the top of the text inline with the middle of the radio box.
CaribeJoe
Jun 9 2005, 10:57 AM
Have you tried putting the radio button in one borderless cell and the label in another? That would allow you to align the label higher in its cell. It should not interfere with the action.
Let me know if that works.
Stephen
Jun 9 2005, 11:01 AM
The form nor the web site uses tables. Tables are used for tabular data not structure, the site is suppose to be DDA/WAI compliant so tables for structure are not an option sadly
Phil Mossop
Jun 9 2005, 11:31 AM
Have you tried setting "vertical-align: middle" for their input tag?