SlideShare a Scribd company logo
1 of 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.

More Related Content

What's hot

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
 

What's hot (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
 

Viewers also liked

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
 

Viewers also liked (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
 

Similar to Google Earth Table Layout Tutorial

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
 

Similar to Google Earth Table Layout Tutorial (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
 

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

More from 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...
 

Recently uploaded

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104misteraugie
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Recently uploaded (20)

Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

Google Earth Table Layout Tutorial

  • 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