SlideShare une entreprise Scribd logo
1  sur  17
Networked Learning http://www.thenetworkedlearner.com Google Earth TutorialsPart III – Layouts with Hard Rules and TablesHosts – Thomas Cooper, Alice Barr Networked Learning 2009
Layouts with Hard Rules Divide elements on page with a hard rule. <hr> - places a line on the page <hr width=“#”> - can be used to adjust it to different widths. Networked Learning 2009
Creating Hard Rulers in Photoshop Create an image with a width of your placemark and a height of 5 pixels Use the paint bucket to color it.   You can also use the gradient tool to create hard rules that contain 2 colors. Upload your hard rule to a photosharing site. Copy and paste the URL Address into an image tag <imgsrc=http://www.imagefile.jpg width=“#”>
ARKive Endangered Species Example Create fancy layouts using tables. Basic Table Design Networked Learning 2009
Working with Tables Tables require the following tags: <table>, <tr>, and <td>. <table>   <tr> table row      <td> table cell      <td> table cell in same row    </tr>       <td> table cell       <td>table cell    </tr> </table> What would this table look like if you drew it out? Networked Learning 2009
Major Table Elements Not all HTML tags work in Google Earth, as it is based on KML. <table> - starts and ends a table <width=“#”> determines the width of the table <border=“#”> adds a border around table <cellspacing=“#”> add space between cells <cellpadding=“#”> adds space between text and cell border <bgcolor=“#hexcodenumber”>add color to a table, row or cell <tr> - table row <td> - table cell <colspan=“#”> spans a number of columns <rowspan=“#”> spans a number of rows <valign=“top> foces text and images to the top of a cell Networked Learning 2009
Advanced Table Structure Our more advanced table has the following structure. <table  width=“400”>   <tr> table row      <td width=“200”> table cell in first row contains a logo.</td>      <td width=“200”> table cell in same row, contains an image of text.</td>   <trcolspan=2>      <td width=“400”> has text about the species that will span both cells from above row.  Use <h2> and <p style=“color:#hexcolornumber”> </td></tr>   <tr>       <td width=“200”> has 2 paragraphs of text</td>       <td width=“200”> has image of endangered species </td></tr> ….bottom half of table discussed on next slide </table> Networked Learning 2009
Advanced Table Structure (cont.) <table  width=“400”>  …top half of table discussed on previous slide  <tr> table row      <td width=“42”> table cell in first row contains a logo.</td>      <td width=“158”> table cell in same row, contains an image of text.</td> <td width=“42”> table cell in first row contains a logo.</td>       <td width=“158”> table cell in same row, contains an image of text.</td></tr>   <tr>      <td width=“42”> icon      <td width=“158”>web link       <td width=“200” rowspan=“2”>web link and text</td></tr>   <tr>       <td width=“42”> icon</td>       <td width=“158”> weblink</td></tr> </table> Networked Learning 2009
Aligning Objects in a Table Cell Text that does not fill a cell will centered vertically by default. However, you can ensure vertical centering by using the code below. <table> <tr> <td valign=“type"> text </td> </tr> </table> Vertical Alignment Types ,[object Object]
valign=“middle”
valign=“bottom”Networked Learning 2009
Adding Style to Your Text <p> text </p> <p style=“color:#hexcode”> adds color to that text.</p> <font color=“#hexcode”>text </font> <a style=“color:#hexcode”> adds color to the web link text. Networked Learning 2009
Where to Get Hexadecimal Color Codeshttp://html-color-codes.com/ Networked Learning 2009
Changing Cell Background Color Can be done for the entire table. <table bgcolor=“#hexcode”> <tr> <td>text </td> </tr> </table> Networked Learning 2009
Changing Cell Background Color Can be done for one or more rows. <table> <trbgcolor=“#hexcode”> <td>text </td> </tr> </table> In ARKive example… ,[object Object]
The 2 cells in the first row contain images created in Photoshop and cover the background color that was set in the table tag.
In the second row the background color of the cell has been turned to a gray and overrides the table color.

