Creating & Attaching CSS An CSS Primer Tutorial. A New CSS Document Create a new CSS Document in Dreamweaver using the “New” option under the File Menu.

Slides:



Advertisements
Similar presentations
Dreamweaver Dr. Kristen Landreville Wed. 09/29/10 – Fri. 10/08/10.
Advertisements

Chapter 1: Introduction. Contents Whats New in Dreamweaver CS4? The Dreamweaver CS4 Interface Setting Up a Site Creating a Web Page Adding Text to Your.
Development and Alumni Relations System - Communication #5 - DARS v3.0: Internet Solutions.
Dreamweaver Cheat Sheet CSCI 100 – JW Ryder. CSCI 1002JW Ryder - Dreamweaver Notes Initial Site Set Up Goto W:\ drive – This is your web root directory.
Ch. 5 Web Page Design – Templates and Style Sheets Mr. Ursone.
Creating a Form with Selection Menus The SELECT control creates a selection menu This control only allows the visitor to choose pre-defined choices There.
How to Submit an Assignment after the Due Date. Click on “Courses” Tab.
OFFERED BY INSTRUCTIONAL COMPUTING AT THE UNIVERSITY OF MISSOURI – ST.LOUIS.
Discussions. Overview Introduction Composing Sending an Attachment Viewing Downloading an Attachment Replying.
Course Orientation Assignments Tool. If the Assignments tool has been added to the course, use the Assignments link in the Course Menu to access upcoming.
CSS Box Model An CSS Primer Tutorial. Project 04 Open Finder or Windows explorer and path the folder where you store your class project work. Make a copy.
Tutorial 3: Adding and Formatting Text. 2 Objectives Session 3.1 Type text into a page Copy text from a document and paste it into a page Check for spelling.
Working with Text and Cascading Style Sheets Adobe Dreamweaver Chapter 3.
Understanding HTML Style Sheets. What is a style?  A style is a rule that defines the appearance and position of text and graphics. It may define the.
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
Getting Started with Dreamweaver
© 2010 Delmar, Cengage Learning Chapter 7 Using Styles and Style Sheets for Design.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Web Design Dreamweaver Semester 2 ATBs. ATB #1 What is a web site?
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Chapter 3 Working with Text and Cascading Style Sheets.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Design Using HTML Codes. WHAT DO I NEED TO BEGIN DESIGNING A HOME PAGE? 1.YOU NEED A FOLDER (also called a DIRECTORY) You should set up a folder or.
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!
Page 1 Simple PowerPoint Menus Section 1 Section 3 Section 2 Tutorial.
Website Development with Dreamweaver
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.
JAOIT 8.  Dreamweaver is a program for creating web pages and managing websites without having to type HTML code.  WYSIWYG – What you see is what you.
CIT 256 Dreamweaver Sites and Image Maps Dr. Beryl Hoffman.
Formatting TEXT AND Using CSS. Adobe Dreamweaver CS3 - Illustrated.
Web Design (2) Brackets - introduction. Brackets Brackets is a web design code editor It is an open-source project initiated by Adobe (creator of Dreamweaver)
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.
Creating an External Style Sheet Module 5: Beyond the Basics with Expression Web LESSON 8.
Attachments are files that you can open with your for e.g. when you send an you could attach a link or a picture a word document or a spreadsheet.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
Teacher Web Page Creation Eileen Musselman. Log on to Muhlenberg’s Intranet Click Submit button.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
Images Worksheet. Web template Download the template folder Unzip and save in your documents Rename the folder to “images work” without quotes.
FUNDAMENTALS OF HTML, XHTML & CSS Lesson 4. THE OBJECTIVES -  In this lesson you will begin coding in HTML to provide the structure  You will learn.
Tutorial 3 Adding and Formatting Text with CSS Styles.
DYNAMIC HTML What is Dynamic HTML: HTML code that allow you to change/ specify the style of your web pages. Example: specify style sheet, object model.
Page 1 Simple PowerPoint Menus Section 1 Section 3 Section 2 Tutorial.
Adobe Dreamweaver CS3 Developing a Web Page. Planning the Page Layout Use White SpaceUse White Space Limit media objectsLimit media objects KISSKISS Use.
Photoshop Image Slicing. Reasons to Image Slide To create links out of sliced images To optimise different areas. (flat areas of colour, such as logos,
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Web Authoring with Dreamweaver. Unit Objectives  Be able to define keywords: HTML, HTTP (protocol), browser, web server, client/server, tag, attribute,
HTML NOTES October 6, Starting a document and saving  Always use notepad  Use _ for spaces otherwise it won’t work  When saving make sure you.
Before We Begin Please download the files from as we will be using them in our walkthroughs.
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.
Getting Started with Dreamweaver
Using the HTML and CSS Validation Services
Fundamentals of HTML, XHTML & CSS
Server sends index-HTML-Code Enter in Browser (localhost/name) Local Server Browser Requests Data Server sends index-HTML-Code.
HTML Basics and CSS style
Slightly more CSS.
Cheat Sheet CSCI 100 JW Ryder
Cheat Sheet CSCI 100 JW Ryder
Getting Started with Dreamweaver
How to Make HTML and CSS Files Using Notepad++
CSS Styles Introduction.
Adding information to provider pages
Summer 2013 Prepared by Prof. B. INDEX
Creating your first website
YOUR text YOUR text YOUR text YOUR text
Creating your first website
Dreamweaver Prepared by: Lily & John
One Set of Styles Connected to As Many Pages as You Want!!!
Presentation transcript:

Creating & Attaching CSS An CSS Primer Tutorial

A New CSS Document Create a new CSS Document in Dreamweaver using the “New” option under the File Menu. Choose CSS for the Page Type and click the “Create” Button. After the file is created, please switch to code view and you should see something like "UTF-8"; /* CSS Document */ You can delete the existing text as it is not relevant here.

Save the Document Create a new folder in your Project 3 root folder called “stylesheets”. Save your new CSS document as styles.css into the new “stylesheets” folder.

Connect Your Stylesheet Open your index.html file which should be your existing NotMotts page from Project 2. If not in code view, switch to code view and add an empty line just above your closing head tag, which should look like this:. Type the link syntax to connect your HTML document to your brand new CSS document: Save your documents. I’ll also briefly demonstrate how to do this using the tools existing in Dreamweaver.