Slightly more CSS.

Slides:



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

In the top left corner of the page, click on Pages & Files. Click on the If Then Statements folder to select it. Click New – Create a Page. You can also.
Go to the 7029 webforms page using the link that is above. If you do not have a password, click on “Obtain Password”. Get a password and then sign on.
Project 8 Creating Style Sheets.
Using Advanced Cascading Style Sheets
CSS normally control the html elements. Three Ways to Insert CSS There are three ways of inserting a style sheet: External style sheet Internal style.
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Chapter 3 Working with Text and Cascading Style Sheets.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Netscape Composer Add A Custom Button. Launch Composer File>New Composer Page Select The Table Icon.
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.
CM143 Week 4 Introducing CSS. Cascading Style Sheets A definition for the style in which an element of the webpage will be displayed Border width, colour,
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
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.
Images: HTML and CSS. The Bells page without images in Source View and Design View.
CIT 256 Organizing Large Websites: Divs, DW Templates Dr. Beryl Hoffman.
© 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.
Adding an Inline Style Sheet Page without Inline Style Sheet Page with Inline Style Sheet.
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.
HTML Concepts and Techniques Fourth Edition Project 8 Creating Style Sheets.
Chapter 3 Working with Text and Cascading Style Sheets.
Project 5 Templates and Style Sheets Dreamweaver MX 2004 Concepts and Techniques.
Formatting Text Unit D. Import Text l Open TripSmart Web Site l Open dmd_1.htm from Unit D data l Save it as newsletter.htm to tripsmart folder l Save.
XP Dreamweaver 8.0 Tutorial 3 1 Adding Text and Formatting Text with CSS Styles.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
CIT 256 Dreamweaver Sites and Image Maps Dr. Beryl Hoffman.
Formatting TEXT AND Using CSS. Adobe Dreamweaver CS3 - Illustrated.
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit D Formatting Text and Using Cascading Style Sheets.
© 2011 Delmar, Cengage Learning Chapter 8 Using Styles and Design Style Sheets for Design.
Adobe Dreamweaver CS5 - Illustrated Unit D: Working with Text and Cascading Style Sheets.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
Project 4: Yosemite CSS Layout
Creating an External Style Sheet Module 5: Beyond the Basics with Expression Web LESSON 8.
® Microsoft Office 2010 Integrating Word, Excel, Access, and PowerPoint.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
© 2011 Delmar, Cengage Learning Chapter 3 Working with Text and Cascading Style Sheets.
Creating a Dynamic Web Page Template Module 5: Beyond the Basics with Expression Web LESSON 10.
Tutorial 3 Adding and Formatting Text with CSS Styles.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Updated on: September 4, 2010 CIS67 Foundations for Creating Web Pages Professor Al Fichera.
Open the file and click at the top of the sheet where you want to put the Gantt chart.
Pasewark & Pasewark Microsoft Office XP: Introductory Course 1 INTRODUCTORY MICROSOFT EXCEL Lesson 3 – Organizing the Worksheet.
CIT 256 CSS Intro & Dreamweaver Built-in Layouts Dr. Beryl Hoffman.
1 Creating a Menu Bar on a Secondary Web Page  It is important for visitors to be able to move easily from one page to another  You will create a menu.
CHOOSE 1 OF THESE.
Creating Web Pages with Links, Images, and Embedded Style Sheets
Building CSS in Visual Studio Slide 2 Introduction Using the different HTML (and other) Visual Studio Editors CSS tools.
External Style Sheets.
Art for New Media TO DO today: 1 - Saving your work, using with Dreamweaver CSS style sheets, externally linked Work on Photoshop Animation.
Web Basics: HTML/CSS/JavaScript What are they?
Dreamweaver MX Lesson 14: Using Find and Replace.
JavaScript “Hello World” in Microsoft Visual Studio 2013
Positioning Objects with CSS and Tables
Using the HTML and CSS Validation Services
Project 8 Creating Style Sheets.
Unit Objectives Create a new page Import text Set text properties
HTML Basics and CSS style
Table CSS Create a new CSS called tablestyle.CSS Green Background
Working with Text and Cascading Style Sheets
Using Cascading Style Sheets (CSS)
Unit 4 Test CSS Test.
Using and Viewing Homepage
Learning Objectives: Creating a new Table Style
Netscape Composer Add A Custom Button.
Positioning Objects with CSS and Tables
One Set of Styles Connected to As Many Pages as You Want!!!
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Slightly more CSS

Because the logo is a link it has a blue or purple border

Up in the “embedded” style in the head

Embedded versus external (linked) CSS If you want the style you have developed to be shared by several pages then you can move the style from embedded (at the top of an HTML or PHP file) to external or linked where it can be shared by any number of files.

To go from embedded to linked CSS highlight the style and copy it

Go to File/New and choose CSS and click Create

Paste style into new CSS file and go to File/Save As ....

Expand CSS panel (could also go to Window/CSS Styles)

On CSS panel click on Attach Style Sheet button, then browse for file in dialog box

Result is link tag, can cut style tag You could also just type the link tag seen above.

Result of linked