View previous topic :: View next topic |
Author |
Message |
jwjaco
Joined: 24 Mar 2010 Posts: 2
|
Posted: Thu Dec 08, 2011 8:28 am Post subject: HTML Table |
|
|
I have been using the same form for about 2 years and before when I copied the html and pasted into dreamweaver it automatically created 2 columns with the first column being the questions I created and the second column having the empty boxes. I went in and updated some of the answers on the form and when I pasted it to my dreamweaver it went to only one column. I have been able to edit it in dreamweaver but it took a long time updating each of my page. Is there a way to get it back to automatically creating 2 columns? |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Dec 08, 2011 9:03 am Post subject: Reply |
|
|
The code can be generated using HTML tables or HTML divs (this is an option on get html page). They both use a single 'column' but then use CSS to position the fields and questions. Older versions of Dreamweaver may not be able to properly render this on your computer. If you preview in a web browser however, you'll see that the form is rendering correctly.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
jwjaco
Joined: 24 Mar 2010 Posts: 2
|
Posted: Thu Dec 08, 2011 2:37 pm Post subject: |
|
|
I am currently using dreamweaver 8 and I just copied and pasted and then uploaded it onto my website. here is the before and after.
before http://www.johnjacorealty.com/blankpage.html
after http://www.johnjacorealty.com/shadygrove.html
I have been trying to recreate the old form but I have not had any success. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri Dec 09, 2011 2:05 pm Post subject: |
|
|
jwjaco wrote: |
I am currently using dreamweaver 8 and I just copied and pasted and then uploaded it onto my website. here is the before and after.
before http://www.johnjacorealty.com/blankpage.html
after http://www.johnjacorealty.com/shadygrove.html
I have been trying to recreate the old form but I have not had any success. |
The before an after look the same to me on my computer. There are some formatting differences which can be tweaked by changing some of the individual width parameters.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|