98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Dreamweaver Training and help » dream weaver training uk - How can I add a form onto a webpage?
dream weaver training uk - How can I add a form onto a webpage?
Resolved · Low Priority · Version Standard
Priya has attended:
Dreamweaver 8 Introduction course
How can I add a form onto a webpage?
How can I add a form onto a webpage?
RE: How can I add a form onto a webpage?
Hi Priva
I really hope that you found your adobe dreamweaver training course usefull.
To add a form to a webpage you need to use the <form></form> tags. An example form is below:
<form name="input" action="my_submit_page.html"
method="post">
name:
<input type="text" name="my_name">
<input type="submit" value="Submit">
</form>
If this doesnt help, try searching our forum Forum search
Hope this helps
David
RE: How can I add a form onto a webpage?
thanks for this - I'll try it! Also can you tell me how I would add a PDF to a website?
Priya
RE: How can I add a form onto a webpage?
Hi Priya
I believe that you have to convert PDF's so that you can display them in webpages. I will look into this and if I find out how to do it, I will let you know.
David
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Dreamweaver tip:Toggle panels on and offPress the F4 key to toggle all the panels in Dreamweaver on or off. This gives you more editing and programming screen space. |