From: Neda K <ned...@gm...> - 2007-06-21 20:48:13
|
Hello all, How can I html edit a produced survey? for instance the radio button texts fal far from the radiobutton. Sincerely Yours Neda -- |
From: Barb I. <ba...@bu...> - 2007-06-21 21:00:54
|
I had this same problem. If you use the generic layouts they give you, its not a problem. However, if you use your own stylesheets, then you need to copy some of the CSS styles from their examples into your stylesheet. I believe the elements that I copied into my stylesheet from theirs were .qnInnerTable{ } .qnInnerTd{ } .qnInner{ } .qnType{ } -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Neda K Sent: Thursday, June 21, 2007 2:48 PM To: php...@li... Subject: [phpesp-general] html edit Hello all, How can I html edit a produced survey? for instance the radio button texts fal far from the radiobutton. Sincerely Yours Neda=20 --=20 |
From: Neda K <ned...@gm...> - 2007-06-21 21:27:49
|
Hello, But I am using the generic templates, I have tried all of them but the texts still fall far from the buttons. :( Barb Iannucci wrote: > I had this same problem. If you use the generic layouts they give you, > its not a problem. However, if you use your own stylesheets, then you > need to copy some of the CSS styles from their examples into your > stylesheet. > > I believe the elements that I copied into my stylesheet from theirs were > > .qnInnerTable{ > } > > .qnInnerTd{ > } > > .qnInner{ > } > > .qnType{ > } > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of Neda > K > Sent: Thursday, June 21, 2007 2:48 PM > To: php...@li... > Subject: [phpesp-general] html edit > > > Hello all, > How can I html edit a produced survey? > for instance the radio button texts fal far from the radiobutton. > > > > > Sincerely Yours Neda > |
From: Barb I. <ba...@bu...> - 2007-06-21 22:05:40
|
hmmm....i haven't had that problem with the generic templates... -----Original Message----- From: php...@li... [mailto:php...@li...] On Behalf Of Neda K Sent: Thursday, June 21, 2007 3:27 PM To: php...@li... Subject: Re: [phpesp-general] html edit Hello, But I am using the generic templates, I have tried all of them but the=20 texts still fall far from the buttons. :( Barb Iannucci wrote: > I had this same problem. If you use the generic layouts they give you, > its not a problem. However, if you use your own stylesheets, then you > need to copy some of the CSS styles from their examples into your > stylesheet. > > I believe the elements that I copied into my stylesheet from theirs were > > .qnInnerTable{ > } > > .qnInnerTd{ > } > > .qnInner{ > } > > .qnType{ > } > > -----Original Message----- > From: php...@li... > [mailto:php...@li...] On Behalf Of Neda > K > Sent: Thursday, June 21, 2007 2:48 PM > To: php...@li... > Subject: [phpesp-general] html edit > > > Hello all, > How can I html edit a produced survey? > for instance the radio button texts fal far from the radiobutton. > > > > > Sincerely Yours Neda=20 > =20 ------------------------------------------------------------------------ - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ phpESP-general mailing list php...@li... https://lists.sourceforge.net/lists/listinfo/phpesp-general |
From: Franky V. L. <lie...@te...> - 2007-06-21 22:09:29
|
Hi, I had the same problem, and it seems the reason is the generated html code (not the stylesheets). So I've changed the code to be a litter more generic. If you're interested, I'll upload the latest version and mail the link, so you can check it out. Franky On Thu, 21 Jun 2007 23:27:07 +0200 Neda K <ned...@gm...> wrote: > Hello, > But I am using the generic templates, I have tried all of them but > the texts still fall far from the buttons. > > :( > > > > Barb Iannucci wrote: > > I had this same problem. If you use the generic layouts they give > > you, its not a problem. However, if you use your own stylesheets, > > then you need to copy some of the CSS styles from their examples > > into your stylesheet. > > > > I believe the elements that I copied into my stylesheet from theirs > > were > > > > .qnInnerTable{ > > } > > > > .qnInnerTd{ > > } > > > > .qnInner{ > > } > > > > .qnType{ > > } > > > > -----Original Message----- > > From: php...@li... > > [mailto:php...@li...] On Behalf Of > > Neda K > > Sent: Thursday, June 21, 2007 2:48 PM > > To: php...@li... > > Subject: [phpesp-general] html edit > > > > > > Hello all, > > How can I html edit a produced survey? > > for instance the radio button texts fal far from the radiobutton. > > > > > > > > > > Sincerely Yours Neda > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > phpESP-general mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-general > |