Create HTML/ SHTML Pages in Dreamweaver
To create the HTML/ SHTML pages:- File > New > Page from Template > Project Name > Template Name > Create]
- Name and save the file into the project folder. Name the homepage index.shtml if using SSI and if your remote hosting server is a UNIX server. If it is a NT server most likely the homepage will need to be named 'default.shtml'. If you are not using SSI, leave the file extensions as .htm.
- Change the HTML page title to something more appropriate [ Modify > Page Properties >Title/ Encoding > Title]
- Put in appropriate meta data for the page i.e. keywords and description of the page
- Insert > HTML > Head Tags > Keywords
- Insert > HTML > Head Tags > Description
- Type or paste the Heading and content of the page into the appropriate edible region. Apply the styled formatting (e.g. H1 tag or custom style) from the Properties Panel
- Insert any images/ flash assets etc. into the editable region and and align them
- Insert > Image
- Insert > Media > Flash
- Replace any library items/ SSI e.g. sub menus
- Similarly create all the other HTML/ SHTML pages you need.
Forms in Dreamweaver
Some pages might require form elements such as the "contact us" form:Insert > Form > select the form element of choice. A form must be within a form tag so select "Form" first, then insert the other form fields like Text field etc. within the form tag that appears.



0 comments:
Post a Comment