PDA

View Full Version : Date fields wrap to new line



rthibault
14 Jul 2007, 10:09 AM
I have two date fields in a single table cell - whenever I do a DateField applyTo(), it causes the second one to wrap to the next line. It's almost as if applying the date field inserts a br after the field. Any way to prevent this?

tryanDLS
14 Jul 2007, 5:52 PM
Look at the rendered HTML in firebug. My guess would be that you'll need to float the divs that the Fields are built into.