|
User Details |
message
|
|
Mark Lynch
post date:
2011-08-10 12:13:26
|
Hi,
Is it possible to add a form to a layout, after the design is done in css layouts?
Or, is it a hand coding job in the divs, and any advice on where they form tag should start and finish in the coding view of dreamweaver.
Thanks
Mark
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-08-10 12:34:34
|
Hello,
In order to insert a form into your layout you need to write the code for it. It's a hand coding job, as you said.
Regards,
Elena Tepardea
|
|
|
Mark Lynch
post date:
2011-08-10 13:50:30
|
Hi Elena,
Thanks for replying.
Can you give me an example or where I would need to place the coding.
Thank you
Mark
|
|
|
Elena Tepardea [Extend Studio]
post date:
2011-08-11 04:37:23
|
Hi Mark,
The coding for the form should be placed in the source code file - the .html file. If you want your form to be placed in the content area, check the comments from the html file and you will see there a comment like: <!-- Content Starts Here -->. There you should stard the coding for your form. If you want the form in the footer section search for comments and place it where the footer starts and so on.
Regards,
Elena Tepardea
|
|
|
Mark Lynch
post date:
2011-08-15 17:32:25
|
|