An Introduction to Dreamweaver MX From Learn-ICT

Size: px
Start display at page:

Download "An Introduction to Dreamweaver MX From Learn-ICT"

Transcription

1 An Introduction to Dreamweaver MX 2004 From Learn-ICT

2 THE INTERFACE: When you open Dreamweaver you will be presented with a screen similar to that shown below. Similar if you still have all the default settings in place! You may see a few more "Panel Groups " down the right hand side (where it says Design Code etc.). Notice that in the "Files" panel there is a green folder displayed named "Site - dmx_newbie" which is the site set up for this tutorial. THE INSERT BAR: The insert bar sits near the top of the interface and contains a series of short cut icons for tasks employed during the construction of Web Pages. It looks like this Clicking on the various "Tabs" displays the tasks assigned to each "Insert Bar" collection. The collection we use most often is aptly named "Common". The following table explains each of the icons in some detail:

3 Insert "Hyperlink": Hyperlinks, more commonly just known as "Links" are what makes the web go round Insert " Link": This inserts a link that, once clicked, opens the visitors program with a pre specified address already entered in the "To" field like this "Mail Me". This can also be achieved in the Properties Inspector by typing mailto: followed by the address into the link box. Insert "Named Anchor": Whilst a "Hyperlink" enables you to link to other web pages both within and outside of your own web site, the "Named Anchor" is used to link to other parts of the same web page that the link is on Insert "Table": You are going to be using this one a lot. Tables give structure to your page layout Insert "Image or Images": This is another one that you are going to use a lot. Just click on the downward pointing arrow and you will be presented with a number of options, take a look at this As you can see, this covers everything from Inserting a single image. Inserting an image placeholder, useful if you are working on a page and don't have all the artwork yet. Inserting a Rollover image. Inserting HTML generated by Fireworks. Building a Navigation Bar. The three bottom icons are used when building an image map. Insert "Media": Another multi function icon. This one handles inserting the following Flash Movies Flash Buttons from Dreamweaver's inbuilt Flash Button Library. Flash Text. No fancy text effects though. Shockwave. Java Applets. A facility for setting tag parameters. ActiveX. Plug Ins. Warning: Once you have accessed a function in the menu, Dreamweaver will display that icon in the Insert Bar until a different function is accessed Insert "Date": Simply inserts today's date in the page!

4 Insert "Comment": Inserts a standard HTML comment into the code like this <!--hello John -->. Useful for keeping track of your thinking when designing complex pages. "Templates": Dreamweaver allows you to create templates for your web pages that contain editable and non editable regions. Useful when working within strict design parameters in a group environment. "Tag Chooser": A memory aid for when you are hand coding and can't quite remember the correct syntax for something. Covers HTML, CFML, ASP.NET, JSP, JRun, ASP, PHP and WML THE PROPERTIES INSPECTOR: The "Properties Inspector" lives at the bottom of the screen just below the "Status Bar" So what does this inspector do? Basically it displays the "Properties" for the part of the web page you are currently working on. So, if you are working on an image, it will show you the image properties. If you are working on text it will show you the text properties. Same thing for forms, layers, tables etc. CREATING A NEW WEBSITE: Create a new folder in My Documents and name it "newbie2". This is the folder that your Web Site will live in. Open the "newbie2" folder and create another folder inside it named "pics". This is where the pictures for your Web Site will be stored. Open the demonstration folder on the Desktop, locate the "7" image files it contains then copy and paste them into the folder named "pics". Now copy the "3" text files copy and paste them into the main "newbie2" folder.

5 Open Dreamweaver. It is now time to tell Dreamweaver where all the files for our Web Site are stored. To do this, we use the "Manage Sites" facility. This can be accessed from the "Site" menu by clicking on "Manage Sites". Click on "NEW", then select "Site" from the menu. When using Dreamweaver for the first time the "Basic Site Definition" wizard opens by default. I prefer using the "Advanced" features, so click on the "Advanced" tab to switch views. Once the "Advanced" window is open select "Local Info" from the "Category" list. Then type "newbie2" into the "Site Name" text box. Next, click on the yellow folder next to the "Local root folder" text box and browse your way to the "newbie2" folder you created in My Documents. Once you have found the "newbie2" folder and opened it, hit the "Select" button.

6 There are some other goodies in the "Category" list that we don't need right now. However, let's take a quick look at them for future reference. The "Remote Info" screen is where we could set up the details of a remote server. This would enable us to upload and download files. You don't have to worry about it yet. Just make sure that "None" appears in the "Access" box. The "Testing Server" screen is where you select which particular server side scripting language you wish to use when developing dynamic web sites. We are just building plain old HTML sites at this stage so make sure that "None" appears in the "Server model" and "Access" menus. Once you have finished looking around, switch back to "Local Info" and hit the "OK" button at the bottom of the screen. You will then be sent back to the "Manage Sites" screen. As you can see, your newly defined "newbie2" site now appears in the list of sites. Hit the " Done" button.

