SlideShare a Scribd company logo
1 of 13
Download to read offline
ADOBE DREAMWEAVER CS3 TUTORIAL
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
1
TABLE OF CONTENTS
I. GETTING S TARTED.................................................................................................... 2
II. CREATING A WEBPAGE ........................................................................................... 2
III. DESIGN AND LAYOUT............................................................................................. 3
IV. INSERTING AND USING TABLES .......................................................................... 4
A. WHY USE TABLES ................................................................................................. 4
B. HOW TO INSERT A TABLE ................................................................................... 4
C. PROPERTIES OF TABLES...................................................................................... 5
Properties of a Table Itself.......................................................................................... 5
Properties of Cells Inside Table.................................................................................. 6
D. CREATING YOUR DESIRED LAYOUT................................................................ 7
V. ADDING DESIGN E LEMENTS ................................................................................. 8
A. ADDING TEXT......................................................................................................... 8
B. INSERTING IMAGES .............................................................................................. 8
C. IMAGE PROPERTIES INSPECTOR ....................................................................... 9
D. FORMATTING PAGE PROPERTIES ..................................................................... 9
VI. PREVIEWING IN BROWSER.................................................................................. 10
VII. CREATING HYPERLINKS..................................................................................... 10
A. INTERNAL LINKS................................................................................................. 11
B. EXTERNAL LINKS................................................................................................ 11
C. BASIC EMAIL LINK.............................................................................................. 11
VIII. A FEW TIPS ON WEB DESGN............................................................................. 12
IX. TESTING YOUR WEBSITE..................................................................................... 12
X. UPLOADING YOUR WEBSITE TO THE AUI SERVER........................................ 12
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
2
I. GETTING S TARTED
First, you need to decide what you want to put on your website: images, files, videos,
PDF documents, PowerPoint presentations, etc. To create and maintain an organized
website, you need to establish a hierarchy of folders that contain all of the components
that make up your site. This folder is called your Local root folder. It is important
because this is where Dreamweaver looks for all your files.
To create a root folder, follow these steps:
1. Create a new folder on your desktop or personal partition. On the desktop, right-click
and choose New Folder.
2. Give the folder a brief, but descriptive name. Do not use capital letters, spaces, or
special characters when naming folders and files for your website. All of your pages will
be saved within this folder.
3. Open the folder, and create another new folder inside. Name this folder images. Put
all of your images, buttons, movie files, etc. inside the images folder.
4. Make sure that all your pages and images are saved in your root folder, or they
will not appear the next time your website is opened.
5. Now you are ready to launch Dreamweaver CS3. Click the Dreamweaver CS3 icon
from Start > Programs > Macromedia Dreamweaver CS3. Or use the Adobe
Dreamweaver CS3 Icon on your desktop.
N.B: The most important step you need to take every time you launch Dreamweaver
CS3 is to define your Local Info. The "local root folder" is the name for the folder where
you are storing all of your website’s contents.
II. CREATING A WEBPAGE
To create a Web page, follow these guidelines:
1. Choose a page to be the homepage of your Web site. This will be the first page that
users encounter when they visit your site. Save this file to your local root folder as
home.html. Naming the homepage home.html tells the Web browser that this is the first
page it should open when someone visits your site.
2. To add a new page go to File > New and choose a basic HTML page. Save this page
by clicking File > Save As. Name the first page home.html
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
3
3. After your homepage is created, you can use this page as a template layout for all the
other pages in your site. Simply hit Save As and name the file whatever you wish, but be
sure to keep the name simple, for example CV.html, resume.html, pictures. etc.
Remember not to use capital letters or spaces when naming files; this will make it easier
for web browsers to find your files.
4. To save the pages of your site simply click File > Save for each page. Make sure your
homepage is named home.html, and save all of your files in the folder you chose when
you defined your site, i.e. in your local root folder.
NOTE: This process will save your files to your local site. You can transfer each file
separately to the remote site or transfer the entire site once you have finished working
on it.
III. DESIGN AND LAYOUT
Even if you are creating only a simple Web site, you should begin by sketching out the
layout of your site. Decide where you want titles, images, navigation buttons, and text to
appear on the screen. Most web sites have the same design characteristics on every page.
For example, Web site titles are usually in the top left or top center, while navigation
buttons usually appear vertically on the left or horizontally below the title. In addition to
sketching out a layout for each page, you should determine how many pages you will
need for the Web site. Thorough planning is essential to good web design.
In order to get your text, navigation buttons, and images to appear where you want them
on the Web page; you need to use tables to format content of each page. Everything on
each page of your Web site should fit within one large table.
Using your layout sketches, you can determine what your table needs to look like.
Fig. 1 shows a simple layout sketch.
Fig. 2 shows the same layout, with table borders drawn in.
Fig. 1: Simple layout sketch Fig.2: Simple layout sketch with borders
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
4
IV. INSERTING AND USING TABLES
A. WHY USE TABLES
Tables help you divide the space on your page. They are similar to tables in Word or
Excel but can be used in much more flexible ways. Tables give you the option of making
your page a fixed size or making it fit to the user's window the best it can. Tables also
guarantee that the location of your text and images does not change when seen on screen
with different resolutions or in different Web browsers.
B. HOW TO INSERT A TABLE
To insert a table, follow these steps:
1. In the main menu, click Insert > Table. (See Fig. 3)
2. Insert the amount of Table Rows and Columns
3. Set Table width to between 600 and 800 pixels.
4. Set Border thickness. To have a visible border type in 1 or higher, to have no
border type in 0.
5. Cell padding adds room inside of a cell. Enter 0 for no space or a number to
Increase the space.
6. Cell spacing adds space between cells. Enter 0 for no space or a number to
Increase the space.
7. Click OK.
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
5
Fig. 3: Table window
C. PROPERTIES OF TABLES
Properties of a Table Itself
If you click on one of the table borders, you can view your table properties in the
Properties window.
Fig. 4: Table Properties window
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
6
In the top section of this window (Fig.4) you can:
• name your table;
• change the number of rows and columns in the table;
• change the width and height of the table,
• Change the Cell Pad: this is the number of pixels that come between the border
of cells and the content of cells.
• Change the Cell Space: this is the number of pixels that come between the
borders of each cell.
• Change the alignment: this is the position of the table on the left or right edge, or
in the center of the page.
• Change the border: this is the number of pixels that make up the thickness of cell
borders.
In the bottom section of this window (Fig. 4 above) you can:
• Clear and convert table widths and heights.
• Change the background color of the whole table.
• Insert a background image for the whole table.
• Change the border color.
Properties of Cells Inside Table
Once the properties of the table have been set, you can also adjust the properties of
individual cells within the table by clicking inside the cell (Fig.5).
Fig.5: Table Format window
In the top section of this window you can format the text inside the table cell.
In the bottom section of this window you can:
• Change the alignment of the content horizontally and vertically.
• Change the width and the height of the cell
• Use Wrap.
• Insert Header
• Insert a background image for the single cell.
• Change the background color for the single cell.
• Change the border color for the single cell.
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
7
D. CREATING YOUR DESIRED LAYOUT
To create the traditional layout, follow the directions below:
1. Insert a table with 3 rows and 3 columns that takes up 100% of the page.
2. Highlight the first row of cells by placing your cursor in either far left or far right cell
and dragging to the other side.
3. Use the bottom section of the Properties window to merge the cells you have
selected (use the button right under the word “Cell”). This section will be used for the
title of your page.
4. Highlight and merge the bottom row. This section will be used for information such as
your contact info and the date the site was last updated.
5. Highlight and merge the middle and right cells in the middle row. This section will be
used for your main content, and the leftover cell will be used for links.
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
8
6. Now you can adjust the table by clicking and dragging on the handles to make the
table look more like a familiar webpage (if you have problems dragging the handles you
can use the Properties window to manually insert the number of pixels or percent of the
table for the width and height of the cell).
From here you can insert additional tables into any of the cells you want. This will let you
place your text and images exactly where you want them within each section.
V. ADDING DESIGN E LEMENTS
A. ADDING TEXT
To insert text simply click inside a cell and type in your content. When you click
ENTER, Dreamweaver automatically adds paragraph spacing. To add a line space, click
SHIFT + ENTER.
B. INSERTING IMAGES
To insert an image, follow these steps:
1. Click in the cell where you want the image to appear.
2. Click Insert > Image.
3. Locate the image you want to insert.
NOTE: All of your images should be saved in the "images" folder that you established
when you started.
4. Click Choose to insert the image.
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
9
Click on the image to view its properties in the Image Properties Inspector window
(Fig. 6).
Fig.6: Image Properties Inspector window
C. IMAGE PROPERTIES INSPECTOR
The top half of the Image Properties Inspector allows you to:
• Name the image (far left).
• Change the size of the image (W & H).
• See where the image file is located (Src).
• Link the image to a file or a site (Link).
• Edit the image (Edit).
D. FORMATTING PAGE PROPERTIES
o change the background color of your pages or other overall properties of yourT
website, go to Modify > Page Properties. Here, in the Page Properties window, you
can set the default font, text size, text color, and background for all of your pages (Fig.7).
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
10
Fig.7: Page Properties Appearance window
To modify the properties of links, click on the Links tab under Category. Here you can
set link font, size, link color, color of active, rollover, and visited links, as well as link
style (Fig. 8).
Fig. 8: Page Properties Links window
VI. PREVIEWING IN BROWSER
You can preview your Web pages in a browser in many ways:
1. Choose File > Preview in Browser.
2. Hit F12.
3. Click on the world icon located on the toolbar at the top of your page (Fig.1).
VII. CREATING HYPERLINKS
A hyperlink or link, is an object or text that, when clicked, takes the users to another
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
11
webpage or opens a file. The various types of hyperlinks are explained below.
A. INTERNAL LINKS
Internal links are used to connect users to other pages within the same website. Before
linking to other pages, you must make sure that the other pages are saved in your local
root folder and contain the file extension .html.
To create an internal link, follow these steps:
1. Select the text or image you would like to make a hyperlink.
2. Click on the small folder next to the Link field in the Properties Inspector 3 (Fig 9 and
Fig. 10). Browse through the files, and select the page you would like to link.
4. Click OK.
Fig. 9: Text Properties Inspector
Fig.10: Image Properties Inspector
B. EXTERNAL LINKS
External links are used to connect the users to pages from other websites.
To create an external link, do the following:
1. Select a text or an image you want to make a hyperlink.
2. Click the cursor inside of the link text field in the Properties Inspector.
3. Type the complete URL (web address) of the website you want to link
(e.g., http://www.aui.ma).
4. Select the Target type as -blank.
NOTE: If you select the Target type as -blank, it will open the link in a new window
while keeping your website open in another window. Doing this is good practice because
it will prevent the user from being frustrated and leaving your site.
C. BASIC EMAIL LINK
E-mail links are links that will automatically open the user's default email program with a
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
12
blank e-mail addressed to the specified e-mail link. There are two ways to create an email
link. You can:
1. Click on the Insert menu at the top of the screen and select Email Link.
2. Type in text for the hyperlink name or label, for example: My Email or Click here to
email me (Fig.11).
3. Type in your email address, i.e. where the email is to be sent.
4. Click OK.
Fig. 11: E-mail Link window
VIII. A FEW TIPS ON WEB DESGN
(From Designing for the Web: A tutorial by Mike Markel)
1. Aim for simplicity
2. Make the text easy to read and understand
3. Create informative headers and footers
4. Help readers navigate the site
5. Create clear, graceful links
6. Avoid web clichés
7. Include extra features your readers might need
IX. TESTING YOUR WEBSITE
Once all your pages are competed, you need to test your site to make sure that all pages
are functional. The following tips can help you avoid unwanted surprises:
1. When creating pages, work with a 1024 by 768 screen resolution
2. Test your website on different browsers (e.g., Microsoft Internet Explorer,
Netscape Navigator)
3. Test your website using a variety of screen sizes since the size of the monitor can
dramatically alter the appearance of your site.
4. Testing should be done frequently in order to fix broken links and detect other
glitches.
X. UPLOADING YOUR WEBSITE TO THE AUI SERVER
To upload your site to the AUI server, follow the instructions in this document:
http://www.aui.ma/personal/~H.Belhiah/pdf%20files/ftp_instructions.pdf

More Related Content

What's hot

Complete word press tutorial
Complete word press tutorialComplete word press tutorial
Complete word press tutorialwp-enlight
 
1oasis.net Site Builder - Manual Pengguna
1oasis.net Site Builder - Manual Pengguna1oasis.net Site Builder - Manual Pengguna
1oasis.net Site Builder - Manual PenggunaN S
 
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004brighteyes
 
Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Krista Lawrence
 
A2WPress Appointway Theme Documentation
A2WPress Appointway Theme DocumentationA2WPress Appointway Theme Documentation
A2WPress Appointway Theme DocumentationA2WPress
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Jeff Wood
 
Howtowritereportwithmswordbyevelyn template editable
Howtowritereportwithmswordbyevelyn template editableHowtowritereportwithmswordbyevelyn template editable
Howtowritereportwithmswordbyevelyn template editableEvelyn Loh
 
Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Krista Lawrence
 
Term 2 other handouts and notes
Term 2 other handouts and notesTerm 2 other handouts and notes
Term 2 other handouts and notesGhaundar
 
A2WPress Roadfighter Theme Documentation
A2WPress Roadfighter Theme DocumentationA2WPress Roadfighter Theme Documentation
A2WPress Roadfighter Theme DocumentationA2WPress
 
Desk Sync User Installation Guide
Desk Sync User Installation GuideDesk Sync User Installation Guide
Desk Sync User Installation GuideCloud Analogy
 
Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Krista Lawrence
 
Computer education presentation - ARCH 383
Computer education presentation - ARCH 383Computer education presentation - ARCH 383
Computer education presentation - ARCH 383LipikaPandey
 
Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004brighteyes
 
Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Krista Lawrence
 
Term 2 other handouts and notes
Term 2 other handouts and notesTerm 2 other handouts and notes
Term 2 other handouts and notesGhaundar
 

What's hot (20)

Complete word press tutorial
Complete word press tutorialComplete word press tutorial
Complete word press tutorial
 
1oasis.net Site Builder - Manual Pengguna
1oasis.net Site Builder - Manual Pengguna1oasis.net Site Builder - Manual Pengguna
1oasis.net Site Builder - Manual Pengguna
 
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
Using Stylesheets To Design A Web Site In Dreamweaver Mx 2004
 
Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6Unit f adobe dreamweaver cs6
Unit f adobe dreamweaver cs6
 
A2WPress Appointway Theme Documentation
A2WPress Appointway Theme DocumentationA2WPress Appointway Theme Documentation
A2WPress Appointway Theme Documentation
 
Macromedia Dreamweaver 8
Macromedia Dreamweaver 8Macromedia Dreamweaver 8
Macromedia Dreamweaver 8
 
Master page
Master pageMaster page
Master page
 
TemplateTutorial
TemplateTutorialTemplateTutorial
TemplateTutorial
 
Howtowritereportwithmswordbyevelyn template editable
Howtowritereportwithmswordbyevelyn template editableHowtowritereportwithmswordbyevelyn template editable
Howtowritereportwithmswordbyevelyn template editable
 
Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6Unit h adobe dreamweaver cs6
Unit h adobe dreamweaver cs6
 
Term 2 other handouts and notes
Term 2 other handouts and notesTerm 2 other handouts and notes
Term 2 other handouts and notes
 
Wikispaces
WikispacesWikispaces
Wikispaces
 
A2WPress Roadfighter Theme Documentation
A2WPress Roadfighter Theme DocumentationA2WPress Roadfighter Theme Documentation
A2WPress Roadfighter Theme Documentation
 
Desk Sync User Installation Guide
Desk Sync User Installation GuideDesk Sync User Installation Guide
Desk Sync User Installation Guide
 
Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6Unit g adobe dreamweaver cs6
Unit g adobe dreamweaver cs6
 
Computer education presentation - ARCH 383
Computer education presentation - ARCH 383Computer education presentation - ARCH 383
Computer education presentation - ARCH 383
 
Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004Creating Accessible Web Pages Using Dreamweaver Mx 2004
Creating Accessible Web Pages Using Dreamweaver Mx 2004
 
Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6Unit d adobe dreamweaver cs6
Unit d adobe dreamweaver cs6
 
Easyeda tutorial
Easyeda tutorialEasyeda tutorial
Easyeda tutorial
 
Term 2 other handouts and notes
Term 2 other handouts and notesTerm 2 other handouts and notes
Term 2 other handouts and notes
 

Similar to Adobe dreamweaver cs3 tutorial

Basic Web Design In Dreamweaver
Basic Web Design In DreamweaverBasic Web Design In Dreamweaver
Basic Web Design In Dreamweaverjcharnin
 
Microsoft Word Advance Features
Microsoft Word Advance FeaturesMicrosoft Word Advance Features
Microsoft Word Advance FeaturesAkashMeghwar2
 
Writing DE materials
Writing DE materialsWriting DE materials
Writing DE materialsTechno 2010
 
AIESEC CMS - User guide
AIESEC CMS - User guideAIESEC CMS - User guide
AIESEC CMS - User guideBogdan Rusu
 
chapter1computers2-160923133049.pptx
chapter1computers2-160923133049.pptxchapter1computers2-160923133049.pptx
chapter1computers2-160923133049.pptxMirzaAARIF1
 
Web development and web design with seo
Web development and web design with seoWeb development and web design with seo
Web development and web design with seoRajat Anand
 
AUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdf
AUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdfAUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdf
AUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdfssuser05d704
 
G7 Term 2 other handouts and notes
G7 Term 2 other handouts and notesG7 Term 2 other handouts and notes
G7 Term 2 other handouts and notesGhaundar
 
G7 Term 2 other handouts and notes
G7 Term 2 other handouts and notesG7 Term 2 other handouts and notes
G7 Term 2 other handouts and notesGhaundar
 
G8 Term 2 other handouts and notes
G8 Term 2 other handouts and notesG8 Term 2 other handouts and notes
G8 Term 2 other handouts and notesGhaundar
 
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosaMICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosaSarmad Baloch
 
Designing for magento
Designing for magentoDesigning for magento
Designing for magentohainutemicute
 

Similar to Adobe dreamweaver cs3 tutorial (20)

Dreamweaver
DreamweaverDreamweaver
Dreamweaver
 
Basic Web Design In Dreamweaver
Basic Web Design In DreamweaverBasic Web Design In Dreamweaver
Basic Web Design In Dreamweaver
 
TemplateTutorial
TemplateTutorialTemplateTutorial
TemplateTutorial
 
Dw cs3-introduction
Dw cs3-introductionDw cs3-introduction
Dw cs3-introduction
 
Microsoft Word Advance Features
Microsoft Word Advance FeaturesMicrosoft Word Advance Features
Microsoft Word Advance Features
 
Writing DE materials
Writing DE materialsWriting DE materials
Writing DE materials
 
AIESEC CMS - User guide
AIESEC CMS - User guideAIESEC CMS - User guide
AIESEC CMS - User guide
 
171dreamweaver
171dreamweaver171dreamweaver
171dreamweaver
 
chapter1computers2-160923133049.pptx
chapter1computers2-160923133049.pptxchapter1computers2-160923133049.pptx
chapter1computers2-160923133049.pptx
 
Dreamweaver8
Dreamweaver8Dreamweaver8
Dreamweaver8
 
Dreamweaver CS3
Dreamweaver CS3Dreamweaver CS3
Dreamweaver CS3
 
Web development and web design with seo
Web development and web design with seoWeb development and web design with seo
Web development and web design with seo
 
AUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdf
AUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdfAUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdf
AUTOMATIZAR SET HOJAS AUTOCAD_Final_EN.pdf
 
G7 Term 2 other handouts and notes
G7 Term 2 other handouts and notesG7 Term 2 other handouts and notes
G7 Term 2 other handouts and notes
 
G7 Term 2 other handouts and notes
G7 Term 2 other handouts and notesG7 Term 2 other handouts and notes
G7 Term 2 other handouts and notes
 
G8 Term 2 other handouts and notes
G8 Term 2 other handouts and notesG8 Term 2 other handouts and notes
G8 Term 2 other handouts and notes
 
Chapter 12
Chapter 12Chapter 12
Chapter 12
 
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosaMICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
MICROSOFT WORD 2007 FULL PRESENTATION BY sarmad khosa
 
Word basics 2 class
Word basics 2 classWord basics 2 class
Word basics 2 class
 
Designing for magento
Designing for magentoDesigning for magento
Designing for magento
 

More from azman_awan9

myPortfolio HRMIS.pdf
myPortfolio HRMIS.pdfmyPortfolio HRMIS.pdf
myPortfolio HRMIS.pdfazman_awan9
 
Cara membuat domain filter huawei b618s
Cara membuat domain filter huawei b618s                              Cara membuat domain filter huawei b618s
Cara membuat domain filter huawei b618s azman_awan9
 
Senarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSO
Senarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSOSenarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSO
Senarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSOazman_awan9
 
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSOAset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSOazman_awan9
 
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSOAset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSOazman_awan9
 
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSOAset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSOazman_awan9
 
Harta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSO
Harta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSOHarta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSO
Harta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSOazman_awan9
 
Harta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSOHarta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSOazman_awan9
 
Harta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSOHarta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSOazman_awan9
 
Harta Modal Peralatan ICT Pusat Akses SMKSO
Harta Modal Peralatan ICT Pusat Akses SMKSOHarta Modal Peralatan ICT Pusat Akses SMKSO
Harta Modal Peralatan ICT Pusat Akses SMKSOazman_awan9
 
Manual pengguna-bmt
Manual pengguna-bmtManual pengguna-bmt
Manual pengguna-bmtazman_awan9
 
Slide tpa 1 pp 2018 baru
Slide tpa 1 pp 2018 baruSlide tpa 1 pp 2018 baru
Slide tpa 1 pp 2018 baruazman_awan9
 
English kebangsaan
English kebangsaanEnglish kebangsaan
English kebangsaanazman_awan9
 

More from azman_awan9 (20)

myPortfolio HRMIS.pdf
myPortfolio HRMIS.pdfmyPortfolio HRMIS.pdf
myPortfolio HRMIS.pdf
 
TICT #13
TICT #13TICT #13
TICT #13
 
TICT #11
TICT #11TICT #11
TICT #11
 
TICT #12
TICT #12 TICT #12
TICT #12
 
TICT #11
TICT #11 TICT #11
TICT #11
 
Cara membuat domain filter huawei b618s
Cara membuat domain filter huawei b618s                              Cara membuat domain filter huawei b618s
Cara membuat domain filter huawei b618s
 
Senarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSO
Senarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSOSenarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSO
Senarai Aset Alih (KEW.PA-7) Peralatan ICT SMKSO
 
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSOAset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Kaunseling SMKSO
 
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSOAset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Mesyuarat SMKSO
 
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSOAset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSO
Aset Bernilai Rendah (KEW.PA-4) Peralatan ICT Bilik Seminar SMKSO
 
Harta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSO
Harta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSOHarta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSO
Harta Modal (KEW.PA-3) Peralatan ICT Pendingin Hawa SMKSO
 
Harta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSOHarta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Netbook 1Msia SMKSO
 
Harta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSOHarta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSO
Harta Modal (KEW.PA-2) Peralatan ICT Makmal ICT SMKSO
 
Harta Modal Peralatan ICT Pusat Akses SMKSO
Harta Modal Peralatan ICT Pusat Akses SMKSOHarta Modal Peralatan ICT Pusat Akses SMKSO
Harta Modal Peralatan ICT Pusat Akses SMKSO
 
Manual pengguna-bmt
Manual pengguna-bmtManual pengguna-bmt
Manual pengguna-bmt
 
Slide tpa 1 pp 2018 baru
Slide tpa 1 pp 2018 baruSlide tpa 1 pp 2018 baru
Slide tpa 1 pp 2018 baru
 
English negeri
English negeriEnglish negeri
English negeri
 
English kebangsaan
English kebangsaanEnglish kebangsaan
English kebangsaan
 
English daerah
English daerahEnglish daerah
English daerah
 
Math daerah (2)
Math daerah (2)Math daerah (2)
Math daerah (2)
 

Recently uploaded

Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxnelietumpap1
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 

Recently uploaded (20)

FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Q4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptxQ4 English4 Week3 PPT Melcnmg-based.pptx
Q4 English4 Week3 PPT Melcnmg-based.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 

Adobe dreamweaver cs3 tutorial

  • 1. ADOBE DREAMWEAVER CS3 TUTORIAL Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 2. 1 TABLE OF CONTENTS I. GETTING S TARTED.................................................................................................... 2 II. CREATING A WEBPAGE ........................................................................................... 2 III. DESIGN AND LAYOUT............................................................................................. 3 IV. INSERTING AND USING TABLES .......................................................................... 4 A. WHY USE TABLES ................................................................................................. 4 B. HOW TO INSERT A TABLE ................................................................................... 4 C. PROPERTIES OF TABLES...................................................................................... 5 Properties of a Table Itself.......................................................................................... 5 Properties of Cells Inside Table.................................................................................. 6 D. CREATING YOUR DESIRED LAYOUT................................................................ 7 V. ADDING DESIGN E LEMENTS ................................................................................. 8 A. ADDING TEXT......................................................................................................... 8 B. INSERTING IMAGES .............................................................................................. 8 C. IMAGE PROPERTIES INSPECTOR ....................................................................... 9 D. FORMATTING PAGE PROPERTIES ..................................................................... 9 VI. PREVIEWING IN BROWSER.................................................................................. 10 VII. CREATING HYPERLINKS..................................................................................... 10 A. INTERNAL LINKS................................................................................................. 11 B. EXTERNAL LINKS................................................................................................ 11 C. BASIC EMAIL LINK.............................................................................................. 11 VIII. A FEW TIPS ON WEB DESGN............................................................................. 12 IX. TESTING YOUR WEBSITE..................................................................................... 12 X. UPLOADING YOUR WEBSITE TO THE AUI SERVER........................................ 12 Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 3. 2 I. GETTING S TARTED First, you need to decide what you want to put on your website: images, files, videos, PDF documents, PowerPoint presentations, etc. To create and maintain an organized website, you need to establish a hierarchy of folders that contain all of the components that make up your site. This folder is called your Local root folder. It is important because this is where Dreamweaver looks for all your files. To create a root folder, follow these steps: 1. Create a new folder on your desktop or personal partition. On the desktop, right-click and choose New Folder. 2. Give the folder a brief, but descriptive name. Do not use capital letters, spaces, or special characters when naming folders and files for your website. All of your pages will be saved within this folder. 3. Open the folder, and create another new folder inside. Name this folder images. Put all of your images, buttons, movie files, etc. inside the images folder. 4. Make sure that all your pages and images are saved in your root folder, or they will not appear the next time your website is opened. 5. Now you are ready to launch Dreamweaver CS3. Click the Dreamweaver CS3 icon from Start > Programs > Macromedia Dreamweaver CS3. Or use the Adobe Dreamweaver CS3 Icon on your desktop. N.B: The most important step you need to take every time you launch Dreamweaver CS3 is to define your Local Info. The "local root folder" is the name for the folder where you are storing all of your website’s contents. II. CREATING A WEBPAGE To create a Web page, follow these guidelines: 1. Choose a page to be the homepage of your Web site. This will be the first page that users encounter when they visit your site. Save this file to your local root folder as home.html. Naming the homepage home.html tells the Web browser that this is the first page it should open when someone visits your site. 2. To add a new page go to File > New and choose a basic HTML page. Save this page by clicking File > Save As. Name the first page home.html Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 4. 3 3. After your homepage is created, you can use this page as a template layout for all the other pages in your site. Simply hit Save As and name the file whatever you wish, but be sure to keep the name simple, for example CV.html, resume.html, pictures. etc. Remember not to use capital letters or spaces when naming files; this will make it easier for web browsers to find your files. 4. To save the pages of your site simply click File > Save for each page. Make sure your homepage is named home.html, and save all of your files in the folder you chose when you defined your site, i.e. in your local root folder. NOTE: This process will save your files to your local site. You can transfer each file separately to the remote site or transfer the entire site once you have finished working on it. III. DESIGN AND LAYOUT Even if you are creating only a simple Web site, you should begin by sketching out the layout of your site. Decide where you want titles, images, navigation buttons, and text to appear on the screen. Most web sites have the same design characteristics on every page. For example, Web site titles are usually in the top left or top center, while navigation buttons usually appear vertically on the left or horizontally below the title. In addition to sketching out a layout for each page, you should determine how many pages you will need for the Web site. Thorough planning is essential to good web design. In order to get your text, navigation buttons, and images to appear where you want them on the Web page; you need to use tables to format content of each page. Everything on each page of your Web site should fit within one large table. Using your layout sketches, you can determine what your table needs to look like. Fig. 1 shows a simple layout sketch. Fig. 2 shows the same layout, with table borders drawn in. Fig. 1: Simple layout sketch Fig.2: Simple layout sketch with borders Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 5. 4 IV. INSERTING AND USING TABLES A. WHY USE TABLES Tables help you divide the space on your page. They are similar to tables in Word or Excel but can be used in much more flexible ways. Tables give you the option of making your page a fixed size or making it fit to the user's window the best it can. Tables also guarantee that the location of your text and images does not change when seen on screen with different resolutions or in different Web browsers. B. HOW TO INSERT A TABLE To insert a table, follow these steps: 1. In the main menu, click Insert > Table. (See Fig. 3) 2. Insert the amount of Table Rows and Columns 3. Set Table width to between 600 and 800 pixels. 4. Set Border thickness. To have a visible border type in 1 or higher, to have no border type in 0. 5. Cell padding adds room inside of a cell. Enter 0 for no space or a number to Increase the space. 6. Cell spacing adds space between cells. Enter 0 for no space or a number to Increase the space. 7. Click OK. Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 6. 5 Fig. 3: Table window C. PROPERTIES OF TABLES Properties of a Table Itself If you click on one of the table borders, you can view your table properties in the Properties window. Fig. 4: Table Properties window Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 7. 6 In the top section of this window (Fig.4) you can: • name your table; • change the number of rows and columns in the table; • change the width and height of the table, • Change the Cell Pad: this is the number of pixels that come between the border of cells and the content of cells. • Change the Cell Space: this is the number of pixels that come between the borders of each cell. • Change the alignment: this is the position of the table on the left or right edge, or in the center of the page. • Change the border: this is the number of pixels that make up the thickness of cell borders. In the bottom section of this window (Fig. 4 above) you can: • Clear and convert table widths and heights. • Change the background color of the whole table. • Insert a background image for the whole table. • Change the border color. Properties of Cells Inside Table Once the properties of the table have been set, you can also adjust the properties of individual cells within the table by clicking inside the cell (Fig.5). Fig.5: Table Format window In the top section of this window you can format the text inside the table cell. In the bottom section of this window you can: • Change the alignment of the content horizontally and vertically. • Change the width and the height of the cell • Use Wrap. • Insert Header • Insert a background image for the single cell. • Change the background color for the single cell. • Change the border color for the single cell. Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 8. 7 D. CREATING YOUR DESIRED LAYOUT To create the traditional layout, follow the directions below: 1. Insert a table with 3 rows and 3 columns that takes up 100% of the page. 2. Highlight the first row of cells by placing your cursor in either far left or far right cell and dragging to the other side. 3. Use the bottom section of the Properties window to merge the cells you have selected (use the button right under the word “Cell”). This section will be used for the title of your page. 4. Highlight and merge the bottom row. This section will be used for information such as your contact info and the date the site was last updated. 5. Highlight and merge the middle and right cells in the middle row. This section will be used for your main content, and the leftover cell will be used for links. Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 9. 8 6. Now you can adjust the table by clicking and dragging on the handles to make the table look more like a familiar webpage (if you have problems dragging the handles you can use the Properties window to manually insert the number of pixels or percent of the table for the width and height of the cell). From here you can insert additional tables into any of the cells you want. This will let you place your text and images exactly where you want them within each section. V. ADDING DESIGN E LEMENTS A. ADDING TEXT To insert text simply click inside a cell and type in your content. When you click ENTER, Dreamweaver automatically adds paragraph spacing. To add a line space, click SHIFT + ENTER. B. INSERTING IMAGES To insert an image, follow these steps: 1. Click in the cell where you want the image to appear. 2. Click Insert > Image. 3. Locate the image you want to insert. NOTE: All of your images should be saved in the "images" folder that you established when you started. 4. Click Choose to insert the image. Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 10. 9 Click on the image to view its properties in the Image Properties Inspector window (Fig. 6). Fig.6: Image Properties Inspector window C. IMAGE PROPERTIES INSPECTOR The top half of the Image Properties Inspector allows you to: • Name the image (far left). • Change the size of the image (W & H). • See where the image file is located (Src). • Link the image to a file or a site (Link). • Edit the image (Edit). D. FORMATTING PAGE PROPERTIES o change the background color of your pages or other overall properties of yourT website, go to Modify > Page Properties. Here, in the Page Properties window, you can set the default font, text size, text color, and background for all of your pages (Fig.7). Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 11. 10 Fig.7: Page Properties Appearance window To modify the properties of links, click on the Links tab under Category. Here you can set link font, size, link color, color of active, rollover, and visited links, as well as link style (Fig. 8). Fig. 8: Page Properties Links window VI. PREVIEWING IN BROWSER You can preview your Web pages in a browser in many ways: 1. Choose File > Preview in Browser. 2. Hit F12. 3. Click on the world icon located on the toolbar at the top of your page (Fig.1). VII. CREATING HYPERLINKS A hyperlink or link, is an object or text that, when clicked, takes the users to another Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 12. 11 webpage or opens a file. The various types of hyperlinks are explained below. A. INTERNAL LINKS Internal links are used to connect users to other pages within the same website. Before linking to other pages, you must make sure that the other pages are saved in your local root folder and contain the file extension .html. To create an internal link, follow these steps: 1. Select the text or image you would like to make a hyperlink. 2. Click on the small folder next to the Link field in the Properties Inspector 3 (Fig 9 and Fig. 10). Browse through the files, and select the page you would like to link. 4. Click OK. Fig. 9: Text Properties Inspector Fig.10: Image Properties Inspector B. EXTERNAL LINKS External links are used to connect the users to pages from other websites. To create an external link, do the following: 1. Select a text or an image you want to make a hyperlink. 2. Click the cursor inside of the link text field in the Properties Inspector. 3. Type the complete URL (web address) of the website you want to link (e.g., http://www.aui.ma). 4. Select the Target type as -blank. NOTE: If you select the Target type as -blank, it will open the link in a new window while keeping your website open in another window. Doing this is good practice because it will prevent the user from being frustrated and leaving your site. C. BASIC EMAIL LINK E-mail links are links that will automatically open the user's default email program with a Adapted from www.bgsu.edu/downloads/cio/file17760.pdf
  • 13. Adapted from www.bgsu.edu/downloads/cio/file17760.pdf 12 blank e-mail addressed to the specified e-mail link. There are two ways to create an email link. You can: 1. Click on the Insert menu at the top of the screen and select Email Link. 2. Type in text for the hyperlink name or label, for example: My Email or Click here to email me (Fig.11). 3. Type in your email address, i.e. where the email is to be sent. 4. Click OK. Fig. 11: E-mail Link window VIII. A FEW TIPS ON WEB DESGN (From Designing for the Web: A tutorial by Mike Markel) 1. Aim for simplicity 2. Make the text easy to read and understand 3. Create informative headers and footers 4. Help readers navigate the site 5. Create clear, graceful links 6. Avoid web clichés 7. Include extra features your readers might need IX. TESTING YOUR WEBSITE Once all your pages are competed, you need to test your site to make sure that all pages are functional. The following tips can help you avoid unwanted surprises: 1. When creating pages, work with a 1024 by 768 screen resolution 2. Test your website on different browsers (e.g., Microsoft Internet Explorer, Netscape Navigator) 3. Test your website using a variety of screen sizes since the size of the monitor can dramatically alter the appearance of your site. 4. Testing should be done frequently in order to fix broken links and detect other glitches. X. UPLOADING YOUR WEBSITE TO THE AUI SERVER To upload your site to the AUI server, follow the instructions in this document: http://www.aui.ma/personal/~H.Belhiah/pdf%20files/ftp_instructions.pdf