Hello,
I'm using the h.field to represent fields on the html
${h.field(
"card Expiration Month",
h.select("cardExpirationMonth","initial
value",c.credexpiremonths),
)}
${h.field(
"card Expiration Year
h.select("cardExpirationYearnitial value",c.credexpireyears),
)}
This renders:
card Expiration Month [ ]
card Expiration Year [ ]
I would like to represent the data as
card expiration [07] [2010]
I dont know how to put the h.fields on the same row? I know I could
use table in html just thought is there
a way to accomplish this in pylons?
Thanks,
garyc
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.