By kjp on
Hi
I want to place two fields on a single row in a form using survey module instead of one under the other as it is by default. How can this be achieved ?
thanks in advance
jp
Hi
I want to place two fields on a single row in a form using survey module instead of one under the other as it is by default. How can this be achieved ?
thanks in advance
jp
Comments
where should i look
Any hint about where I should look ?
Can you not just change your
Can you not just change your CSS to be inline? That should do the trick ...
any way to give each item its ID ?
Thanks
Ill give this a try but it seems difficult since I can adress that only by calling classes. Items dont have their unique ID but I just need two fields out of ten to lie on the same row. Any (easy !) way to give those IDs instead or in addition of class ?
I am so close....
This HTML chunk of my form works perfectly in Firefox editing tool :
Unfortunetely, default Drupal output is that :
I am okay with everything else. Basically, I just need to give a specific ID to three text fields and remove the br tag.
How can I get Drupal to do just that ?