7 Now go take a look in the "Files" panel under the "Files" tab. All your files are listed there. If you can't see the image files just click on the small + next to the "pics" folder to open it. Now you have all the content in place and Dreamweaver knows where everything is. Time to start building Web Pages! WORKING WITH TEXT: In this section we will explore some of the ways in which we can add text to a web page. Firstly though, we have to create some blank web pages to hold the text. Go to the "Files" panel and right click on the "Site - newbie2" folder. Select "New File" from the menu. You will see a new file named "untitled.htm" appear in the file listings. Rename it "index.htm". To rename a file simply click on it to highlight it and then press the "F2" key. You can then simply place your cursor on the file name, delete the section you want to edit and type in a new name. Create two more new files and name them "gallery.htm" and "links.htm". Once you have all your new files created the "Files" panel should look like this.

8 Just a quick word about creating new files. You can achieve the same result by selecting "File > New > Basic Page > HTML > Create" which will open an untitled page in the work area. Then select "File > Save As" and name the page. Or by hitting the "New" button and following a similar procedure. Double click on "index.htm" and it will open in the work space. In "Design View" the page appears as below. We will be doing most of our work in "Design View". Move down to the "Properties Inspector" and click on the "Page Properties" button. The "Page Properties" window will open. We are going to give our page a sort of beige background by entering the hex code "#F4F3DD" into the "Background" box. Note that I forgot to include the "#" when I typed it in. No problem, Dreamweaver will compensate and add the required "#" to the code for me. I am using a dark blue as the default "Text" colour and a lighter blue for all the links. I picked these colours by clicking onto the colour boxes and selecting them from the pallet. If you like, you can select different colours for each "Link State". For example, Red for the links initial state, Green for when it is clicked and Blue for after the link has been visited Switch from "Appearance" to "Title/Encoding" and type a "Title" for the page into the "Title" box. Then hit "Apply" and "OK". The "Title" is displayed in the title bar of a web browser. It has nothing to do with the name of your HTML file. Search engines look at the "Title" tag for keywords that match a query a visitor may have entered.

9 Back to the "Properties Inspector" again and click on the "Align Center" button. Notice that American spelling is always used when dealing with HTML. Take a look at your page and you will see the cursor flashing away merrily in the middle at the top of the page. Go to the "Common" insert bar and click on the "Image" icon. Open the "pics" folder by double clicking on it. Select the "banner.jpg" file and hit the "OK" button. The picture will be previewed in the "Select Image Source" window if you have ticked the "Preview Images" check box. You will now have the sites title/banner image at the top of the page. Ok, I know this section of the tutorial is supposed to be about working with text. However, we need that image in place before we start with the rest of the page. Place the cursor in the middle of the page just under the image.

10 Go to the "HTML" insert bar and click on the " Horizontal Rule" icon. A neat dividing line will be drawn just under the banner. as shown below. Place your cursor to the right of the line and hit the return key. The cursor will move down to a central position below the line. Type in the following text.. Home - Gallery - Links Now highlight the text by dragging the cursor across it, go to "Properties" and select: Font Verdana, Arial, Helvetica, sans serif from the list. Size - 2 Bold Verdana becomes the font of choice. If Verdana is not installed on the visitors computer, the browser will look for Arial as an alternative. Failing that, it will look for Helvetica then any other sans-serif font available. Press the return key again and move the cursor to the left of the page using the "Align Left" button.

11 Select "Heading 2" from the format menu, Arial etc from the "Font" menu and "None" from the "Size" menu then type the word Home Press the return key again and reset the "Properties" to Format - Paragraph. Font Verdana, Arial, Helvetica, sans serif from the list. Size - 2 Bold You will now type in some text. What I want to demonstrate here is the way that the Return key is used to vary the amount of space between lines of text. If you type a line of text and simply hit the return key, like so... Dreamweaver automatically creates a paragraph break which is equivalent to approximately two lines of text. Like so If you type a line of text and then hit the return key whilst holding down the shift key Dreamweaver creates a single line break placing the new line of text directly below the existing line. If you just type in a long line of text without using the return key. Dreamweaver will allow you to carry on for as long as you like. It will simply wrap the text when it reaches the edge of the browser window, creating a single line break as it wraps. When using the "Backspace" key for repositioning lines of text, "Backspace" alone moves a line up a whole paragraph break. Holding down the "Shift" key whilst pressing the "Backspace" key moves a line of text up a single line. The cursor must be positioned to the left of the line of text (or other item) that you want to move. Highlight the text you just typed in and delete it by pressing the delete key. Go over to the "Files" panel and double-click on the text file "prague.txt".