Contenu connexe

Tendances

How to create a html webpage using notepad
How to create a html webpage using notepadHow to create a html webpage using notepad
How to create a html webpage using notepadSophieBarwick1999
 
C S S Top Elements
C S S  Top  ElementsC S S  Top  Elements
C S S Top Elementsehorner
 
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easilyEye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easilyshabab shihan
 
Cascading Style Sheets
Cascading Style SheetsCascading Style Sheets
Cascading Style SheetsJerome Locson
 
Rmll2010 html5-css3-english
Rmll2010 html5-css3-englishRmll2010 html5-css3-english
Rmll2010 html5-css3-englishFnot
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSBG Java EE Course
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginnersjeroenvdmeer
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 PresentationMichael Gwyther
 
Forum Presentation
Forum PresentationForum Presentation
Forum PresentationAngus Pratt
 

Tendances (20)

Html Ppt
Html PptHtml Ppt
Html Ppt
 
How to create a html webpage using notepad
How to create a html webpage using notepadHow to create a html webpage using notepad
How to create a html webpage using notepad
 
Handout6 html frames
Handout6 html framesHandout6 html frames
Handout6 html frames
 
C S S Top Elements
C S S  Top  ElementsC S S  Top  Elements
C S S Top Elements
 
Learning HTML
Learning HTMLLearning HTML
Learning HTML
 
New HTML5/CSS3 techniques
New HTML5/CSS3 techniquesNew HTML5/CSS3 techniques
New HTML5/CSS3 techniques
 
Html 101
Html 101Html 101
Html 101
 
Eye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easilyEye catching HTML BASICS tips: Learn easily
Eye catching HTML BASICS tips: Learn easily
 
Cascading Style Sheets
Cascading Style SheetsCascading Style Sheets
Cascading Style Sheets
 
Rmll2010 html5-css3-english
Rmll2010 html5-css3-englishRmll2010 html5-css3-english
Rmll2010 html5-css3-english
 
HTML
HTMLHTML
HTML
 
Creating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSSCreating Web Sites with HTML and CSS
Creating Web Sites with HTML and CSS
 
HTML presentation for beginners
HTML presentation for beginnersHTML presentation for beginners
HTML presentation for beginners
 
Basics Of Html
Basics Of HtmlBasics Of Html
Basics Of Html
 
Block2 Session2 Presentation
Block2 Session2 PresentationBlock2 Session2 Presentation
Block2 Session2 Presentation
 
Html tutorial
Html tutorialHtml tutorial
Html tutorial
 
Adding Space
Adding SpaceAdding Space
Adding Space
 
Positioning text
Positioning textPositioning text
Positioning text
 
Forum Presentation
Forum PresentationForum Presentation
Forum Presentation
 
Class13
Class13Class13
Class13
 

En vedette

Humanitarian Mapping - InterAction ICCC
Humanitarian Mapping - InterAction ICCCHumanitarian Mapping - InterAction ICCC
Humanitarian Mapping - InterAction ICCCguestbfe342
 
Google Earth Tutorials - Part I
Google Earth Tutorials - Part IGoogle Earth Tutorials - Part I
Google Earth Tutorials - Part Itcooper66
 
Google Earth Tutorials Part II
Google Earth Tutorials Part IIGoogle Earth Tutorials Part II
Google Earth Tutorials Part IItcooper66
 
Google mapping in the newsroom part 2
Google mapping in the newsroom part 2Google mapping in the newsroom part 2
Google mapping in the newsroom part 2Esther Vargas
 

En vedette (6)

Humanitarian Mapping - InterAction ICCC
Humanitarian Mapping - InterAction ICCCHumanitarian Mapping - InterAction ICCC
Humanitarian Mapping - InterAction ICCC
 
Google Earth Tutorials - Part I
Google Earth Tutorials - Part IGoogle Earth Tutorials - Part I
Google Earth Tutorials - Part I
 
