Dreamweaver Tutorial #2

Size: px
Start display at page:

Download "Dreamweaver Tutorial #2"

Transcription

1 Dreamweaver Tutorial #2 My web page II In this tutorial you will learn: how to use more advanced features for your web pages in Dreamweaver what Cascading Style Sheets (CSS) are and how to use these in Dreamweaver what is a web site hierarchy and how to make a web site Note: The red boxes with To Do are small activities for you to complete before continuing with the tutorial. Advanced Features and CSS With your first web page, we used standard web page elements (Headers, Paragraphs, Lists, Links, Colours, and Tables). There are many other features available and in this tutorial, we will explore some of these. Templates and Layouts In your first web page, you did not use a template or look at different layouts for your page. It was a simple one page design without any distinguishing features on the page. Dreamweaver has a number of pre-designed templates of different web page layouts that are available. For this tutorial we are going to make a new home page using one of these layouts. Create a New Page with Dreamweaver s Templates Select HTML ; under Create New (See Figure 1). Figure 1. Creating a new Blank Web Page in Dreamweaver Dreamweaver Tutorial 2 1

2 Under the Menu, select File / New which will bring up a dialog box with different options for a new document (Figure 2). Since we want to create a new web page using a Dreamweaver template, select Blank Page (to create a template to use in Dreamweaver, you would select Blank Template). Then select Page Type: HTML, Layout: 2 column elastic, left sidebar, header and footer. For each template, a visual is available. Below are short descriptions of the different layout options: Fixed: Column width is specified in pixels. The column does not resize based on the size of the browser or the site visitor s text settings. Elastic: Column width is specified in a unit of measurement (ems) relative to the size of the text. The design adapts if the site visitor changes the text settings, but does not change based on the size of the browser window. Liquid: Column width is specified as a percentage of the site visitor s browser width. The design adapts if the site visitor makes the browser wider or narrower, but does not change based on the site visitor s text settings. Hybrid: Columns are a combination of any of the previous three options. For example, in the two-column hybrid, the right sidebar layout has a liquid main column that scales to the size of the browser, and an elastic column on the right that scales to the size of the site visitor s text settings. 1 Press Create Figure 2. Opening a Dreamweaver Template 1 Source: Dreamweaver Tutorial 2 2

3 Now your web page has the applied template applied to it (see Figure 3). To show the layout, Dreamweaver adds garbled text. You will delete the text before adding new text. Figure 3. The Look and Feel of the Template When you make changes to the template, you can either make changes to the actual page or you can make changes to the template that can be applied to the entire web site for a similar look and feel between different pages in a web site. To make changes to the template that can be applied to all pages in the site, you use CSS (Cascading Style Sheets). While HTML has some formatting abilities (e.g., font type and size), the main function of HTML is to help structure or define the content for a web document (e.g., hyperlinks, headings, paragraphs, lists, tables, etc.). For more advanced layout and formatting features for web pages, designers use CSS in addition to HTML (CSS does not replace HTML rather it enhances it). With CSS designers: can create different formatting styles for different web site can create a consistent look within a web site (which also helps when users navigate a web site to know that are still within a web site and have not navigated to a new site) can easily the whole look and feel of the site from one file (as opposed to changing all the pages within the site) To make changes in the CSS for the template, you can use the side area menu CSS Styles or you can select CSS at the bottom on the window in Properties (see red arrows in Figure 4). Dreamweaver Tutorial 2 3

4 Figure 4. The CSS areas First, we ll change the look and feel of the Header. Highlight by clicking the border outline of the Header area on the template (see Figure 5). To ensure that you are making changes to the header, make sure that you see the grey bar on the left-hand side in the Header. As well, in the Properties section you will see Header. Figure 5. Highlight the Header area Dreamweaver Tutorial 2 4

5 You can change the colour of the Header area by doubling clicking background in CSS Styles which will bring up a dialog box with colour options (see Figure 6). You can double check that you are making changes to the wanted selected region by looking at the name in the dialog (in this case CSS Rule definition for. Header). Figure 6. Change the background colour in the Header You can also add a background image using the same dialog menu (see the blue arrow in Figure 6). By selecting the folder beside this, you it will bring up a file management window. Go to the Image folder in firstwebpage and select image1_banner.png (see Figure 7). Once the image is in the header, delete the text ( Header ). Figure 7. Add a background image to the Header Dreamweaver Tutorial 2 5

6 See Figure 8 for the result of adding the background image. Figure 8. The background image in the Header To Do: Do the same for the Footer in the page. Highlight the Footer and double click the background in the CSS Style Area. In the dialog box (Figure 6), open the same image (image1_banner.png) as the background image. Remember to delete the text Footer. Next, change the font colour to a dark blue to match better. Highlight the page again (Main Content) and double click color on the CSS Style Area. This will bring up a dialog box with a colour chart. Select dark blue (see Figure 9) and press Apply. Figure 9. Change the Font Colour to Blue By pressing Apply the dialog box will still be open. Go to the Background tab on the box and you can change the background colour of the page from grey to a colour that matches the background image in the Header (see Figure 10). Dreamweaver Tutorial 2 6