12 The text file opens in code view as shown below. Copy the text and then switch back to "index.htm" and paste it in. When you first paste the text into the index.htm page it will probably lose any formatting it had in the text file. Simply highlight the text, click the align left button and set the properties to our old favourite: Format - Paragraph. Font Verdana, Arial, Helvetica, sans serif from the list. Size - 2 Bold Tidy up the bottom of your page by inserting another horizontal line. Save your work either by by selecting "Save" from the "File" menu, Clicking on the "Save" icon in the document tool bar, or simply presing "Ctrl + S" on your keyboard. Then preview the page in your browser by pressing "F12" on the keyboard. Just a last quick word about inserting text from "Notepad" text files (.txt) or "Word" files (.doc). If you wish, you can simply click on the text file that is held in the "Files" panel then drag and drop it onto the web page in the work area. Dreamweaver will ask you if you want to link to the file or just insert the contents. Choose the latter. Dreamweaver MX 2004 even allows you to "import" the contents of a "Word" document, held elsewhere on your computer, into the page. To do this go "File > Import > Word Document" and browse to the document holding the content you wish to import. You should now have a basic understanding of inserting text into a web page. Create yourself a new page and practice a bit with what you have learned so far. Don't be afraid to explore and experiment.

13 CREATING LINKS: We will now take a look at creating links. First we will look at linking to other pages within our website. Then we will learn about linking to other external web sites. Open "index.htm" in Dreamweaver workspace and highlight the word "Home". A quick tip here, you can highlight single words by simply double clicking on them. Look in the "Properties" inspector and click on the yellow folder next to the "Link" box. Select "index.htm" from the file window and sekect the "OK" button. You have just created a link. Take a look at the page and you will see that the word "Home" is now displayed in the colour we assigned to the links. It is also underlined, indicating that it is now a link. Save the changes to the "index.htm" page by either going "File > Save" or by clicking the "save" icon.

14 USING TABLES FOR LAYOUT: A "Table" is simply a grid made up of "Rows" and "Columns". The spaces outlined by the "Borders" of these "Rows" and "Columns" are referred to as "Cells". You can place text, images and other objects inside these "Cells". cell with green border This is a row cell cell cell cell cell cell cell cell cell with red border border This is a column Insert a table from the "Layout" insert bar Table Properties: Number of Rows. Number of Columns. Header and Caption (available from the insert table panel). Summary, for use with non visual browsers rendering speech or Braille (available from the insert table panel). Align, Left, Right or Centre. Positions entire table on the screen. CellPad, sets the pixel space (padding) between cell content and borders. CellSpace, sets the pixel distance (space) between cells. Border, sets pixel thickness of borders. Bg Color, sets the tables background colour. A text box is also provided, into which you can enter a raw hexadecimal colour code like # Brdr Color, sets the table border colours. A text box is also provided, into which you can enter a raw hexadecimal colour code like # Bg Image, allows you to use an image as the background to a table. Table ID, allows you to assign a unique name to the table. Useful when you have multiple tables on a

15 page. Class, allows you to assign a CSS style to the table. Dreamweaver also provides some (frequently ignored) utilities for formatting tables. Format Table: Insert a table into your page with 2 columns and 6 rows and insert the following data: Name Fred 33 Bill 42 Joe 25 Xavier 63 Alfred 102 Age Click on it to select it. )Quick tip here, clicking on the <table> tag in the status bar to makes selection easy.) Select "Format Table" from the "Commands" menu and experiment with some of the options. Now select "Sort Table" from the "Commands" menu. Set it up to sort Column 1 alphabetically in ascending order. Then press the Apply and OK button. Now play around with sorting column 2 numerically, then sort both. Single Cell Tables Sometimes it's useful to use a single cell table for displaying artwork etc. Insert a new table with the following settings: 1 Row 1 Column 100 pixels width Border thickness, Cell padding and Cell Spacing to zero Hit OK

16 You will see a dotted outline of a table on your screen. Above it you will see the table width displayed in green. You can turn the width display off by unticking the Table Widths option in the Visual Aids menu. The dotted lines represent the borders of the table. We set the border width to zero. If we had set the border width to "1" we would see a solid 1 pixel border around the table like so. Insert a picture into a table and experiment with "Border Widths": Border = 0 Border = 1 Border = 5 Border = 10 Now play around with the "Cell Spacing". Border = 0 Cell Spacing = 0 Border = 1 Cell Spacing = 2 Border = 5 Cell Spacing = 4 Border = 10 Cell Spacing = 5 Finally we will play around with "Cell Padding". I have changed the background colour of each table to black so that you can see the effect better. Border = 0 Cell Spacing = 0 Cell Padding = 2 Border = 1 Cell Spacing = 0 Cell Padding = 4 Border = 5 Cell Spacing = 0 Cell Padding = 6 Border = 10 Cell Spacing = 0 Cell Padding = 8