Google Earth Tutorials Part II
Google Earth Tutorials Part IIGoogle Earth Tutorials Part II
Google Earth Tutorials Part II
 
Google mapping in the newsroom part 2
Google mapping in the newsroom part 2Google mapping in the newsroom part 2
Google mapping in the newsroom part 2
 
Etlc google earth
Etlc google earthEtlc google earth
Etlc google earth
 
How to Use Google Earth
How to Use Google EarthHow to Use Google Earth
How to Use Google Earth
 

Similaire à Google Earth Tutorials Part III

Kml Basics Chpt 2 Placemarks
Kml Basics Chpt  2   PlacemarksKml Basics Chpt  2   Placemarks
Kml Basics Chpt 2 Placemarkstcooper66
 
Understandable Content and Controls
Understandable Content and ControlsUnderstandable Content and Controls
Understandable Content and ControlsGreg SHIN
 
3.1 xhtml tables
3.1 xhtml tables3.1 xhtml tables
3.1 xhtml tablesBulldogs83
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advancedc525600
 
Iml 140 web_week_2_html_basics_
Iml 140 web_week_2_html_basics_Iml 140 web_week_2_html_basics_
Iml 140 web_week_2_html_basics_Evan Hughes
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to htmlvikasgaur31
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to htmlvikasgaur31
 
Flex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 FinalFlex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 Finalematrix
 
ImplementingChangeTrackingAndFlagging
ImplementingChangeTrackingAndFlaggingImplementingChangeTrackingAndFlagging
ImplementingChangeTrackingAndFlaggingSuite Solutions
 
Html Intro2
Html Intro2Html Intro2
Html Intro2mlackner
 
Lecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITPLecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITPyucefmerhi
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTMLDoncho Minkov
 
Lecture 6 - Comm Lab: Web @ ITP
Lecture 6 - Comm Lab: Web @ ITPLecture 6 - Comm Lab: Web @ ITP
Lecture 6 - Comm Lab: Web @ ITPyucefmerhi
 
Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Edwin Vijay R
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro htmldilom1986
 

Similaire à Google Earth Tutorials Part III (20)

Kml Basics Chpt 2 Placemarks
Kml Basics Chpt  2   PlacemarksKml Basics Chpt  2   Placemarks
Kml Basics Chpt 2 Placemarks
 
Understandable Content and Controls
Understandable Content and ControlsUnderstandable Content and Controls
Understandable Content and Controls
 
3.1 xhtml tables
3.1 xhtml tables3.1 xhtml tables
3.1 xhtml tables
 
HTML Advanced
HTML AdvancedHTML Advanced
HTML Advanced
 
AK html
AK  htmlAK  html
AK html
 
Iml 140 web_week_2_html_basics_
Iml 140 web_week_2_html_basics_Iml 140 web_week_2_html_basics_
Iml 140 web_week_2_html_basics_
 
Intro Html
Intro HtmlIntro Html
Intro Html
 
Understanding THML
Understanding THMLUnderstanding THML
Understanding THML
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Introduction to html
Introduction to htmlIntroduction to html
Introduction to html
 
Flex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 FinalFlex For Flash Developers Ff 2006 Final
Flex For Flash Developers Ff 2006 Final
 
ImplementingChangeTrackingAndFlagging
ImplementingChangeTrackingAndFlaggingImplementingChangeTrackingAndFlagging
ImplementingChangeTrackingAndFlagging
 
Html Intro2
Html Intro2Html Intro2
Html Intro2
 
Lecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITPLecture 2 - Comm Lab: Web @ ITP
Lecture 2 - Comm Lab: Web @ ITP
 
Lecture1 B Frames&Forms
Lecture1 B  Frames&FormsLecture1 B  Frames&Forms
Lecture1 B Frames&Forms
 
Tables and Forms in HTML
Tables and Forms in HTMLTables and Forms in HTML
Tables and Forms in HTML
 
