Real World Math
  • Home
  • Lesson Downloads
    • Concept Lessons
    • Measurement Lessons
    • Project Based Learning
    • Exploratory Lessons
    • Space Lessons
  • Videos
  • Tutorials
    • Google Earth Tutorials
    • Xtranormal Tutorials
    • HTML Layout Tutorials >
      • Introduction
      • The Basics
      • Layout Templates >
        • Cover page
        • Blogger HTML Formatting
        • Paragraphs w Image
        • Image w. bullets
        • Video
        • Split text & image
        • Complex table
      • More tips
  • Teachers
    • Lessons >
      • Concept Lesson Outlines >
        • Around the World...
        • Estimation
        • Exchange Rate
        • Line Graphs
        • Oil Spill Estimates
        • Planes of Greenland
        • Polyhedrons
        • Scientific Notation 1
        • Scientific Notation 2
        • Tessellations
        • Time Zone Problems
        • Volume of Solids
      • Measurement Lesson Outlines >
        • Intercept Theorem
        • Complex Area
        • Crop Circles
        • Estimating Distance
        • Fractal Coastline
        • Tsunami Warning
      • PBL Lesson Outlines >
        • Spreadsheet App
        • Community Building
        • Iditarod Challenge
        • SAR Project
        • SketchUp
        • Typhoon Project
        • U-Boat Hunt
        • Water Problems
      • Exploratory Lesson Outlines >
        • Crop Circles 2
        • Four Color Map
        • Line Patterns
        • Mazes & Labyrinths
        • Networks
        • Pyramid in the Desert
        • The Flat Earth
        • Whale Watch
      • Space Lesson Outlines >
        • Lunar Fieldtrip
        • Lunar Sports
        • Rockets
    • Blog
    • About the site
    • RWM Video Overview
  • Contact


Menu

Introduction
The Basics

    Text
    Images & Hyperlink
    Color
Layout Templates
  • Cover page
  • Blogger HTML Formatting
  • Paragraphs w. image
  • Image w. bullets
  • Video
  • Split text & image
  • Complex Table
More Tips

Image w. bullets


Here’s a simple placemark layout that includes a bulleted list below an image.

The list command is framed by <ul> and </ul>.  Between those, you can include as many items as you want in the list.  Each listed item is framed by <li> and </li>.  This example contains three items in the list.

You can also format the text in the list such as making words bold or adding hyperlinks.



  Use the navigation menu on the left to view other layouts.

Picture

Image w. bullets HTML


<table width="300" bgcolor="add color" borderwidth="medium" bordercolor="add color">
<tr><td>
<p><font size="4" face="verdana" color="add color"><center>
<b><p>Add title</center></b>
</p>
<center><img src="add photo URL"></center><p>
<p><font size="4" face="verdana" color="add color">

<ul>
<li>Add text </li><p>
<li>Add text</li><p>
<li>Add text</li><p>
</ul></p>

<p><br><a href="add photo credit URL" >
<font size="2" font color="add color"><i>
add photo credit text
</font></i></a><p>
</p>
</tr></td>
</table>



Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.