How to Create a Login Page With Flash CS3
In order to create a well-built webpage, it is essential to make a login page that is both aesthetically appealing and intuitive for your users. Flash CS3 provides users with a simple interface that allows them to customize their login page to their liking and individual needs. While creating a login page using this software may sound difficult, it is actually quite simple if you follow the proper instructions.
Instructions
-
-
1
On the top menu, select "File,""New" and "Blank Page" from the available options to open a blank page. Using your Dreamweaver tools, create the layout of your page according to your individual needs and preferences. Place the insertion point for the HTML form where you want it to appear when the page is opened. An empty form will appear on the page.
-
2
Name the HTML form by selecting the <form> tag at the bottom of the screen. This will open the Property inspector and will prompt you to enter a name into the box. Note: You do not have to enter an "action" or "method" attribute to this form as the "Log In User" behavior is already preset.
-
-
3
Enter a "username" and "password" text field into the form by selecting "Insert," "Form" and "Text" from the top menu. Add the necessary labels to each field and line them up by placing them inside of the HTML table and setting the border attribute to zero. Add a "Submit" button to the bottom of the form using the same methods used to enter the "username" and "password" fields.
-
1