7 Page 10. Select a background colour for the Page This will change the background on the page (see Figure 11) Figure 11. The background page colour changed from grey to beige. Next save the template so that you can use it for other pages in your web site (under the Menu select File / Save as Template) (see Figure 12) Figure 12. Save the template Dreamweaver Tutorial 2 7

8 A dialog box will appear. The Site should be firstwebpage and save the template as templatedesign_homepage (see Figure 13). This will create a Templates folder in the directory firstwebpage and your template will be saved here. Figure 13. Save your template Before working on your page, save it to your computer in the same folder as your first home page from Tutorial 1 firstwebpage. Call the file homepage_2 (Figure 14). Figure 14. Save the Web Page Enter the information that you used in the first home page in the Main Content: your name, add URLs and a list of courses (see Figure 15). Dreamweaver Tutorial 2 8

9 Figure 15. Entered information on the Home Page In the first tutorial, we just created as single web page; however, pages are often part of a web site. A web site is made up of several related web pages. The pages in the website are connected together using links. An important feature of a web site is its structure. Web Site Structure When reading a novel, we tend to read from start to finish. When reading a text book, we can go back and forth to examine different concepts and examples. With a web page we also tend to move in a non-linear fashion. This is commonly referred to as a hypertext system. Hypertext is a network of nodes (usually screens that contain text, images, and other components) that are linked together. The Web in general is a hypertext system made up of a huge number of web pages all linked together in some way (see Figure 16). It is important to clearly structure your site which is often done as a hierarchy (similar to a family tree) with a home page as the root node (see Figure 16). Create and organize your web site hierarchy before starting to develop the pages. Organize and group pages in a meaningful and sensible way (for example, in Figure 16, all products are contained under Product Information not under Company Profile ). Products Figure 16. The structure of a web site with the first page in the hierarchy being the Home Page. You can see the relationship between the pages within the web site by following the lines. For example, from the home page you can go to Login, Company Profile, Contact Us and Product Information. From the Product Information page you can go to Hardware, Applications and Contact Sales. Source: Dreamweaver Tutorial 2 9

10 Create a Personal Information page using the template. We ll use the same template that we previously created to keep a consistent look and feel in your website. On the Menu go to File / Open. Go to the firstwebpage directory and the Template folder. Select templatedesign_homepage (see Figure 17). Figure 17. Open the template for the next page Once the page is open, add some personal information in the Main Content section: your hometown, and current address (Figure 18). Dreamweaver Tutorial 2 10

11 Figure 18. Add in Personal Information Notice in Figure 18, that the there is space between the lines in the address information. This is because when you hit <enter> Dreamweaver treats the line as a paragraph and adds spacing as you would for a paragraph. However, we don t really want this space. To avoid this space you enter a line break by hitting <shift>+<enter> after each line in the address (see Figure 19). Figure 19. Using <shift>+<enter> instead of Paragraph Now add some formatting to the text: highlight the line Home town to make this a Heading 3 (on the menu Format / Paragraph Format / Heading 3) (Figure 20). Do the same for Current Address (see Figure 21 for the result of formatting). Dreamweaver Tutorial 2 11

12 Figure 20. Format some text as Heading 3 Figure 21. Result of Heading Formatting We can add an address with Dreamweaver which will embed the address in the page. Select Link on the Insert Area on the side menu (Figure 21) and a dialog box will appear. Add your address in . For Text which will show up on your web page considering adapting your address to a different format so when crawlers search pages for addresses, your text does not match the typical format thereby reducing unwanted spam (see Figure 22 and Figure 23). Figure 22. Filling in information Dreamweaver Tutorial 2 12

13 Figure 23. address link added Often on a personal page, you will see photos. To add images to your page go to the menu to Insert / Image (see Figure 24) Figure 24. Insert an Image In the dialog box, select one of the images that end with friends in the Images folder in firstwebpage (see Figure 25). On the right side, you can view the image before selecting. Dreamweaver Tutorial 2 13

14 Figure 25. Select an image to insert After selecting an image and pressing OK, the message box in Figure 26 will appear, just press Cancel. Figure 26. Press Cancel Insert a heading Some Photos: and make it a Heading 3. Put a short description before the picture. Also, note that when you highlight the image, the image information in the Properties area at the bottom of the window is displayed (e.g., height of the image H and width W ) (see Figure 27). Dreamweaver Tutorial 2 14