Lecture 6 - Comm Lab: Web @ ITP
Lecture 6 - Comm Lab: Web @ ITPLecture 6 - Comm Lab: Web @ ITP
Lecture 6 - Comm Lab: Web @ ITP
 
Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)Visualforce css developer guide(by forcetree.com)
Visualforce css developer guide(by forcetree.com)
 
YL Intro html
YL Intro htmlYL Intro html
YL Intro html
 
Html ppt
Html pptHtml ppt
Html ppt
 

Plus de tcooper66

Java Koch Curves
Java Koch CurvesJava Koch Curves
Java Koch Curvestcooper66
 
Java tree fractals
Java tree fractalsJava tree fractals
Java tree fractalstcooper66
 
Waitomo slideshow
Waitomo slideshowWaitomo slideshow
Waitomo slideshowtcooper66
 
Energy Facts and Fiction
Energy Facts and FictionEnergy Facts and Fiction
Energy Facts and Fictiontcooper66
 
Designing And Leading Collaborative Projects
Designing And Leading Collaborative ProjectsDesigning And Leading Collaborative Projects
Designing And Leading Collaborative Projectstcooper66
 
C:\Fakepath\Designing And Managing Collaborative Projects
C:\Fakepath\Designing And Managing Collaborative ProjectsC:\Fakepath\Designing And Managing Collaborative Projects
C:\Fakepath\Designing And Managing Collaborative Projectstcooper66
 
Ge Tutorials Part Vi Design Principles
Ge Tutorials Part Vi   Design PrinciplesGe Tutorials Part Vi   Design Principles
Ge Tutorials Part Vi Design Principlestcooper66
 
GE Tutorials Part VI Design Principles
GE Tutorials Part VI   Design PrinciplesGE Tutorials Part VI   Design Principles
GE Tutorials Part VI Design Principlestcooper66
 
Ge Tutorials Part V Embedding Objects
Ge Tutorials Part V   Embedding ObjectsGe Tutorials Part V   Embedding Objects
Ge Tutorials Part V Embedding Objectstcooper66
 
Cooper Family Reunion 2009
Cooper Family Reunion 2009Cooper Family Reunion 2009
Cooper Family Reunion 2009tcooper66
 
Kml Basics Chpt 5 Overlays
Kml Basics Chpt  5   OverlaysKml Basics Chpt  5   Overlays
Kml Basics Chpt 5 Overlaystcooper66
 
Kml Basics Chpt 4 Styles & Icons
Kml Basics Chpt  4   Styles & IconsKml Basics Chpt  4   Styles & Icons
Kml Basics Chpt 4 Styles & Iconstcooper66
 
Kml Basics Chpt 3 Geometry
Kml Basics Chpt  3   GeometryKml Basics Chpt  3   Geometry
Kml Basics Chpt 3 Geometrytcooper66
 
Kml Basics Chpt 1 Overview
Kml Basics Chpt  1   OverviewKml Basics Chpt  1   Overview
Kml Basics Chpt 1 Overviewtcooper66
 
Creating Tours in Google Earth
Creating Tours in Google EarthCreating Tours in Google Earth
Creating Tours in Google Earthtcooper66
 
Climate and the Asian Monsoon
Climate and the Asian MonsoonClimate and the Asian Monsoon
Climate and the Asian Monsoontcooper66
 
Clean Watersheds Project Presentation
Clean Watersheds Project PresentationClean Watersheds Project Presentation
Clean Watersheds Project Presentationtcooper66
 
Designing and Managing Collaborative Projects with Web 2.0 Tools
Designing and Managing Collaborative Projects with Web 2.0 ToolsDesigning and Managing Collaborative Projects with Web 2.0 Tools
Designing and Managing Collaborative Projects with Web 2.0 Toolstcooper66
 
Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...
Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...
Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...tcooper66
 

Plus de tcooper66 (20)

Java Koch Curves
Java Koch CurvesJava Koch Curves
Java Koch Curves
 
Java tree fractals
Java tree fractalsJava tree fractals
Java tree fractals
 
