1. How to out line stuff in yellow - using rgb numbers
  2. How to out line stuff in yellow - using color names
  3. How to change the foreground color of the lettering
  4. <SPAN> from COPWATCH example
  5. Changing background image - nevada.gif
  6. Changing background image - tempelog.gif tempe/nazi logo
  7. Changing background image - weather.gif
  8. Changing background image - tempe_pig.gif animated pig that demands you respect his ATHORI-TAH
  9. <DIV> using nevada.gif
  10. <DIV> using tempelog.gif
  11. <SPAN> - whats a SPAN
  12. <DIV> - whats a DIV
  13. This krap better now be yellow
  14. lots of colors
  15. End of Document
      to outline stuff in YELLOW do this:
      <SPAN style="background-color: rgb(255,255,0)">YELLOW</SPAN>
      <SPAN style="background-color: rgb(0,255,0)">GREEN</SPAN>
      <SPAN style="background-color: rgb(0,0,255)">BLUE</SPAN>
      <SPAN style="background-color: rgb(255,0,0)">RED</SPAN>
      <SPAN style="background-color: rgb(0,255,255)">????</SPAN>
      <SPAN style="background-color: rgb(255,0,255)">PURPLE</SPAN>
      <SPAN style="background-color: rgb(196,196,0)">YELLOW</SPAN>
      <SPAN style="background-color: rgb(0,196,0)">GREEN</SPAN>
      <SPAN style="background-color: rgb(0,0,196)">BLUE</SPAN>
      <SPAN style="background-color: rgb(196,0,0)">RED</SPAN>
      <SPAN style="background-color: rgb(0,196,196)">????</SPAN>
      <SPAN style="background-color: rgb(196,0,196)">PURPLE</SPAN>
      <SPAN style="background-color: rgb(128,128,0)">YELLOW</SPAN>
      <SPAN style="background-color: rgb(0,128,0)">GREEN</SPAN>
      <SPAN style="background-color: rgb(0,0,128)">BLUE</SPAN>
      <SPAN style="background-color: rgb(128,0,0)">RED</SPAN>
      <SPAN style="background-color: rgb(0,128,128)">????</SPAN>
      <SPAN style="background-color: rgb(255,255,255)">WHITE</SPAN>
      <SPAN style="background-color: rgb(228,228,228)">LIGHTER GRAY</SPAN>
      <SPAN style="background-color: rgb(196,196,196)">LIGHT GRAY</SPAN>
      <SPAN style="background-color: rgb(128,128,128)">GRAY</SPAN>
      <SPAN style="background-color: rgb(64,64,64)">DARKER GRAY</SPAN>
      <SPAN style="background-color: rgb(32,32,32)">DARKER GRAY</SPAN>
      <SPAN style="background-color: rgb(0,0,0)">BLACK</SPAN> oh boy we screwed up BLACK Foreground and BLACK background
      <SPAN style="background-color: rgb(0,0,0); color:red">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:white">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:yellow">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:blue">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:green">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:pink">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:gold">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:brown">BLACK</SPAN>
      <SPAN style="background-color: rgb(0,0,0); color:purple">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:red">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:white">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:yellow">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:blue">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:green">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:pink">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:gold">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:brown">BLACK</SPAN>
      <SPAN style="background-color: rgb(32,32,32); color:purple">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:red">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:white">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:yellow">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:blue">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:green">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:pink">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:gold">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:brown">BLACK</SPAN>
      <SPAN style="background-color: rgb(64,64,64); color:purple">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:red">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:white">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:yellow">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:blue">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:green">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:pink">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:gold">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:brown">BLACK</SPAN>
      <SPAN style="background-color: rgb(128,128,128); color:purple">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:red">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:white">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:yellow">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:blue">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:green">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:pink">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:gold">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:brown">BLACK</SPAN>
      <SPAN style="background-color: rgb(196,196,196); color:purple">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:red">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:white">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:yellow">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:blue">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:green">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:pink">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:gold">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:brown">BLACK</SPAN>
      <SPAN style="background-color: rgb(228,228,228); color:purple">BLACK</SPAN>

      Here I use NAMES for the colors instead of numbers

      <SPAN style="background-color: red">RED</SPAN>
      <SPAN style="background-color: blue">blue</SPAN>
      <SPAN style="background-color: yellow">yellow</SPAN>
      <SPAN style="background-color: green">green</SPAN>
      <SPAN style="background-color: pink">pink</SPAN>
      <SPAN style="background-color: purple">purple</SPAN>
      <SPAN style="background-color: silver">silver</SPAN>
      <SPAN style="background-color: gold">gold</SPAN>

      This is the example I stole from the COPWATCH site and it looks like the Ttyle= is a typeo error

      <SPAN style="background-color: rgb(255,255,0)">
      <SPAN Ttyle="background-color: rgb(255,255,0)">
      YELLOW

      </SPAN>
      </SPAN>

      Here I used the Ttyle= with out the Style= and it didn't work

      <SPAN Ttyle= Ttyle= "background-color: rgb(255,255,0)"> This ain't YELLOW like i want it to be </SPAN>

      Changing the background images

      <SPAN style="background-image: url(nevada.gif)"> nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image ../nevada.gif background image </SPAN>
      <SPAN style="background-image: url(tempelog.gif); color:blue"> ../tempelog.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempelog.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempelog.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempelog.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempelog.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempelog.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      </SPAN>

      <SPAN style="background-image: url(weather.gif)"> ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image ../weather.gif background image </SPAN>
      <SPAN style="background-image: url(tempe_pig.gif); color:green"> tempe_pig.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempe_pig.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempe_pig.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempe_pig.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempe_pig.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      ../tempe_pig.gif background image Tempe Police thugs James Jandreau and his boss Robert Mitchell are Nazi thugs who violated my civil rights and should be in jail. But sadly the these crooked thugs won't be fired and will be on the Tempe Police force for a long time violating the civil rights of other honest ethical citizens.

      </SPAN>

      all this stuff should have the nevada.gif background
      it starts with:
      <div style="background-image: url(nevada.gif)">
      and end with:
      </div>
      all this stuff should have the nevada.gif background all this stuff should have the nevada.gif background all this stuff should have the nevada.gif background
      all this stuff should have the nevada.gif background
      it starts with:
      <div style="background-image: url(tempelog.gif); color:black">
      and end with:
      </div>
      all this stuff should have the tempelog.gif background all this stuff should have the tempelog.gif background all this stuff should have the tempelog.gif background

      Whats a <SPAN>?

      I think a span is a small section of code. say one or more letters. could even be a image. in the examples i have changed the background color of the span to highlight it. also i fooled around and changed the background image span.

      You can write javascript programs that do things when you move the cursor over a span or a div. for example you could have the span

      James Jandreau
      and then when the user moved the cursor over the crooked cops name James Jandreau you could display the photo of the crooked cop.
      Whats a <DIV>?

      I think a div is like a paragraph. I think it has to be a square or rectangular area. But i could be wrong. You can change the background color, foreground color (color of the lettering), and background image of the div.

      You can write javascript programs that do things when you move the cursor over a span or a div. for example you could have the div

      James Jandreau
      and then when the user moved the cursor over the crooked cops name James Jandreau you could display the photo of the crooked cop.

      THis krap better not be yellow:)

      O HECK ITS YELLOW

      YELLOW GREEN BLUE RED ???? PURPLE YELLOW GREEN BLUE RED ???? PURPLE YELLOW GREEN BLUE RED ???? WHITE LIGHTER GRAY LIGHT GRAY GRAY DARKER GRAY DARKER GRAY BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK BLACK RED blue yellow green pink purple silver gold