15 Figure 27. The Image inserted and the Properties Area shows the image information You can align the text and image by first highlighting the text and image and then going to the menu Format / Align / Center which will center the data (Figure 28). Figure 28. Align the photo and description to the center To Do: Add another photo. There are a couple pet like images included in the Images folder. Give the photo a description and align it to the center (see Figure 29). Dreamweaver Tutorial 2 15

16 Figure 29. A new image added, described and centered. Dreamweaver allows you to do some simple editing of images. When you click on an image (in this case the turtle) the image information will appear in the Properties area at the bottom of the window (see Figure 30). You can use the three tools to edit the image: brighten, crop, and sharpen (Figure 30). Brighten the Image Crop the Image Sharpen the Image Figure 30. Image Editing When we set up our first web page in Tutorial 1, we created a site called firstwebpage. We will continue to use that site. We already have our new home page added (homepage_2.html) and now we ll save the personal information page in the same folder as personal_2.html (Figure 31). Dreamweaver Tutorial 2 16

17 Figure 31. Save the Personal Information Page The current pages in our site are: a Home Page (newest one), Personal Information page, and an old Home Page. For the sake of this tutorial, let s also assume that there is another page with school information. So based on these pages, the hierarchy would look like: Home Page (second one) Personal Info School Info Old Home Page As we can see, we need a way to move and navigate between all the pages. We are going to look at two approaches: links and navigation menus. Navigation Links We ll add the links on the Home Page first that will navigate to the other pages in the site. First, in the side section of the web page, delete the text and add the following: a title Links (as a Header 3 Format / Paragraph Format / Header 3), then the link names: Personal Information, School Information and Old Home Page (see Figure 32). Dreamweaver Tutorial 2 17

18 Figure 32. Add the text for the links Next, you will need to add links to the text. First, highlight Personal Information and on the side Insert Area select Hyperlink or on the Menu select Insert / Hyperlink. From the dialog window, select the file personal_2.html as the link address (Figure 33). Figure 33. Add the URL of personal_2.html to the text Personal Information We don t have a page for School Information, but we can add the URL of our first web page to the text Old Home Page (see Figure 34). After both links have been added our page looks like that in Figure 35. Dreamweaver Tutorial 2 18

19 Figure 34. Add the old home page URL to the text Figure 35. The Home Page after the links have been added. Now that we have links on the home page, we need to add the links to the Personal Information page. To Do: Add to the Personal Information Page the Links title and the link text of Home Page, School Information and Old Home Page on the Side Area and make links for the Home Page and the Old Home Page (see Figure 36). Dreamweaver Tutorial 2 19

20 Figure 36. Links added to the Personal Information Page Using a Navigation Menu Another common way for users to move between sites is to use a menu. When you create a menu in Dreamweaver you need to create images for the menu items. We ll do a simple menu with three options from the following possibilities: Personal Info, School Info, and the Old Home Page and the Home Page. Before we can make the menu, we first need to create four images of the textual options. Open Word and type in the four possible pages: Personal Info, School Info, Old Home Page and the Home Page. Use a 12 point font and change the font type to Arial. Also change the font to dark blue to match our web page font colour (see Figure 37). Figure 37. Type the Menu item names in Word Next Open Paint and copy the list into Paint. Then cut and paste each menu item in Paint and save it to your Images folder in firstwebpage (Figure 38). Dreamweaver Tutorial 2 20

21 Figure 38. Cut and paste each menu item in Paint and save each image in the Images folder in firstwebpage To Do: Cut and paste all four items into Paint and save as images for the menu in the Images folder in firstwebpage. Similar to the links, we will insert a navigation menu into the Home Page First. On the side menu, below where we had the links for now, go to the main menu and select Insert / Image Objects / Navigation Bar (Figure 39). Figure 39. Insert the Navigation Bar Dreamweaver Tutorial 2 21

22 This will bring up a dialog box that allows you to enter all the menu items (e.g., the images) into the menu (Figure 40). Figure 40. The Dialog to enter Menu Items The + and sign buttons allow you to add new items or to delete ones you have already entered. The up and down arrows across from the + and sign, allow you to change the order of the entered menu items You can see the menu items and their order in the Nav bar elements box. On the Home Page, we will make the Personal Information Page the first element. In the Element name box enter personal. To add an image you need to tell Dreamweaver where the Up Image is located. Hit Browse and select the appropriate image file from your Images folder (Figure 41a). You do not need to enter the other images (i.e., over image, down image, over while down image) for this menu. Ensure Insert is vertical as we are putting our menu down the side menu. Figure 41a. Add the image for Personal Info to the Menu dialog Dreamweaver Tutorial 2 22

23 Now in the Nav bar elements box, personal will be added to the top (Figure 41b). To add a new element, press the + button. Do the same for School; enter the Element name as school and then in the Up Image box browse the images folder for the image of School Info (Figure 41b). Figure 41b. Add a new element to the menu To Do: Press the + button and add in the information for the Old Home Page (name and image). (Figure 42). Press OK Figure 42. Enter the Old Home information to the Menu Dreamweaver Tutorial 2 23

