Low cost ecommerce web development India flash website design
Working with Dreamweaver Design Files Tutorial
Macromedia Dreamweaver MX comes with an extensive set of professionally designed
assets—
page layout documents, Cascading Style Sheets (CSS), and code snippets. You
can use these assets
to quickly get started creating professionally designed web pages.
In this tutorial, you will create a new document, then insert and modify design
element code
snippets. You’ll also learn how to create your own code snippet.
Before You Begin
If you haven’t already done so, before you start the tutorial, create
a new folder into which you’ll
transfer the GettingStarted sample files.
1 At the root level of your local disk, create a new folder and name it Sites—for
example, C:\Sites
(Windows) or Hard Drive:Sites (Macintosh).
If you are using Windows XP or Macintosh OS X, create the Sites folder inside
your user folder.
2 Locate the Tutorials folder in the Dreamweaver application folder on your
hard disk. The path
to the folder is:
\Macromedia|Dreamweaver MX\Samples\GettingStarted\ Tutorials
3 Copy the Tutorial folder into the Sites folder.
4 In Dreamweaver, define the Tutorials folder you copied as your local site.
If you do not know
how to define a local site in Dreamweaver, you can follow the directions provided
in “Creating
Your First Website in Dreamweaver,” in Getting Started with Dreamweaver
MX (Help > Using
Dreamweaver)
You can also use the Dreamweaver Site Definition Wizard to be guided through
the site
setup process. In Dreamweaver, choose Site > New Site, then click the Basic
tab to begin
setting up your site.
website designer freelance ASP PHP ecommerce web developer
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110