17 Nested Tables By now you will have discovered that tables are extremely useful but, structurally, can be a bit rigid. Everything works on a grid pattern, so if your design ideas fall outside of that pattern you could run into problems. This is why "Nested Tables" are so important. A "Nested Table" is simply a "Table" placed inside a cell of another table. Take a look at the example below and you will see what I mean. The "Red" table is the main table and features 3 "Rows" and 3 "Columns". The 3 cells in the middle row have been "merged" to make one long cell. Now, my design calls for three equal columns (cells) in the top and bottom rows and 4 equal columns split into two rows in the middle cell. If we tried to just split the long centre cell into 4 columns we would come unstuck because the columns would try to align themselves to the existing three. To overcome this we simply insert another table, the "Green" one, inside the long middle cell of the "Red" table and give it a grid pattern of its own. You can use as many "Nested Tables" as you like. It's a good idea to give each table its own unique name using the "Table ID" box in "Properties". REBUILDING THE GALLERY PAGE: Set up a new page using the same page properties that you used for the original Gallery Page. This time though, set all the margin parameters to zero. Just a little trick to make your page go right to the edge of the browser window with no margins. Insert a table of: 10 rows 2 columns 100% width 0 (zero) cell spacing, cell padding, border.

18 I have put some numbers onto the picture below as a guide to what comes next. Don't put them on your page. Using the "Merge Cells" tool, merge the cells in row 1, row 2, row 3, row 4, row 9, and row 10. Our thumbnails are all 150 pixels wide so click on the line representing the column and drag it towards the left of the page until it looks around the right width for the pictures. You can set it up more accurately using "Properties" if you wish, but for this demonstration that's not strictly necessary.

19 Click inside the top row (row 1) and set it's properties to "Horz = Center" and "Vert = Top" The properties for rows 1 to 4 and 9 and 10 should all be "Horz = Center" and "Vert = Top" Insert the top banner image into row 1 Insert a "Horizontal Rule" into row 2. Insert the text for the navigation links into row 3. Insert a "Horizontal Rule" into row 4. Insert a "Horizontal Rule" into row 9. Insert the text for the "To The Top" link in row 10. Your page should now look like this. Rows 5, 6, 7 and 8 should all be set to "Horz = Center" and "Vert = Top". Insert the text "Gallery -" in the left cell of row 5. In this example the text has been formatted as "Heading 3". Insert the thumbnail "CharlesBridge_thumb.jpg" into the left cell of row 6. In the image "Properties" give the picture the following "V Space = 10" and "H Space = 5". That will provide a bit of space around the picture and stop the table cell snapping inwards to the edge of the image. Insert the other two thumbnails into the left cells of rows 6 and 7 respectively. Give them the same "V Space" and "H Space" as you gave to Charlie's Bridge. Copy and paste the text relating to each thumbnail into the appropriate column as shown below. The cell alignment for the text should be "Horz = Left " and "Vert = Top". You can bring the text a little further down the page by inserting a single line break above it.

20 Save your work and check it in the browser (F12). FORMS The Forms Insert Bar: Take a look at the Forms Insert Bar and you will see the following. Let's first go through all the icons to see what they do. Insert "Form": This is the icon that inserts the <form></form> tags into your page. All other form elements must be enclosed within these "opening and closing" form tags. The first thing you do when building a form is to click on this icon. Insert "Text Field": This inserts a standard single line text field like such... their details. into which your visitors enter Insert "Hidden Field": A hidden field is not visible to your visitors. It is often used to pass information regarding the processing of the form to other pages, mailing programs or to a database. Insert "Text Area": This inserts a multi line text box into the page. Multi line text areas are normally used by visitors for entering comments etc.

21 Insert "Check Box": This inserts a Check Box into the form like so. Check boxes allow visitors to select single or multiple options from the form depending on how it is configured. Insert "Radio Button": This inserts a radio button on the page like so. Radio buttons are normally used in groups which allow a user to select just one item from a list of options. Insert "Radio Button Group": This brings up a wizard that guides you through the process of configuring a group of radio buttons. Insert "List or Drop Menu": This enables you to insert a "Drop Down" menu like so so... one tw o three one or a scrollable list of links like Insert "Jump Menu": This inserts a "Jump Menu". A Jump Menu is something like a drop down menu but it sends the user to a new URL as soon as a selection is made. Insert "Image Field": Allows you to insert an image as a replacement for a standard Submit button. Insert "File Field": This is sometimes used in advanced routines that allow users to post attachments to the webmaster (not a good idea unless the webmaster has a heavy duty virus blocker). It brings up a text field and a "Browse" button and allows the user to browse to a file on their hard disk that they wish to attach to the or upload to the web site. Insert "Button": This inserts the standard Submit and Reset buttons. Submit Reset Insert "Label": Labels are sometimes used to relate descriptions to various form controls. It simplifies assigning uniform styles to form elements. Insert "Fieldset": Fieldsets allow the "grouping" of form elements. This is useful when designing sites for the visually impaired and or other users who may use speaking browsers or have to navigate a site purely by using the keyboard.