24 The Menu will be added as a table in the side area (Figure 43). As we can see, the table rows are the same colour as the side area (grey) and since the menu item images aren t the same size, they all look different. Figure 43. The Menu has been added to the Side Area of the Page To fix the different colours, simply select each row and in the Properties Area, select Bg and a colour chart will appear. Select white (Figure 44). Repeat for the other two rows to get a menu that looks more uniform (Figure 45). Figure 44. Change the background colour of each row to match the images Dreamweaver Tutorial 2 24

25 Figure 45. All the rows are white matching the Image background colour. If you want to adjust the table size to make it similar width to the side area, select the whole table and then put your cursor on the right-hand margin. Your curser will change its look and allow you to drag the margins (Figure 46). You can also change the size of the rows by doing the same thing (highlight the row and then when your cursor changes you can drag the margins). Drag the margins of the table Figure 46. Change the margins of the Page by dragging You can change the alignment of the menu from the default of the left-hand side to the center. Select the table and in the Properties Area change Align to Center (Figure 47). Figure 47. Center the Table Dreamweaver Tutorial 2 25

26 You can also align the menu item images. You first need to select a row and then the image. The default puts it to the left-hand side. To align the images to the right-hand side select Right in the Properties Area under Align. Repeat for all the rows (Figure 48). Figure 48. Align the menu items to the right You can also add a border to your menu by selecting the table then in the Properties Area add 1 to the Border (Figure 49). Figure 49. Add a border to the menu Dreamweaver Tutorial 2 26

27 Next you need to add a link to each of the images in the menu. Click on the first image in the menu (Personal Info). In the Properties Area the image information will be displayed. Beside Link type personal_2.html (you can also select the folder and find the web page file in your files). (See Figure 50). Do the same for the Old Home Page (add homepage_1.html as the link). There isn t a page for School Info so you don t need to do anything with it. Figure 50. Add links to the images Figure 51 shows the menu finished on the Home Page. Figure 51. The Home Page with both the list of links and the menu To do: Add a navigation Menu to the Personal Information page and preview your site.. Dreamweaver Tutorial 2 27

28 Save your pages to the server: Once you have your pages working as you want, you can save the pages to the server. In Tutorial 1 we already set up the site on the server so you just need to save the pages to the site on bluenose. In the Menu select File / Save to Remote Server. This will bring up the dialog box. First save your new home page (homepage_2.html) (see Figure 52) Figure 52. Save the new home page to the server Once you press Save another dialog will appear (Figure 53). You want to save all the information that is associated with the page (e.g., images) so select Yes. Figure 53. Select Yes Save your personal information page to the server as well (personal_2.html). Once both pages have been saved to the server you can view your home site online by going to: Dreamweaver Tutorial 2 28

29 Dreamweaver Resources: b1f693f21-7effa.html 4ae8d65-7c45a.html 4ae8d65-7f62a.html Choosing Colours for your Web Site In the pages that we created we used a colour combination that was influenced by the banner image used in the header and footer (see Figure 1). Other times, it might be based on personal preference. Figure 1. The colour combination of the pages Open the page (homepage_2.html) and save the page using a different name in the same folder (e.g., tryingcolours). What if we had used a different colour combination? Select the header and in the side area menu and select background. Delete the reference to the image in the banner and change the colour to a bright blue like the one in Figure 2. Dreamweaver Tutorial 2 29

30 Remove the image reference Figure 2. Change the background colour of the Header Now change the colour of the side menu, from the light blue to the darker green like in Figure 3 (highlight the side menu, then in side area double click background). Figure 3. Change the colour of the side menu Dreamweaver Tutorial 2 30

31 Now the page looks like Figure 4. Figure 4. Result of changing the colours Questions: What do you think of the colour combination? Is it easy to read the list of the URLs? Is there a difference for reading the links with the heading Links (brighter blue vs. the dark blue)? Why is our first page colour combination easier to read the URL text than the second one? Why is the menu easy to read regardless of the background colour? Dreamweaver Tutorial 2 31

