Low cost ecommerce web development India flash website design
Standard view is the typical Dreamweaver design view. To create a table in Standard
view, you use
the Insert Table command. Dreamweaver creates a table based on options you select
in the Insert
Table dialog box. You can easily modify the initial table structure to create
more complex design
by merging and splitting cells, and by inserting rows and columns.
You use the table cells (the boxes created at the intersection of each column
or row in a table) to
control the placement of text and images in a web page. Because you can make
the borders of
tables invisible, viewers won’t see the underlying structure of your design
when they look at the
page in a browser.
1 In Dreamweaver, choose File > New.
The New Document dialog box appears.
2 In the Blank Document list, choose HTML, then click Create to create a new
HTML document.
3 In the Title text field in the Document toolbar, enter Table Design to add
a title to your document.
4 Choose File > Save, then save the document in your local site folder. Name
it
tableModify.htm.
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