22 WHAT FORMS DO Forms can be used to Gather information from a site user and send that information to the site owner or another person by . Gather information from a site user and send that information to another page for processing in some way. Gather information from a site user and send that information to a database for use at a later stage. Facilitate navigation (within the site or on the www) with the use of drop down, jump or list menus. "mailto" If you are building a bog standard HTML page you are a bit limited as to how you can use forms. HTML does allow you to send form contents by . However, in order to do this, you are restricted to what is known as the "mailto" method. This method simply takes the contents of the form and mails it to the recipient using the visitors own program. Unfortunately, not all programs support this method. Netscape users should not have a problem. Internet Explorer users with Outlook Express get a pop up window asking them if it's OK to send the form. As long as they click on "Yes" then the form is sent. CREATE A FORM Create a new page, click anywhere inside it, then click on the "Form" icon in the "Forms" insert bar. You will see a box surrounded by red dotted lines appear. This is your form "Delimiter". If you do not see the red dotted lines, go "Edit > Preferences > Invisible Elements" and put a tick in the checkbox next to "Form Delimiter". Click inside the "Form Delimiter" box then click on the "<form>" tag in the status bar. This will select the form and open the form "Properties" inspector. In "Properties" change the "Form Name" to something that is relevant to what the form is for. Set the "Method" to "POST" and enter the following into the "Action" field: mailto:you@yourmail.co.uk Use your own address because you are going to be sending the form contents to yourself. Set the "Enctype" field to "multipart/form-data". So what does all this do?

23 Form Name - is just that. A name you give the form. Useful when debugging if you have more than one form on a page. Action - is the action that is taken when the form is submitted. In this case, you are sending the contents of the form to yourself by . Method - "POST" is the method we are using in order to post the form to your address. The other method available to us is "GET" which is usually used when searching databases etc. Enctype - basically "Encryption Type". Choosing "multipart/form-data" splits the contents of the form to separate lines when it is sent. You will see the effect of the other options later. Target - we are not using this. It comes into play when using "Frames" or when opening a new browser window to display form data. Class - only gets used when we start applying CSS (Cascading Style Sheets) to the form. Don't worry about it right now. Click inside the "Form Delimiter" and type the words "First Name". Add a couple of non breaking spaces after the text (Ctrl+Shift+Space) then click on the "Text Field" icon in the Forms insert bar. A text field will be inserted as shown in the picture below. set up the "Properties" as follows... TextField - give it the name "FirstName". NEVER use spaces or special characters when naming ANY form element. If you do, your form will generate all sorts of errors once you start playing with any of the scripting languages (JavaScript, PERL, ASP etc.). Char width - this sets the width of the TextField. I have set it at 30 characters. Type - Check the "Single Line" radio button. There are several other properties you can set. Max Chars - maximum characters. Set this to the maximum number of characters you want to allow a visitor to enter.

24 Type Multiline - simply converts the text field to a multi line Text Area. More about these on page 2. Password - displays anything the visitor types in as black dots. Thus stopping nosey people from grabbing his password by peeking over his shoulder. When the submit button is pressed the text is transmitted as normal readable text. Class - only gets used when we start applying CSS (Cascading Style Sheets) to the form. Now type the words "Last Name" beneath "First Name" and insert another "Text Field". set up the properties as... TextField - give it the name "LastName". Char width - set it to 30 characters. Type - Check the "Single Line" radio button. Press the return key so that your cursor is underneath the Last Name line and click on the "Hidden Field" icon from the forms insert bar. You will see a little gold shield appear if you don't see it, go "Edit > Preferences > Invisible Elements" and put a tick in the checkbox next to "Hidden Form Fields ". Now click on the gold hidden field symbol to highlight it. Look in "Properties" Leave the name as HiddenField. You could name it anything you liked but as we are only using one hidden field here, we will leave it as is. Give it a value of "My Hidden Field" The text you just entered will be hidden from the visitor but will be transmitted with the rest of the form data when the submit button is clicked.

25 Talking about "Submit Buttons", let's put one in. Stick in some non breaking spaces so that your cursor lines up nicely under the text fields and Select the "Button" icon in the Forms insert bar. Leave the button name as "Submit" seeing as that's what it's going to be doing. The "Label" field determines what is written on the button. So if you were to change it to "Send" the button would have "Send" written on it. Make sure that "Action" is set to "Submit form". The "Reset Form" radio button changes the name on the button and its action to "Reset" so that clicking on it clears the form. "None" prevents the button from sending or resetting. This is used in situations where you want to assign some other action to the button using JavaScript or another scripting language. Save your work. Press F12 to preview the page in your browser. Enter a first name and a last name then hit the "Submit" button. You will probably get a couple of pop up messages telling you that an is being sent. Just say yes. Check your inbox and you will find that you have an with an attachment named "Postdata.att". Open the attachment using "Notepad" and you will see that the contents of the form has been sent to you. Not very pretty though is it? We will sort that out later.