32 The reason that the second colour combination is more difficult to read is the contrast between the colours on the web page. The higher the contrast, the easier it is to read the text (e.g., avoid having a dark background with dark text). This point is especially important for users who may have some vision issues. This is a video that critics a web page s lack of contrast The main authority on web pages (W3C recommends that web pages have a contrast ration of 4.51 (see WCAG20/visual-audio-contrast-contrast.html for a definition of this ratio). You can test the contrast value of your own web page using online tools, such as Let s test the second colour combination on the side menu. Open the above site in a browser. Then on your web page, highlight the side menu. In the side area, note the background-colour (080) (Figure 5). Next you need the colour of the font. Highlight Links: and note the colour (004)(Figure 6). Figure 5. Get the background colour number Figure 6. Get the font colour Next in the browser, you need to record the background colour and foreground colour (the font colour) and press enter. Note that the numbers will change when you enter them in the form (the program automatically puts them into proper HEX format). You can see from the results that the contrast for the colour combination fails (Figure 7). It rates 4.17 which is less than the W3C s recommended The other numbers represent the W3C s WCAG (Web Content Accessibility Guidelines) recommendations to differentiate between text smaller than 18pt text larger than 18pt (or text that is bold and larger than 14pt). For AA compliance, text should have a ratio of at Dreamweaver Tutorial 2 32

33 least 4.5:1 (larger text, at least 3:1). For AAA compliance, text should have a ratio of at least 7:1 (larger text, at least 4.5:1). Figure 7. The colour combination contrast test failed Now test the colour of the links. Keep the background colour the same. To get the colour of the links, highlight one of the links and double-click the side area Color. Then you can use the dropper cursor and go to the visited link colour until it registers in the colour box (in this case the number if 00C as seen in Figure 8). Figure 8. Get the colour for visited links Change the foreground colour to 00C, to see the results (Figure 9). This colour combination did worse the first comparison. In this case, the result was 2.42 and it failed all the WCAG recommendations. Dreamweaver Tutorial 2 33

34 Figure 9. Testing the contrast for visited links (fail) The first colour combination we used in the original page passed (Figure 10). It scored Figure 10. The first colour combination contrast passed To Do: Try some different colour combinations and test the contrast ratio. Record the different colour combinations that you use. Dreamweaver Tutorial 2 34

35 CSS Examples: We used CSS in our home site. CSS is a very powerful tool to help design your web pages and sites. Below are figures that show the same content presented differently using style sheets (see Figures 1, 2, 3, and 4). You can go to the site if you want and play with the style sheets as well (you may need further CSS resources to help). Figure 1. The main (first) Page ( Figure 2. A example of the same page content but using a different CSS ( Dreamweaver Tutorial 2 35

36 Figure 3. A example of the same page content but using a different CSS ( Figure 4. A example of the same page content but using a different CSS ( Dreamweaver Tutorial 2 36

37 CSS Resources References Deitel, H.M., Deitel, P.J., Neito, T.R. (2001). Internet and the World Wide Web: How to program, 2 nd Edition: Prentice-Hall Canada, Toronto. Sharp, Rogers, Preece. (2007). Interaction Design: beyond human-computer interaction, 2 nd Edition: John Wiley & Sons, England. Dreamweaver Tutorial 2 37

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

FrontPage 2000 Tutorial -- Advanced

FrontPage 2000 Tutorial -- Advanced FrontPage 2000 Tutorial -- Advanced Shared Borders Shared Borders are parts of the web page that share content with the other pages in the web. They are located at the top, bottom, left side, or right

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

Page Layout Using Tables

Page Layout Using Tables This section describes various options for page layout using tables. Page Layout Using Tables Introduction HTML was originally designed to layout basic office documents such as memos and business reports,

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

Title and Modify Page Properties

Title and Modify Page Properties Dreamweaver After cropping out all of the pieces from Photoshop we are ready to begin putting the pieces back together in Dreamweaver. If we were to layout all of the pieces on a table we would have graphics

More information

Building TPS Web Pages with Dreamweaver

Building TPS Web Pages with Dreamweaver Building TPS Web Pages with Dreamweaver Title Pages 1. Folder Management 7 2. Defining Your Site 8-11 3. Overview of Design Features 12-22 4. Working with Templates 23-25 5. Publishing Your Site to the

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

A Dreamweaver Tutorial. Contents Page

A Dreamweaver Tutorial. Contents Page A Dreamweaver Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3-4 - Setting up the website Page 5 How to save your web pages Page 6 - Opening an existing web page Page 7 - Creating

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

How to Make a Poster Using PowerPoint

How to Make a Poster Using PowerPoint How to Make a Poster Using PowerPoint 1997 2010 Start PowerPoint: Make a New presentation a blank one. When asked for a Layout, choose a blank one one without anything even a title. Choose the Size of

More information

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Eng 110, Spring Week 03 Lab02- Dreamwaver Session Eng 110, Spring 2008 Week 03 Lab02- Dreamwaver Session Assignment Recreate the 3-page website you did last week by using Dreamweaver. You should use tables to control your layout. You should modify fonts,

More information

Styles, Style Sheets, the Box Model and Liquid Layout

Styles, Style Sheets, the Box Model and Liquid Layout Styles, Style Sheets, the Box Model and Liquid Layout This session will guide you through examples of how styles and Cascading Style Sheets (CSS) may be used in your Web pages to simplify maintenance of

More information

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions

Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Architectural Engineering Senior Thesis CPEP Webpage Guidelines and Instructions Your Thesis Drive (T:\) Each student is allocated space on the Thesis drive. Any files on this drive are accessible from

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Getting Started with Eric Meyer's CSS Sculptor 1.0

Getting Started with Eric Meyer's CSS Sculptor 1.0 Getting Started with Eric Meyer's CSS Sculptor 1.0 Eric Meyer s CSS Sculptor is a flexible, powerful tool for generating highly customized Web standards based CSS layouts. With CSS Sculptor, you can quickly

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian

Microsoft FrontPage. An Introduction to. Lecture No.1. Date: April Instructor: Mr. Mustafa Babagil. Prepared By: Nima Hashemian An Introduction to Microsoft FrontPage Lecture No.1 Date: April 20. 2007 Instructor: Mr. Mustafa Babagil Prepared By: Nima Hashemian 2006 An Introduction to FrontPage Mathematics Department Eastern Mediterranean

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

Blackboard staff how to guide Accessible Course Design

Blackboard staff how to guide Accessible Course Design The purpose of this guide is to help online course authors in creating accessible content using the Blackboard page editor. The advice is based primarily on W3C s Web Content Accessibility Guidelines 1.0

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 Using Dreamweaver CS6 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information

Website Management with the CMS

Website Management with the CMS Website Management with the CMS In Class Step-by-Step Guidebook Updated 12/22/2010 Quick Reference Links CMS Login http://staging.montgomerycollege.edu/cmslogin.aspx Sample Department Site URLs (staging

More information

Developing a Home Page

Developing a Home Page FrontPage Developing a Home Page Opening Front Page Select Start on the bottom menu and then Programs, Microsoft Office, and Microsoft FrontPage. When FrontPage opens you will see a menu and toolbars similar

More information

Layout with Layers and CSS

Layout with Layers and CSS Layout with Layers and CSS Today we're going to make a Web site layout. Preparatory Step 1. Inside your folder create a new folder and name it layout. 2. Inside the layout folder create a new folder and

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

More information

Section 6: Dreamweaver

Section 6: Dreamweaver Section 6: Dreamweaver 1 Building TPS Web Pages with Dreamweaver Title Pages 1. Dreamweaver Storyboard Pages 3 2. Folder Management 4 3. Defining Your Site 5-8 4. Overview of Design Features 9-19 5. Working

More information

Using Dreamweaver To Edit the Campus Template Version MX

Using Dreamweaver To Edit the Campus Template Version MX Using Dreamweaver To Edit the Campus Template Version MX Tennessee Tech University Clement Hall 215 Dreamweaver is an HTML (Hypertext Markup Language) editor that allows you to create HTML pages. This

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images.

The Newsletter will contain a Title for the newsletter, a regular border, columns, Page numbers, Header and Footer and two images. Creating the Newsletter Overview: You will be creating a cover page and a newsletter. The Cover page will include Your Name, Your Teacher's Name, the Title of the Newsletter, the Date, Period Number, an

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 06: Introduction to KompoZer (Website Design - Part 3 of 3) Lab 6 Tutorial 1 In this lab we are going to learn

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2)

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) More on Relative Linking. Learning Objectives (2 of 2) Web Development & Design Foundations with HTML5 Ninth Edition Chapter 7 More on Links, Layout, and Mobile Slides in this presentation contain hyperlinks. JAWS users should be able to get a list of links

More information

Web Publishing Basics II

Web Publishing Basics II Web Publishing Basics II Jeff Pankin Information Services and Technology Table of Contents Course Objectives... 2 Create a Site Definition... 3 The Dreamweaver CS4 Interface... 4 Panels are groups of icons

More information

Websites. Version 1.7

Websites. Version 1.7 Websites Version 1.7 Last edited 15 Contents MyNetball Information...3 Websites...4 Web packages...4 Setting up the layout...5 Uploading files and images...6 Using Dropbox to Increase your Website Data...7

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Web Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet are:

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production Dreamweaver CS 5.5 Creating Web Pages with a Template University Information Technology Services Training, Outreach, Learning Technologies, and Video Production Copyright 2012 KSU Department of Information

More information

IGCSE ICT Section 16 Presentation Authoring

IGCSE ICT Section 16 Presentation Authoring IGCSE ICT Section 16 Presentation Authoring Mr Nicholls Cairo English School P a g e 1 Contents Importing text to create slides Page 4 Manually creating slides.. Page 5 Removing blank slides. Page 5 Changing

More information

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any

Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any Web design and content management from Microsoft FrontPage allows you to create, design, modify, and update your own website without learning any complex languages or codes. www.microsoft.com/frontpage

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

More information

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site

Project 1: Creating a Web Site from Scratch. Skills and Tools: Use Expression Web tools to create a Web site E00EW3.qxp 4/14/2007 3:17 PM Page 1 Workshops w Introduction The Workshop is all about being creative and thinking outside of the box. These workshops will help your right-brain soar, while making your

More information

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC

Learning Adobe DreamWeaver CC. Module 1 Contents. Chapter 1: Introduction to DreamWeaver CC Module 1 Contents Chapter 1: Introduction to DreamWeaver CC Design Considerations...1-1 Types of Graphics...1-2 Backgrounds and Text...1-2 Planning the Navigation...1-2 The DreamWeaver Screen...1-3 Workspaces...

More information

Creating Forms. Starting the Page. another way of applying a template to a page.

Creating Forms. Starting the Page. another way of applying a template to a page. Creating Forms Chapter 9 Forms allow information to be obtained from users of a web site. The ability for someone to purchase items over the internet or receive information from internet users has become

More information

Introduction to Microsoft Office PowerPoint 2010

Introduction to Microsoft Office PowerPoint 2010 Introduction to Microsoft Office PowerPoint 2010 TABLE OF CONTENTS Open PowerPoint 2010... 1 About the Editing Screen... 1 Create a Title Slide... 6 Save Your Presentation... 6 Create a New Slide... 7

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Creating Accessible Web Sites with EPiServer

Creating Accessible Web Sites with EPiServer Creating Accessible Web Sites with EPiServer Abstract This white paper describes how EPiServer promotes the creation of accessible Web sites. Product version: 4.50 Document version: 1.0 2 Creating Accessible

More information

A Frontpage Tutorial. Contents Page

A Frontpage Tutorial. Contents Page A Frontpage Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3.How to save your web pages Page 4.Opening an existing web page Page 5..Creating more web pages Page 6-8.Adding tables

More information

How to Format Modern Language Association (MLA) Style Papers

How to Format Modern Language Association (MLA) Style Papers McGregor 1 How to Format Modern Language Association (MLA) Style Papers The tutorial is designed for Microsoft Word 2013, but the process should be similar for other versions. Complete this tutorial for

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9

EDITOR GUIDE. Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 EDITOR GUIDE Button Functions:...2 Inserting Text...4 Inserting Pictures...4 Inserting Tables...8 Inserting Styles...9 1 Button Functions: Button Function Display the page content as HTML. Save Preview

More information

The Dreamweaver Interface

The Dreamweaver Interface The Dreamweaver Interface Let s take a moment to discuss the different areas of the Dreamweaver screen. The Document Window The Document Window shows you the current document. This is where you are going

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables

E-Business Systems 1 INTE2047 Lab Exercises. Lab 5 Valid HTML, Home Page & Editor Tables Lab 5 Valid HTML, Home Page & Editor Tables Navigation Topics Covered Server Side Includes (SSI) PHP Scripts menu.php.htaccess assessment.html labtasks.html Software Used: HTML Editor Background Reading:

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

Creating Page Layouts 25 min

Creating Page Layouts 25 min 1 of 10 09/11/2011 19:08 Home > Design Tips > Creating Page Layouts Creating Page Layouts 25 min Effective document design depends on a clear visual structure that conveys and complements the main message.

More information

Beginners Guide to Snippet Master PRO

Beginners Guide to Snippet Master PRO Beginners Guide to Snippet Master PRO This document assumes that Snippet Master has been installed on your site. If not please contact the Bakas IT web team at webreg@bakasit.com.au. Initial Login Screen...

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Title and Modify Page Properties

Title and Modify Page Properties Dreamweaver After cropping out all of the pieces from Photoshop we are ready to begin putting the pieces back together in Dreamweaver. If we were to layout all of the pieces on a table we would have graphics

More information

4. You should provide direct links to the areas of your site that you feel are most in demand.

4. You should provide direct links to the areas of your site that you feel are most in demand. Chapter 2: Web Site Design Principles TRUE/FALSE 1. Almost every Web site has at least one flaw. T PTS: 1 REF: 49 2. Not only should you plan for a deliberate look and feel for your Web site, but you must

More information

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System

CREATING ANNOUNCEMENTS. A guide to submitting announcements in the UAFS Content Management System CREATING ANNOUNCEMENTS A guide to submitting announcements in the UAFS Content Management System Fall 2017 GETTING STARTED 1 First, go to news.uafs.edu. 2 Next, click Admin at the bottom of the page. NOTE:

More information

Microsoft FrontPage Practical Session

Microsoft FrontPage Practical Session Ministry of manpower Higher college of technology Department of Information Technology QA Umbrella Workshop 30 th August- 3 rd September 2008 IT Skills Microsoft FrontPage Practical Session Copyright of

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Basic Microsoft Word 2013

Basic Microsoft Word 2013 Basic Microsoft Word 2013 1 Basic Microsoft Word 2013 General Notes: In Office 2013, tabs exist at the top; these are referred to as ribbons. The commands on each tab are organized into groups. The commands

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

More information

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007

Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 Grade: 7 Lesson name: Creating a School News Letter Microsoft Word 2007 1. Open Microsoft Word 2007. Word will start up as a blank document. 2. Change the margins by clicking the Page Layout tab and clicking

More information

There are four (4) skills every Drupal editor needs to master:

There are four (4) skills every Drupal editor needs to master: There are four (4) skills every Drupal editor needs to master: 1. Create a New Page / Edit an existing page. This entails adding text and formatting the content properly. 2. Adding an image to a page.

More information

FLIR Tools+ and Report Studio

FLIR Tools+ and Report Studio Creating and Processing Word Templates http://www.infraredtraining.com 09-20-2017 2017, Infrared Training Center. 1 FLIR Report Studio Overview Report Studio is a Microsoft Word Reporting module that is

More information

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007)

1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 1 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) 2 THE PNP BASIC COMPUTER ESSENTIALS e-learning (MS Powerpoint 2007) TABLE OF CONTENTS CHAPTER 1: GETTING STARTED... 4 MICROSOFT OFFICE

More information

Dreamweaver: Accessible Web Sites

Dreamweaver: Accessible Web Sites Dreamweaver: Accessible Web Sites Introduction Adobe Macromedia Dreamweaver 8 provides the most complete set of tools available for building accessible web sites. This workshop will cover many of them.

More information

Dreamweaver CS3 Lab 2

Dreamweaver CS3 Lab 2 Dreamweaver CS3 Lab 2 Using an External Style Sheet in Dreamweaver Creating the site definition First, we'll set up the site and define it so that Dreamweaver understands the site structure for your project.

More information

InDesign Tools Overview

InDesign Tools Overview InDesign Tools Overview REFERENCE If your palettes aren t visible you can activate them by selecting: Window > Tools Transform Color Tool Box A Use the selection tool to select, move, and resize objects.

More information

CSS (CASCADING STYLE SHEETS) LAYOUT: INTRODUCTION ON PAGE BACKGROUNDS. By Ted Mitchell

CSS (CASCADING STYLE SHEETS) LAYOUT: INTRODUCTION ON PAGE BACKGROUNDS. By Ted Mitchell CSS (CASCADING STYLE SHEETS) LAYOUT: INTRODUCTION ON PAGE BACKGROUNDS By Ted Mitchell CSS IS USED TO CREATE BOXES ON/IN THE PAGE THAT ARE POSITIONED IN CERTAIN PLACES AND GIVEN STYLES OR CHARACTERISTICS

More information

QRG: Using the WYSIWYG Editor

QRG: Using the WYSIWYG Editor WYSIWYG Editor QRG: Using the WYSIWYG Editor WYSIWYG stands for What You See Is What You Get. The WYSIWYG Editor is the reason you don t need to be an IT Programmer to write content for your web page.

More information

Intermediate Microsoft Office 2016: Word

Intermediate Microsoft Office 2016: Word Intermediate Microsoft Office 2016: Word Updated January 2017 Price: $1.20 Lesson 1: Setting Margins A margin is the distance from the text to the paper s edge. The default setting is 1 all around the

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Microsoft Word Tutorial

Microsoft Word Tutorial Microsoft Word Tutorial 1 GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Header. Article. Footer

Header. Article. Footer Styling your Interface There have been various versions of HTML since its first inception. HTML 5 being the latest has benefited from being able to look back on these previous versions and make some very

More information

How To Get Your Word Document. Ready For Your Editor

How To Get Your Word Document. Ready For Your Editor How To Get Your Word Document Ready For Your Editor When your document is ready to send to your editor you ll want to have it set out to look as professional as possible. This isn t just to make it look

More information

Developing successful posters using Microsoft PowerPoint

Developing successful posters using Microsoft PowerPoint Developing successful posters using Microsoft PowerPoint PRESENTED BY ACADEMIC TECHNOLOGY SERVICES University of San Diego Goals of a successful poster A poster is a visual presentation of your research,

More information

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2

Adding Text and Images. IMCOM Enterprise Web CMS Tutorial 1 Version 2 Adding Text and Images IMCOM Enterprise Web CMS Tutorial 1 Version 2 Contents and general instructions PAGE: 3. First steps: Open a page and a block to edit 4. Edit text / The menu bar 5. Link to sites,

More information

m ac romed ia D r e a mw e av e r Curriculum Guide

m ac romed ia D r e a mw e av e r Curriculum Guide m ac romed ia D r e a mw e av e r Curriculum Guide 1997 1998 Macromedia, Inc. All rights reserved. Macromedia, the Macromedia logo, Dreamweaver, Director, Fireworks, Flash, Fontographer, FreeHand, and

More information

Lesson 1 New Presentation

Lesson 1 New Presentation Powerpoint Lesson 1 New Presentation 1. When PowerPoint first opens, there are four choices on how to create a new presentation. You can select AutoContent wizard, Template, Blank presentation or Open

More information