View previous topic :: View next topic |
Author |
Message |
Cruzin
Joined: 11 Jun 2006 Posts: 2
|
Posted: Sun Jun 11, 2006 5:56 pm Post subject: How can I put blank spaces between questions? |
|
|
Hi, my username's Cruzin, the form I created is called "ADL survey" and the form location is http://www.access-r-ease.com/pages.php/page/take_survey. I wanted to know how I can put blank spaces between questions. I know the <br> html code forces a break, but I'm not having much luck with it. I know you can alternate colors to make questions easier to differentiate, but I'd rather have spaces. Could you let me know how to do this? Thanks. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon Jun 12, 2006 7:20 am Post subject: Reply |
|
|
I'd probably just insert a blank table row in between the questions where you want the blank space. This code should work...place it after the close table row tag (</tr>) of the question you would like the blank space to come after.
Code: |
<tr><td colspan="2"></td></tr> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
Cruzin
Joined: 11 Jun 2006 Posts: 2
|
Posted: Mon Jun 12, 2006 10:24 am Post subject: Thanks! |
|
|
Hi, thanks for the info. I think it worked, I'm hearing "blank" when I use my arrow key to read the survey on my website. (In case this sounds weird to you, I'm blind so I use a screenreader.) Just in case it didn't work I used a color block too. Thanks again, an take care. |
|
Back to top |
|
 |
|