26 JUMP MENU The Dreamweaver Jump Menu is a way of creating a list of links within a pull-down menu structure. Open a new HTML page and insert a Form (or use the form you created earlier). Then type "Select A Link" in between the form delimiters. If this is a new form, select the form and set up the Properties as follows... Form name = jump1 Method = Default Leave the Action field empty Place your cursor below the text you just entered and click on the Jump Menu button. The Insert Jump Menu window will open as shown below.

27 In the Text: box type Select A Link. This is the wording that will appear as the heading for our Jump Menu. In the When selected, go to URL: box just enter a hash mark #. This will just send the browser back to the page the jump menu is on should someone select our heading and not a link. Once you have entered the heading and the hash go click on the + button to add the next link. This is going to be a link to an external web site. I have chosen the BBC site. Text: = BBC When selected go to URL: = When linking to an external web site ALWAYS USE THE FULL ADDRESS including the bit, or your link will not work.

28 Hit the + button again and create another external link. This time to WebThang. Text: = Learn ICT When selected go to URL: = Hit the + button again. This time we will create a link to another page on our own web site. I have used the first page of this tutorial for this example. Text: = Page 1 of This Site (or whatever page you are linking to) When selected go to URL: = Hit the Browse button. Browse to the page you want to link to and select it. Hit OK That's it for the links. Hit the OK button on the Insert Jump Menu window. Look in the Properties panel. In the Initially selected box, highlight Select A Link. It will then appear as the heading for our Jump Menu. Save your work. Open the page in a browser and test your jump menu. There are a few other features you should know about OpenURL's in: - Your only choice here is Main window. If you had built your web site in Frames then you would be presented with a list of the Frames available into which you could load the new pages.

29 Menu name: - This is the name you give your Jump Menu. When Dreamweaver creates the first menu it calls it menu1. If you have more than one menu on a page they MUST be named differently, e.g. menu2, menu3, menu4 etc. If you don't do this, your menus will not work. Options: Insert go button after menu - This is supposed to insert a go button after the menu so that visitors have to select an item and then click the go button in order to open the new link. However, Macromedia forgot to delete the automatic jump function code when a go button is inserted. So no matter what happens, selecting an item sends the visitor off to the next page anyway, go button or no go button. There is a way around this at the bottom of the page, but only for the brave! Here is what that go button I was talking about looks like. Options: Select first item after URL change - In theory, after you have made your selection and gone to the new page, the menu will be reset to the first item (i.e. the heading). However, inserting it does not remove the automatic jump code. It just inserts both. In the code below, the Red code is the automatic jump menu code and the Blue code is the code for the go button. If we just want to use the go button we have to edit the code by changing the Red line below: <form name="form1" method="post" action=""> <select name="menu1" onchange="mm_jumpmenu('parent',this,0)"> <option value="#">select A Link</option> <option value=" <option value=" ICT</option> <option value="dmx04_4_1.asp">page 1 of This Web Site</option> </select> <input type="button" name="button1" value="go" onclick="mm_jumpmenugo('menu1','parent',0)"> </form> to this... <form name="form1" method="post" action=""> <select name="menu1"> <option value="#">select A Link</option> <option value=" <option value=" ICT </option> <option value="dmx04_4_1.asp">page 1 of This Web Site</option> </select> <input type="button" name="button1" value="go" onclick="mm_jumpmenugo('menu1','parent',0)"> </form> Leave the Blue line as it is.

30 BEHAVIOURS Should time allow, we will finish the course by looking at some of Dreamweaver s built-in Behaviours. These are chunks of code which provide some utilities which could prove useful. These include opening a pop-up web page, validating forms (ensuring that all fields are complete) and making roll-over images (an image which changes when the mouse pointer is over it).

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

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

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 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

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

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

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

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

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

Dreamweaver: Web Forms

Dreamweaver: Web Forms Dreamweaver: Web Forms Introduction Web forms allow your users to type information into form fields on a web page and send it to you. Dreamweaver makes it easy to create them. This workshop is a follow-up

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

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

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

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

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

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

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

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

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

Electronic Portfolios in the Classroom

Electronic Portfolios in the Classroom Electronic Portfolios in the Classroom What are portfolios? Electronic Portfolios are a creative means of organizing, summarizing, and sharing artifacts, information, and ideas about teaching and/or learning,

More information

Dreamweaver Website 1: Managing a Website with Dreamweaver

Dreamweaver Website 1: Managing a Website with Dreamweaver Page 1 of 20 Web Design: Dreamweaver Websites Managing Websites with Dreamweaver Course Description: In this course, you will learn how to create and manage a website using Dreamweaver Templates and Library

More information

Dreamweaver Handout. University of Connecticut Prof. Kent Golden

