Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.

Slides:



Advertisements
Similar presentations
Building the e-Zine. The e-Zine is in the form of a Website and must contain the following: Several pages, which must be linked, including an Information.
Advertisements

Create your site in the folder Rosary in your My Documents Folder.
Cascading Style Sheets
MIS 425 Lecture 2 – HTML Navigation, Colors, tables and Styles Instructor: Martin Neuhard
Advance CSS (Menu and Layout) Miftahul Huda. CSS Navigation MENU It's truly remarkable what can be achieved through CSS, especially with navigation menus.
Using Advanced Cascading Style Sheets
Web Pages and Style Sheets Bert Wachsmuth. HTML versus XHTML XHTML is a stricter version of HTML: HTML + stricter rules = XHTML. XHTML Rule violations:
Unit 20 - Client Side Customisation of Web Pages
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
CIT 256 CSS Divs & Buttons Dr. Beryl Hoffman. CSS for Layout We now can make our own divs to divide up a web page : Header Header Navigation Navigation.
Lecture Cascading Style Sheets (CSS) Internal Style Sheets Classes.
Streamlining Website Development in Dreamweaver Roger L. Runquist Western Illinois University Roger L. Runquist Western Illinois University.
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
TUTORIAL 8: Enhancing a Web Site with Advanced CSS
Introduction to Nvu Jing Fu. What is nVu? Free web design and development tool WYSIWYG (/wiziwig/) software Other similar tools: Dreamweaver, Googlepages.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
Dreamweaver Learning to be a web design master! By: Mr. Brunton.
Dreamweaver CS4 Concepts and Techniques Chapter 5 Templates and Style Sheets.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Tutorial 4: Using CSS for Page Layout. 2 Objectives Session 4.1 Explore CSS layout Compare types of floating layouts Examine code for CSS layouts View.
Macromedia Studio 8 Step-by-Step MACROMEDIA DREAMWEAVER 8 Project 2: Banking Site.
MIS 201 Web Design. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Eat Your Words! Creating webpage Layout. CONTENT The Layout of a Webpage HEADER FOOTER Each of these sections represents a ‘div’ (or divider). By linking.
Web Page Basics XHTML & CSS 1. Planning Decide on topic or research the topic given to you. Decide on your colour scheme. Use
Creating A Site Using A Template In Dreamweaver CS6 Cakes R Us!
18 People Surveyed HTML (HyperText Markup Language) HTML “tags” Describes structure Building blocks Headings, paragraphs, lists, links, images, quotes,
Website Development with Dreamweaver
Project 5 Templates and Style Sheets Dreamweaver MX 2004 Concepts and Techniques.
CIS 205—Web Design & Development Dreamweaver Chapter 5 Using HTML Tables to Lay Out a Page.
Designing Web Sites Using “tags” Tags are codes inserted among the text to tell the text how to behave Their format is very rigid; they always look like.
Importing/Exporting between Fireworks and Dreamweaver For Buttons, Navigation Bar and Animated Banners.
HTML5 Sections Old structuring elements –body, div, address, blockquote –headings: h1, h2, h3, … –ul, ol, table New structuring elements –header, footer,
Microsoft FrontPage 2003 Illustrated Complete Using a Dynamic Web Template.
INTRODUCTION TO HTML5 Semantic Layout in HTML5.  The new semantic layout in HTML5 refers to a new class of elements that is designed to help you understand.
Project 4: Yosemite CSS Layout
Creating an External Style Sheet Module 5: Beyond the Basics with Expression Web LESSON 8.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit G Working with Tables and Layers.
Templates and Style Sheets
Gdes2000 Graphic Design for Internet & MM Dreamweaver: Simple page construction with DIVs.
Start Dreamweaver program From file menu click new Blank page appears.
MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Web Design I Spring 2009 Kevin Cole Gallaudet University
Web Foundations WEDNESDAY, NOVEMBER 20, 2013 LECTURE 32: DREAMWEAVER SLIDE SHOW AND GOOGLE MAP.
Creating a Web Site Review of Concepts. Templates Templates are special HTML files that are used to quickly create pages on a web site. They contain the.
Web Design Part I. Click Menu Site to create a new site root.
1 © Netskills Quality Internet Training, University of Newcastle Using Style Sheets in Dreamweaver CS © Netskills, Quality Internet Training, University.
Designing an appealing web page. You have already finished the HTML and CSS code for creating and formatting web pages. Now that you have these skills,
Web Design (12) CSS Introduction. Cascading Style Sheets - Defined CSS is the W3C standard for defining the presentation of documents written in HTML.
CIT 256 CSS Intro & Dreamweaver Built-in Layouts Dr. Beryl Hoffman.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Art for New Media 1 - Sketchbook: Look through past examples of the Dreamweaver Practice Gallery on the class website. Pick one that you think.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Unit 15 – Web Authoring Web Authoring Project.
Unit 15 – Web Authoring Web Authoring Project.
MIT 511- Web Design & Usability
Introduction to CSS Layout
Create and edit web pages 4
Unit Objectives Insert an image Align an image Enhance an image
Unit Objectives Create a new page Import text Set text properties
Cascading Style Sheets (Layout)
>> CSS Layouts.
Fixed Positioning.
Cheat Sheet CSCI 100 JW Ryder
Cheat Sheet CSCI 100 JW Ryder
Making a website.
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

Creating A Simple Web Page

Step 1- Open Dreamweaver & Create A New Page (File New) and blank

Step 2- Create a Wrapper or Container For Your Site (Insert, Layout Objects, Div Tag) THEN CLICK NEW CSS RULE

Step 3- Link The Div Tag & Create A New CSS File (Save too)

Step 4- Container CSS Summary (go to Box & Border) WIDTH: 960px BORDER: Black all around MARGIN: 0, auto, 0, auto If you double click on the CSSStyleSheet in the file view you get this

Step 5- Now Save Your Page as “Index.html”

Step 6a- Go into the CSS Style Sheet And Add These Styles HEADER (BANNER) NAV

Step 6b- Go into the CSS Style Sheet And Add These Styles FOOTER TEXT SECTION

Step 7- Make sure index.html has the attached CSS Style Sheet to it (right click on page, CSSStyles, Attach)

Step 8- Do You Have This?

Step 9- Create The HTML Structure Using Div Tags (make sure named exactly as CSS Styles) This structure will give you a header, left nav bar, a text area and footer

Step 10- Have You Got This?

Step 11- View In IE

Next Steps- Make A Page Template 1. Add in Navigation Link text 2. Add in Banner- 728 x 90px- 3. Add in Logo- 300 x 200px 4. Add in Animated Banner- 163x163px 5. Add in Editable Region

Step 12- In Your Website Folder Create A Folder Called “Images” and add your banner, logo and animated banner Add in Banner- 728 x 90px- 3. Add in Logo- 300 x 200px 4. Add in Animated Banner- 163x163px

Step 13- Notice In Dreamweaver You Have The Image Resources Available

Step 14- Drag In Images & Resize If Necessary

Step 15- Preview In IE

Step 16- Add Some Fonts In CSS for “Nav”

Step 17a- Create two editable regions and then create a new CSS for each of those sections for the text (Verdana, black etc)- One is a page header and one is just the page text.

Step 17b- Make sure your Section Header and section text are linked to the CSS you just created Select editable region Make sure the ID relates to the CSS here

Step 18- Check Your Page Works In IE