Waitomo slideshow
Waitomo slideshowWaitomo slideshow
Waitomo slideshow
 
Energy Facts and Fiction
Energy Facts and FictionEnergy Facts and Fiction
Energy Facts and Fiction
 
Designing And Leading Collaborative Projects
Designing And Leading Collaborative ProjectsDesigning And Leading Collaborative Projects
Designing And Leading Collaborative Projects
 
C:\Fakepath\Designing And Managing Collaborative Projects
C:\Fakepath\Designing And Managing Collaborative ProjectsC:\Fakepath\Designing And Managing Collaborative Projects
C:\Fakepath\Designing And Managing Collaborative Projects
 
Ge Tutorials Part Vi Design Principles
Ge Tutorials Part Vi   Design PrinciplesGe Tutorials Part Vi   Design Principles
Ge Tutorials Part Vi Design Principles
 
GE Tutorials Part VI Design Principles
GE Tutorials Part VI   Design PrinciplesGE Tutorials Part VI   Design Principles
GE Tutorials Part VI Design Principles
 
Ge Tutorials Part V Embedding Objects
Ge Tutorials Part V   Embedding ObjectsGe Tutorials Part V   Embedding Objects
Ge Tutorials Part V Embedding Objects
 
Cooper Family Reunion 2009
Cooper Family Reunion 2009Cooper Family Reunion 2009
Cooper Family Reunion 2009
 
Kml Basics Chpt 5 Overlays
Kml Basics Chpt  5   OverlaysKml Basics Chpt  5   Overlays
Kml Basics Chpt 5 Overlays
 
Kml Basics Chpt 4 Styles & Icons
Kml Basics Chpt  4   Styles & IconsKml Basics Chpt  4   Styles & Icons
Kml Basics Chpt 4 Styles & Icons
 
Kml Basics Chpt 3 Geometry
Kml Basics Chpt  3   GeometryKml Basics Chpt  3   Geometry
Kml Basics Chpt 3 Geometry
 
Kml Basics Chpt 1 Overview
Kml Basics Chpt  1   OverviewKml Basics Chpt  1   Overview
Kml Basics Chpt 1 Overview
 
Creating Tours in Google Earth
Creating Tours in Google EarthCreating Tours in Google Earth
Creating Tours in Google Earth
 
Wind Energy
Wind EnergyWind Energy
Wind Energy
 
Climate and the Asian Monsoon
Climate and the Asian MonsoonClimate and the Asian Monsoon
Climate and the Asian Monsoon
 
Clean Watersheds Project Presentation
Clean Watersheds Project PresentationClean Watersheds Project Presentation
Clean Watersheds Project Presentation
 
Designing and Managing Collaborative Projects with Web 2.0 Tools
Designing and Managing Collaborative Projects with Web 2.0 ToolsDesigning and Managing Collaborative Projects with Web 2.0 Tools
Designing and Managing Collaborative Projects with Web 2.0 Tools
 
Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...
Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...
Nitrogen Fertalizer Impacts on Carbon Sequestration and Substitution in the P...
 

Dernier

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Pooja Bhuva
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSCeline George
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.pptRamjanShidvankar
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 

Dernier (20)

Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 