Dreamweaver Handout. University of Connecticut Prof. Kent Golden Dreamweaver Handout University of Connecticut Prof. Kent Golden Kent@GoldenMultimedia.com www.goldenmultimedia.com Main goal of this handout: To give you the steps needed to create a basic personal website

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

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

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

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

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

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

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

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Client Interview. Interview Topics. Goals and Target Audience. Activity 3.1 Worksheet. Client Name:

Client Interview. Interview Topics. Goals and Target Audience. Activity 3.1 Worksheet. Client Name: Activity 3.1 Worksheet Client Interview Team Name: Date: Client Name: Interview Topics Goals and target audience Content Design requirements Delivery requirements Goals and Target Audience Identify three

More information

FirmSite Control. Tutorial

FirmSite Control. Tutorial FirmSite Control Tutorial 1 Last Updated June 26, 2007 by Melinda France Contents A. Logging on to the Administrative Control Center... 3 Using the Editor Overview:... 3 Inserting an Image... 7 Inserting

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

Paint Box Tools. Professional Tools

Paint Box Tools. Professional Tools Paint Box Tools Professional Tools 1 1 Welcome and Appendix Welcome Whether you re a newby Mr Site user or a seasoned veteran you may well have noticed we ve updated our Paint Box editor to something a

More information

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles Using Dreamweaver CC 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format

More information

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

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

Dreamweaver 8. Project 5. Templates and Style Sheets

Dreamweaver 8. Project 5. Templates and Style Sheets Dreamweaver 8 Project 5 Templates and Style Sheets Starting Dreamweaver and Opening the Colorado Parks Web Site Click the Start button on the Windows taskbar Point to All Programs on the Start menu, point

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 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

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

Creating a Website in Schoolwires

Creating a Website in Schoolwires Creating a Website in Schoolwires Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Navigating to an assigned section... 2 Accessing Site Manager... 2 Section Workspace

More information

Using Dreamweaver CC. 5 More Page Editing. Bulleted and Numbered Lists

Using Dreamweaver CC. 5 More Page Editing. Bulleted and Numbered Lists Using Dreamweaver CC 5 By now, you should have a functional template, with one simple page based on that template. For the remaining pages, we ll create each page based on the template and then save each

More information

Word Processing for Dissertations

Word Processing for Dissertations Word Processing for Dissertations Microsoft Office 2016 Word Processing for dissertations Contents: Steps in Writing a Dissertation... 2 Writing Dissertations on a PC... 3 Getting Started... 4 What is

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

Book IX. Developing Applications Rapidly

Book IX. Developing Applications Rapidly Book IX Developing Applications Rapidly Contents at a Glance Chapter 1: Building Master and Detail Pages Chapter 2: Creating Search and Results Pages Chapter 3: Building Record Insert Pages Chapter 4:

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 6 So far we have used CSS to arrange the elements on our web page. We have also used CSS for some limited formatting. In this section we will take full advantage of using CSS to format our web site. Just

More information

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

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

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions

Step-by. A Very Warm Welcome to the Exciting World of Computers. Let s get Started It s easy with my Step- Instructions A Very Warm Welcome to the Exciting World of Computers Let s get Started It s easy with my Step- by-step Instructions This lesson is all about getting to know your Main Menu Bar at the top of your screen.

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

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

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles Using Dreamweaver 6 So far these exercises have deliberately avoided using HTML s formatting options such as the FONT tag. This is because the basic formatting available in HTML has been made largely redundant

More information

Using Dreamweaver. 5 More Page Editing. Bulleted and Numbered Lists

Using Dreamweaver. 5 More Page Editing. Bulleted and Numbered Lists Using Dreamweaver 5 By now, you should have a functional template, with one simple page based on that template. For the remaining pages, we ll create each page based on the template and then save each

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

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

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

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel:

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel: MS Office 2010 Word Tabs & Tables Manual Catraining.co.uk Tel: 020 7920 9500 Table of Contents TABS... 1 BASIC TABS WITH ALIGNMENT... 1 DEFAULT TAB STOP... 1 SET MANUAL TAB STOPS WITH RULER... 2 SET MANUAL

More information

The Domino Designer QuickStart Tutorial

The Domino Designer QuickStart Tutorial The Domino Designer QuickStart Tutorial 1. Welcome The Domino Designer QuickStart Tutorial You've installed Domino Designer, you've taken the Designer Guided Tour, and maybe you've even read some of the

More information

Creating a Website in Schoolwires Technology Integration Center

Creating a Website in Schoolwires Technology Integration Center Creating a Website in Schoolwires Technology Integration Center Overview and Terminology... 2 Logging into Schoolwires... 2 Changing a password... 2 Accessing Site Manager... 2 Section Workspace Overview...

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

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9

TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 USING WORD S TOOLBARS... 5 TASK PANE... 9 TABLE OF CONTENTS TABLE OF CONTENTS... 1 INTRODUCTION... 2 USING WORD S MENUS... 3 DEFINITIONS... 3 WHY WOULD YOU USE THIS?... 3 STEP BY STEP... 3 USING WORD S TOOLBARS... 5 DEFINITIONS... 5 WHY WOULD

More information

ADOBE Dreamweaver CS3 Basics

ADOBE Dreamweaver CS3 Basics ADOBE Dreamweaver CS3 Basics IT Center Training Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu This page intentionally left blank 2 8/16/2011 Contents Before you start with Dreamweaver....

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

Creating Pages with the CivicPlus System

Creating Pages with the CivicPlus System Creating Pages with the CivicPlus System Getting Started...2 Logging into the Administration Side...2 Icon Glossary...3 Mouse Over Menus...4 Description of Menu Options...4 Creating a Page...5 Menu Item

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

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

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

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

Introduction to Microsoft Office 2007

Introduction to Microsoft Office 2007 Introduction to Microsoft Office 2007 What s New follows: TABS Tabs denote general activity area. There are 7 basic tabs that run across the top. They include: Home, Insert, Page Layout, Review, and View

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

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. RadEditor Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE RadEditor Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Contents... 2 Introduction... 3 What is RadEditor?... 3 RadEditor

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

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

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

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

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro for the Mac University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2012 KSU Department

More information

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support

UTAS CMS. Easy Edit Suite Workshop V3 UNIVERSITY OF TASMANIA. Web Services Service Delivery & Support Web Services Service Delivery & Support UNIVERSITY OF TASMANIA UTAS CMS Easy Edit Suite Workshop V3 Web Service, Service Delivery & Support UWCMS Easy Edit Suite Workshop: v3 Contents What is Easy Edit

More information

Tutor Handbook for WebCT

Tutor Handbook for WebCT Tutor Handbook for WebCT Contents Introduction...4 Getting started...5 Getting a course set up...5 Logging onto WebCT...5 The Homepage...6 Formatting and designing the Homepage...8 Changing text on the

More information

Center for Faculty Development and Support Making Documents Accessible

Center for Faculty Development and Support Making Documents Accessible Center for Faculty Development and Support Making Documents Accessible in Word 2007 Tutorial CONTENTS Create a New Document and Set Up a Document Map... 3 Apply Styles... 4 Modify Styles... 5 Use Table

More information

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

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 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 that is shown below. Logo Page Heading

More information

Requirements Document

Requirements Document GROUP 9 Requirements Document Create-A-Page Matthew Currier, John Campbell, and Dan Martin 5/1/2009 This document is an outline of what was originally desired in the application in the Project Abstract,

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

DREAMWEAVER QUICK START TABLE OF CONTENT

DREAMWEAVER QUICK START TABLE OF CONTENT DREAMWEAVER QUICK START TABLE OF CONTENT Web Design Review 2 Understanding the World Wide Web... 2 Web Browsers... 2 How Browsers Display Web pages... 3 The Web Process at Sacramento State... 4 Web Server

More information

Simple sets of data can be expressed in a simple table, much like a

Simple sets of data can be expressed in a simple table, much like a Chapter 1: Building Master and Detail Pages In This Chapter Developing master and detail pages at the same time Building your master and detail pages separately Putting together master and detail pages

More information

Creating your first website Part 4: Formatting your page with CSS

Creating your first website Part 4: Formatting your page with CSS Adobe - Developer Center : Creating your first website Part 4: Formatting your page... Page 1 of 23 Dreamweaver Article Creating your first website Part 4: Formatting your page with CSS Jon Varese Adobe

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

1. Navigation and menus

1. Navigation and menus 1. Navigation and menus Screen 1 Your website is made up of a number of different pages, which are organised into your site's menu and form the main navigation for your site (Screen 1, Number 1). The menu

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

USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004

USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004 USING STYLESHEETS TO DESIGN A WEB SITE IN DREAMWEAVER MX 2004 Introduction This document assumes that you are familiar with the use of a computer keyboard and mouse, have a working knowledge of Microsoft

More information

Web-Friendly Sites. Planning & Design 1

Web-Friendly Sites. Planning & Design 1 Planning & Design 1 This tutorial presents useful tips and tricks to help you achieve a more Web-friendly design and make your sites more efficient. The following topics are discussed: How Z-order and

More information

SeaMonkey Composer: Creating Web Pages

SeaMonkey Composer: Creating Web Pages SeaMonkey Composer: Creating Web Pages v.1101 There are many ways to create and modify Web pages to be published on the Web. You can use any text editor such as Notepad to directly enter or modify the

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

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

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3

Quick Start Guide - Contents. Opening Word Locating Big Lottery Fund Templates The Word 2013 Screen... 3 Quick Start Guide - Contents Opening Word... 1 Locating Big Lottery Fund Templates... 2 The Word 2013 Screen... 3 Things You Might Be Looking For... 4 What s New On The Ribbon... 5 The Quick Access Toolbar...

More information