Google Earth Tutorials Part III

  • 1. Networked Learning http://www.thenetworkedlearner.com Google Earth TutorialsPart III – Layouts with Hard Rules and TablesHosts – Thomas Cooper, Alice Barr Networked Learning 2009
  • 2. Layouts with Hard Rules Divide elements on page with a hard rule. <hr> - places a line on the page <hr width=“#”> - can be used to adjust it to different widths. Networked Learning 2009
  • 3. Creating Hard Rulers in Photoshop Create an image with a width of your placemark and a height of 5 pixels Use the paint bucket to color it. You can also use the gradient tool to create hard rules that contain 2 colors. Upload your hard rule to a photosharing site. Copy and paste the URL Address into an image tag <imgsrc=http://www.imagefile.jpg width=“#”>
  • 4. ARKive Endangered Species Example Create fancy layouts using tables. Basic Table Design Networked Learning 2009
  • 5. Working with Tables Tables require the following tags: <table>, <tr>, and <td>. <table> <tr> table row <td> table cell <td> table cell in same row </tr> <td> table cell <td>table cell </tr> </table> What would this table look like if you drew it out? Networked Learning 2009
  • 6. Major Table Elements Not all HTML tags work in Google Earth, as it is based on KML. <table> - starts and ends a table <width=“#”> determines the width of the table <border=“#”> adds a border around table <cellspacing=“#”> add space between cells <cellpadding=“#”> adds space between text and cell border <bgcolor=“#hexcodenumber”>add color to a table, row or cell <tr> - table row <td> - table cell <colspan=“#”> spans a number of columns <rowspan=“#”> spans a number of rows <valign=“top> foces text and images to the top of a cell Networked Learning 2009
  • 7. Advanced Table Structure Our more advanced table has the following structure. <table width=“400”> <tr> table row <td width=“200”> table cell in first row contains a logo.</td> <td width=“200”> table cell in same row, contains an image of text.</td> <trcolspan=2> <td width=“400”> has text about the species that will span both cells from above row. Use <h2> and <p style=“color:#hexcolornumber”> </td></tr> <tr> <td width=“200”> has 2 paragraphs of text</td> <td width=“200”> has image of endangered species </td></tr> ….bottom half of table discussed on next slide </table> Networked Learning 2009
  • 8. Advanced Table Structure (cont.) <table width=“400”> …top half of table discussed on previous slide <tr> table row <td width=“42”> table cell in first row contains a logo.</td> <td width=“158”> table cell in same row, contains an image of text.</td> <td width=“42”> table cell in first row contains a logo.</td> <td width=“158”> table cell in same row, contains an image of text.</td></tr> <tr> <td width=“42”> icon <td width=“158”>web link <td width=“200” rowspan=“2”>web link and text</td></tr> <tr> <td width=“42”> icon</td> <td width=“158”> weblink</td></tr> </table> Networked Learning 2009
  • 9.
  • 12. Adding Style to Your Text <p> text </p> <p style=“color:#hexcode”> adds color to that text.</p> <font color=“#hexcode”>text </font> <a style=“color:#hexcode”> adds color to the web link text. Networked Learning 2009
  • 13. Where to Get Hexadecimal Color Codeshttp://html-color-codes.com/ Networked Learning 2009
  • 14. Changing Cell Background Color Can be done for the entire table. <table bgcolor=“#hexcode”> <tr> <td>text </td> </tr> </table> Networked Learning 2009
  • 15.
  • 16. The 2 cells in the first row contain images created in Photoshop and cover the background color that was set in the table tag.
  • 17. In the second row the background color of the cell has been turned to a gray and overrides the table color.
  • 18. In the other rows, the cells display the background color set in the table.Networked Learning 2009
  • 19. Changing Cell Background Color Can be done for a table cell. <table> <tr> <td bgcolor=“#hexcode”>text </td> </tr> </table> Networked Learning 2009
  • 20. Learn More by Viewing the Code Copy and Paste Right click on the layer. Choose “Copy”. Open NotePad. Right click and paste in the code. Networked Learning 2009
  • 21. Changing Background and Text Color Can’t be done in Google Earth program; must be done in the code. Directions Follow the procedures on the previous slide for viewing the code. Type CTRL-F to bring up the “Find” command in Notepad. Search for <BalloonStyle>; its usually toward the bottom of the document. Change the hexcode for <bgColor> If its not there, add the tag under <BalloonStyle> as shown to the right. <Style> <BalloonStyle> <bgColor>ff669999<bgColor> <textColor>ff660000</textColor> </BalloonStyle> </Style> NOTE: The balloons in GE uses KML color codes, which are 8 digits, rather than the HTML hexcodes used by tables and fonts, which are 6 digits. You will need to use a KML color converter to match the colors. Networked Learning 2009